Advertisement
Guest User

gdb bt

a guest
Mar 26th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. # systemd-coredumpctl gdb
  2. TIME PID UID GID SIG EXE
  3. mar. 2013-03-26 16:27:13 CET 2501 0 0 11 /usr/sbin/tcpdump
  4. GNU gdb (GDB) 7.5.1
  5. Copyright (C) 2012 Free Software Foundation, Inc.
  6. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  7. This is free software: you are free to change and redistribute it.
  8. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  9. and "show warranty" for details.
  10. This GDB was configured as "x86_64-unknown-linux-gnu".
  11. For bug reporting instructions, please see:
  12. <http://www.gnu.org/software/gdb/bugs/>...
  13. Reading symbols from /usr/sbin/tcpdump...(no debugging symbols found)...done.
  14. [New LWP 2501]
  15.  
  16. warning: Could not load shared library symbols for linux-vdso.so.1.
  17. Do you need "set solib-search-path" or "set sysroot"?
  18. [Thread debugging using libthread_db enabled]
  19. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  20. Core was generated by `/usr/sbin/tcpdump icmp'.
  21. Program terminated with signal 11, Segmentation fault.
  22. #0 0x00007feae033fb50 in __opendirat () from /usr/lib/libc.so.6
  23. (gdb) bt
  24. #0 0x00007feae033fb50 in __opendirat () from /usr/lib/libc.so.6
  25. #1 0x00007feadfc68e9e in ?? () from /usr/lib/libusb-1.0.so.0
  26. #2 0x00007feadfc6153c in libusb_get_device_list () from /usr/lib/libusb-1.0.so.0
  27. #3 0x00007feae0647a9f in canusb_platform_finddevs () from /usr/lib/libpcap.so.1
  28. #4 0x00007feae0644cf4 in pcap_platform_finddevs () from /usr/lib/libpcap.so.1
  29. #5 0x00007feae0647e93 in pcap_findalldevs () from /usr/lib/libpcap.so.1
  30. #6 0x00007feae0649bd6 in pcap_lookupdev () from /usr/lib/libpcap.so.1
  31. #7 0x0000000000404754 in ?? ()
  32. #8 0x00007feae02aba15 in __libc_start_main () from /usr/lib/libc.so.6
  33. #9 0x0000000000404d5d in ?? ()
  34. #10 0x00007ffff4cec878 in ?? ()
  35. #11 0x0000000000000000 in ?? ()
  36. (gdb) quit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement