Guest User

Untitled

a guest
Oct 23rd, 2014
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. ~/COR> LC_ALL=C gdb pcmanfm core.pcman
  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 1450]
  19. [New LWP 1453]
  20. [New LWP 1452]
  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_ref (mime_type=mime_type@entry=0x0) at base/fm-mime-type.c:326
  29. 326 base/fm-mime-type.c: No such file or directory.
  30. (gdb) bt
  31. #0 fm_mime_type_ref (mime_type=mime_type@entry=0x0) at base/fm-mime-type.c:326
  32. #1 0x00007f71b6b664c4 in _fm_template_guess_mime_type (path=0x22c5710, mime_type=0x0, tpath=tpath@entry=0x7fff08f2c8a0)
  33. at base/fm-templates.c:160
  34. #2 0x00007f71b6b66ae0 in _fm_template_find_for_file (path=path@entry=0x22c5710, mime_type=mime_type@entry=0x0)
  35. at base/fm-templates.c:291
  36. #3 0x00007f71b6b670ff in on_dir_changed (mon=<optimized out>, gf=<optimized out>, other=<optimized out>,
  37. evt=G_FILE_MONITOR_EVENT_CREATED, dir=0x7f71a40094f0) at base/fm-templates.c:657
  38. #4 0x00007f71b1f28df0 in ffi_call_unix64 () from /usr/lib/libffi.so.6
  39. #5 0x00007f71b1f28861 in ffi_call () from /usr/lib/libffi.so.6
  40. #6 0x00007f71b658fecc in g_cclosure_marshal_generic_va () from /usr/lib/libgobject-2.0.so.0
  41. #7 0x00007f71b658f484 in ?? () from /usr/lib/libgobject-2.0.so.0
  42. #8 0x00007f71b65a9077 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
  43. #9 0x00007f71b65a99cf in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
  44. #10 0x00007f71b6825191 in ?? () from /usr/lib/libgio-2.0.so.0
  45. #11 0x00007f71b62ba92d in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
  46. #12 0x00007f71b62bad08 in ?? () from /usr/lib/libglib-2.0.so.0
  47. #13 0x00007f71b62bb032 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
  48. #14 0x00007f71b7d3c3f7 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
  49. #15 0x000000000041205d in main (argc=1, argv=0x7fff08f2d1e8) at pcmanfm.c:284
  50. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment