Advertisement
Guest User

menu-cache segfault

a guest
Sep 18th, 2012
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 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 13906)]
  17. [New Thread 0xb19ffb40 (LWP 13907)]
  18. [Thread 0xb19ffb40 (LWP 13907) exited]
  19. [Thread 0xb23f4b40 (LWP 13906) exited]
  20. [New Thread 0xb23f4b40 (LWP 13908)]
  21. [New Thread 0xb19ffb40 (LWP 13909)]
  22. Detaching after fork from child process 13910.
  23.  
  24. (pcmanfm:13903): GLib-GIO-CRITICAL **: g_icon_hash: assertion `G_IS_ICON (icon)' failed
  25.  
  26. (pcmanfm:13903): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed
  27.  
  28. (pcmanfm:13903): GLib-GIO-CRITICAL **: g_icon_hash: assertion `G_IS_ICON (icon)' failed
  29. [Thread 0xb19ffb40 (LWP 13909) exited]
  30. [New Thread 0xb19ffb40 (LWP 13913)]
  31.  
  32. (pcmanfm:13903): GLib-GIO-CRITICAL **: g_icon_hash: assertion `G_IS_ICON (icon)' failed
  33.  
  34. (pcmanfm:13903): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
  35. [Thread 0xb19ffb40 (LWP 13913) exited]
  36. [New Thread 0xb19ffb40 (LWP 13914)]
  37.  
  38. (pcmanfm:13903): GLib-GIO-CRITICAL **: g_icon_hash: assertion `G_IS_ICON (icon)' failed
  39.  
  40. (pcmanfm:13903): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed
  41.  
  42. (pcmanfm:13903): GLib-GIO-CRITICAL **: g_icon_hash: assertion `G_IS_ICON (icon)' failed
  43.  
  44. Program received signal SIGSEGV, Segmentation fault.
  45. reload_notify (cache=0x81eea48) at menu-cache.c:386
  46. 386 CacheReloadNotifier* n = (CacheReloadNotifier*)l->data;
  47. Missing separate debuginfos, use: debuginfo-install gamin-0.1.10-12.fc17.i686 libexif-0.6.20-2.fc17.i686
  48. (gdb) bt
  49. #0 reload_notify (cache=0x81eea48) at menu-cache.c:386
  50. #1 menu_cache_reload (cache=0x81eea48) at menu-cache.c:446
  51. #2 0xb736cd7f in on_server_io (ch=0xb1a0bc38, cond=G_IO_IN, user_data=user_data@entry=0x0) at menu-cache.c:747
  52. #3 0xb73f803f in g_io_unix_dispatch (source=source@entry=0xb1a0bc80, callback=0xb736cbd0 <on_server_io>, user_data=0x0) at giounix.c:166
  53. #4 0xb73b5fbb in g_main_dispatch (context=0x80981c8) at gmain.c:2539
  54. #5 g_main_context_dispatch (context=context@entry=0x80981c8) at gmain.c:3075
  55. #6 0xb73b6360 in g_main_context_iterate (context=0x80981c8, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>)
  56. at gmain.c:3146
  57. #7 0xb73b67c3 in g_main_loop_run (loop=loop@entry=0x80bfe70) at gmain.c:3340
  58. #8 0xb7ae0b30 in IA__gtk_main () at gtkmain.c:1257
  59. #9 0x0805195e in main (argc=1, argv=0xbffff2e4) at pcmanfm.c:232
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement