Guest User

Untitled

a guest
Oct 18th, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. ~/core> gdb pcmanfm core.pcmanfm
  2. GNU gdb (GDB) 7.8
  3. Copyright (C) 2014 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-unknown-linux-gnu".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word"...
  16. Reading symbols from pcmanfm...(no debugging symbols found)...done.
  17. [New LWP 4399]
  18. [New LWP 4402]
  19. [New LWP 4401]
  20.  
  21. warning: Could not load shared library symbols for linux-vdso.so.1.
  22. Do you need "set solib-search-path" or "set sysroot"?
  23. [Thread debugging using libthread_db enabled]
  24. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  25. Core was generated by `pcmanfm --desktop --profile LXDE'.
  26. Program terminated with signal SIGSEGV, Segmentation fault.
  27. #0 0x00007f702670f353 in fm_mime_type_ref () from /usr/lib/libfm.so.4
  28. (gdb) backtrace
  29. #0 0x00007f702670f353 in fm_mime_type_ref () from /usr/lib/libfm.so.4
  30. #1 0x00007f70267130c4 in ?? () from /usr/lib/libfm.so.4
  31. #2 0x00007f70267136e0 in ?? () from /usr/lib/libfm.so.4
  32. #3 0x00007f7026713cff in ?? () from /usr/lib/libfm.so.4
  33. #4 0x00007f702135fdf0 in ffi_call_unix64 () from /usr/lib/libffi.so.6
  34. #5 0x00007f702135f861 in ffi_call () from /usr/lib/libffi.so.6
  35. #6 0x00007f702613aecc in g_cclosure_marshal_generic_va () from /usr/lib/libgobject-2.0.so.0
  36. #7 0x00007f702613a484 in ?? () from /usr/lib/libgobject-2.0.so.0
  37. #8 0x00007f7026154077 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
  38. #9 0x00007f70261549cf in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
  39. #10 0x00007f70263d0191 in ?? () from /usr/lib/libgio-2.0.so.0
  40. #11 0x00007f7025e6592d in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
  41. #12 0x00007f7025e65d08 in ?? () from /usr/lib/libglib-2.0.so.0
  42. #13 0x00007f7025e66032 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
  43. #14 0x00007f70278ef3f7 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
  44. #15 0x000000000041205d in ?? ()
  45. #16 0x00007f7025578040 in __libc_start_main () from /usr/lib/libc.so.6
  46. #17 0x00000000004120ca in ?? ()
  47. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment