Advertisement
Guest User

Untitled

a guest
Aug 20th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. [davidsj2@scts01] ~/stage > gdb python core.4586
  2. GNU gdb (GDB) Red Hat Enterprise Linux (7.5.0.20120926-26.el6)
  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 "x86_64-redhat-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /opt/goes/bin/python...(no debugging symbols found)...done.
  12.  
  13. warning: core file may not match specified executable file.
  14. [New LWP 4774]
  15. [New LWP 4887]
  16. [New LWP 4886]
  17. [New LWP 4776]
  18. [New LWP 4888]
  19. [New LWP 4711]
  20. [New LWP 4890]
  21. [New LWP 4586]
  22. [New LWP 4591]
  23. [New LWP 4680]
  24. [New LWP 4703]
  25. [New LWP 4783]
  26. [New LWP 4695]
  27. [New LWP 4694]
  28. [New LWP 4590]
  29. [New LWP 4889]
  30. [New LWP 4773]
  31. [New LWP 4775]
  32. Cannot access memory at address 0xf
  33. Cannot access memory at address 0x7
  34. Missing separate debuginfos, use: debuginfo-install goes-python-2.7.5-2.el6.x86_64
  35. (gdb) bt
  36. #0 0x00007fab3f43d766 in ?? ()
  37. #1 0x00007fab281cef30 in ?? ()
  38. #2 0x0000000000000000 in ?? ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement