Advertisement
Guest User

Untitled

a guest
Sep 17th, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 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.  
  17. Program received signal SIGSEGV, Segmentation fault.
  18. 0x08057450 in fm_tab_page_set_show_hidden (page=page@entry=0x0, show_hidden=show_hidden@entry=1) at tab-page.c:529
  19. 529 fm_folder_view_set_show_hidden(page->folder_view, show_hidden);
  20. Missing separate debuginfos, use: debuginfo-install libexif-0.6.20-2.fc17.i686
  21. (gdb) bt
  22. #0 0x08057450 in fm_tab_page_set_show_hidden (page=page@entry=0x0, show_hidden=show_hidden@entry=1) at tab-page.c:529
  23. #1 0x0805381f in on_show_hidden (act=act@entry=0x80ce460 [GtkToggleAction], win=0x80ca810 [FmMainWin]) at main-win.c:709
  24. #2 0xb74a5b4f in g_cclosure_marshal_VOID__VOID (closure=closure@entry=0x80cf2e8, return_value=return_value@entry=0x0,
  25. n_param_values=n_param_values@entry=1, param_values=param_values@entry=0xbfffed20, invocation_hint=invocation_hint@entry=0xbfffeccc,
  26. marshal_data=marshal_data@entry=0x0) at gmarshal.c:85
  27. #3 0xb74a3d97 in g_closure_invoke (closure=0x80cf2e8, return_value=return_value@entry=0x0, n_param_values=n_param_values@entry=1,
  28. param_values=param_values@entry=0xbfffed20, invocation_hint=invocation_hint@entry=0xbfffeccc) at gclosure.c:777
  29. #4 0xb74b5a3d in signal_emit_unlocked_R (node=node@entry=0x80cf7c8, detail=detail@entry=0, instance=instance@entry=0x80ce460,
  30. emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0xbfffed20) at gsignal.c:3551
  31. #5 0xb74bdcf1 in g_signal_emit_valist (instance=instance@entry=0x80ce460, signal_id=signal_id@entry=124, detail=detail@entry=0,
  32. var_args=var_args@entry=0xbfffef2c "\364\177\343\267\364\177\343\267`\344\f\b`\214\f\b*'\275\267`\344\f\b\260\300\n\b\001")
  33. at gsignal.c:3300
  34. #6 0xb74bde74 in g_signal_emit (instance=instance@entry=0x80ce460, signal_id=124, detail=detail@entry=0) at gsignal.c:3356
  35. #7 0xb79f1017 in _gtk_action_emit_activate (action=0x80ce460 [GtkToggleAction]) at gtkaction.c:794
  36. #8 0xb7bd272a in IA__gtk_toggle_action_set_active (action=0x80ce460 [GtkToggleAction], is_active=1) at gtktoggleaction.c:270
  37. #9 0x0805412c in fm_main_win_init (win=0x80ca810 [FmMainWin]) at main-win.c:460
  38. #10 0xb74c67a7 in g_type_create_instance (type=type@entry=134965904) at gtype.c:1892
  39. #11 0xb74a8d42 in g_object_constructor (type=134965904, n_construct_properties=2, construct_params=0x80b2a48) at gobject.c:1849
  40. #12 0xb74aa4ed in g_object_newv (object_type=object_type@entry=134965904, n_parameters=n_parameters@entry=0, parameters=parameters@entry=0x0)
  41. at gobject.c:1713
  42. #13 0xb74aafa0 in g_object_new (object_type=134965904, first_property_name=first_property_name@entry=0x0) at gobject.c:1542
  43. #14 0x08055e78 in fm_main_win_new () at main-win.c:544
  44. #15 0x08056279 in fm_main_win_add_win (win=win@entry=0x0, path=path@entry=0x80ade70) at main-win.c:957
  45. #16 0x08051f3f in pcmanfm_run () at pcmanfm.c:413
  46. #17 0x08051888 in main (argc=1, argv=0xbffff2e4) at pcmanfm.c:228
  47. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement