Advertisement
Guest User

Untitled

a guest
Sep 18th, 2012
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. $ gdb pcmanfm
  2. GNU gdb (GDB) Fedora (7.4.50.20120120-50.fc17)
  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-redhat-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /usr/bin/pcmanfm...done.
  12. (gdb) run
  13. Starting program: /usr/bin/pcmanfm
  14. [Thread debugging using libthread_db enabled]
  15. Using host libthread_db library "/lib/libthread_db.so.1".
  16. [New Thread 0xb23f4b40 (LWP 14004)]
  17. [New Thread 0xb19ffb40 (LWP 14005)]
  18. [Thread 0xb19ffb40 (LWP 14005) exited]
  19. [New Thread 0xb19ffb40 (LWP 14006)]
  20. [New Thread 0xb0fffb40 (LWP 14007)]
  21.  
  22. Program received signal SIGSEGV, Segmentation fault.
  23. [Switching to Thread 0xb0fffb40 (LWP 14007)]
  24. 0x081dafb0 in ?? ()
  25. Missing separate debuginfos, use: debuginfo-install gamin-0.1.10-12.fc17.i686 libexif-0.6.20-2.fc17.i686
  26. (gdb) bt
  27. #0 0x081dafb0 in ?? ()
  28. #1 0xb72673ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement