Advertisement
gusibsd

libxcb/i386/poudriere/sh.core

Mar 12th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. # gdb /bin/sh tmp/libxcb-1.9/src/sh.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 "i386-marcel-freebsd"...(no debugging symbols found)...
  9. Core was generated by `sh'.
  10. Program terminated with signal 11, Segmentation fault.
  11. Reading symbols from /lib/libedit.so.7...(no debugging symbols found)...done.
  12. Loaded symbols for /lib/libedit.so.7
  13. Reading symbols from /lib/libncurses.so.8...(no debugging symbols found)...done.
  14. Loaded symbols for /lib/libncurses.so.8
  15. Reading symbols from /lib/libc.so.7...(no debugging symbols found)...done.
  16. Loaded symbols for /lib/libc.so.7
  17. Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done.
  18. Loaded symbols for /libexec/ld-elf.so.1
  19. #0 0x08056f39 in ?? ()
  20. (gdb) bt
  21. #0 0x08056f39 in ?? ()
  22. #1 0x28806200 in ?? ()
  23. #2 0x00000000 in ?? ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement