Advertisement
a1exus

/bsnmpd.core

Oct 14th, 2013
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. f9# gdb /usr/sbin/bsnmpd /bsnmpd.core
  2. GNU gdb 6.1.1 [FreeBSD]
  3. Copyright 2004 Free Software Foundation, Inc.
  4. GDB is free software, covered by the GNU General Public License, and you are
  5. welcome to change it and/or distribute copies of it under certain conditions.
  6. Type "show copying" to see the conditions.
  7. There is absolutely no warranty for GDB. Type "show warranty" for details.
  8. This GDB was configured as "amd64-marcel-freebsd"...(no debugging symbols found)...
  9. Core was generated by `bsnmpd'.
  10. Program terminated with signal 6, Aborted.
  11. Reading symbols from /lib/libbegemot.so.4...(no debugging symbols found)...done.
  12. Loaded symbols for /lib/libbegemot.so.4
  13. Reading symbols from /usr/lib/libbsnmp.so.6...(no debugging symbols found)...done.
  14. Loaded symbols for /usr/lib/libbsnmp.so.6
  15. Reading symbols from /usr/lib/libwrap.so.6...(no debugging symbols found)...done.
  16. Loaded symbols for /usr/lib/libwrap.so.6
  17. Reading symbols from /lib/libc.so.7...(no debugging symbols found)...done.
  18. Loaded symbols for /lib/libc.so.7
  19. Reading symbols from /lib/libcrypto.so.6...(no debugging symbols found)...done.
  20. Loaded symbols for /lib/libcrypto.so.6
  21. Reading symbols from /usr/lib/snmp_mibII.so...(no debugging symbols found)...done.
  22. Loaded symbols for /usr/lib/snmp_mibII.so
  23. Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done.
  24. Loaded symbols for /libexec/ld-elf.so.1
  25. #0 0x0000000800f5da0c in kill () from /lib/libc.so.7
  26. (gdb) bt
  27. #0 0x0000000800f5da0c in kill () from /lib/libc.so.7
  28. #1 0x0000000800efd446 in strtok () from /lib/libc.so.7
  29. #2 0x0000000000408fd5 in snmp_input_finish ()
  30. #3 0x0000000000000000 in ?? ()
  31. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement