Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. ~/COR> 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...Reading symbols from /usr/lib/debug//usr/bin/pcmanfm.debug...done.
  17. done.
  18. [New LWP 1578]
  19. [New LWP 1584]
  20. [New LWP 1585]
  21.  
  22. warning: Could not load shared library symbols for linux-vdso.so.1.
  23. Do you need "set solib-search-path" or "set sysroot"?
  24. [Thread debugging using libthread_db enabled]
  25. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  26. Core was generated by `pcmanfm --desktop --profile LXDE'.
  27. Program terminated with signal SIGSEGV, Segmentation fault.
  28. #0 fm_mime_type_unref (mime_type_=0x0) at base/fm-mime-type.c:342
  29. 342 base/fm-mime-type.c: Нет такого файла или каталога.
  30. (gdb) bt
  31. #0 fm_mime_type_unref (mime_type_=0x0) at base/fm-mime-type.c:342
  32. #1 0x00007ffc2e6311d0 in on_dir_changed (mon=<optimized out>, gf=<optimized out>, other=<optimized out>,
  33. evt=<optimized out>, dir=0x7ffc1c007b90) at base/fm-templates.c:685
  34. #2 0x00007ffc299f2df0 in ffi_call_unix64 () from /usr/lib/libffi.so.6
  35. #3 0x00007ffc299f2861 in ffi_call () from /usr/lib/libffi.so.6
  36. #4 0x00007ffc2e059ecc in g_cclosure_marshal_generic_va () from /usr/lib/libgobject-2.0.so.0
  37. #5 0x00007ffc2e059484 in ?? () from /usr/lib/libgobject-2.0.so.0
  38. #6 0x00007ffc2e073077 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
  39. #7 0x00007ffc2e0739cf in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
  40. #8 0x00007ffc2e2ef191 in ?? () from /usr/lib/libgio-2.0.so.0
  41. #9 0x00007ffc2dd8492d in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
  42. #10 0x00007ffc2dd84d08 in ?? () from /usr/lib/libglib-2.0.so.0
  43. #11 0x00007ffc2dd85032 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
  44. #12 0x00007ffc2f8063f7 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
  45. #13 0x000000000041205d in main (argc=1, argv=0x7fffe87b1488) at pcmanfm.c:284
  46. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement