Advertisement
Guest User

Untitled

a guest
Aug 19th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. andypugh@dn2800:~/linuxcnc-dev$ gdb bin/rtapi_app core
  2. GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
  3. Copyright (C) 2012 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "i686-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://bugs.launchpad.net/gdb-linaro/>...
  11. Reading symbols from /home/andypugh/linuxcnc-dev/bin/rtapi_app...done.
  12.  
  13. warning: core file may not match specified executable file.
  14. [New LWP 1651]
  15. Core was generated by `rtapi:0 '.
  16. Program terminated with signal 6, Aborted.
  17. #0 0xb774a424 in __kernel_vsyscall ()
  18. (gdb) bt
  19. #0 0xb774a424 in __kernel_vsyscall ()
  20. #1 0xb748f1df in ?? ()
  21. #2 0xb7605ff4 in ?? ()
  22. #3 <signal handler called>
  23. #4 0x00000000 in ?? ()
  24. #5 0xb7346192 in ?? ()
  25. #6 0xb77352fc in ?? ()
  26. #7 0xb733951d in ?? ()
  27. #8 0x09202a68 in ?? ()
  28. #9 0xb77325a2 in ?? ()
  29. #10 0xb77352fc in ?? ()
  30. #11 0xb741eb8f in ?? ()
  31. #12 0x092028b8 in ?? ()
  32. #13 0xb77326fd in ?? ()
  33. #14 0xb77351c4 in ?? ()
  34. #15 0x0804c14a in read_strings (fd=153102952) at rtapi/sim_rtapi_app.cc:295
  35. #16 master (args=..., fd=0) at rtapi/sim_rtapi_app.cc:377
  36. #17 main (argc=<error reading variable: Cannot access memory at address 0x1>, argv=<error reading variable: Cannot access memory at address 0x5>) at rtapi/sim_rtapi_app.cc:604
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement