After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 683087 - Crash opening properties window on certain objects
Crash opening properties window on certain objects
Status: RESOLVED FIXED
Product: gnome-commander
Classification: Other
Component: application
1.2.x
Other Linux
: High critical
: 1.4
Assigned To: GNOME Commander maintainer(s)
epiotr
Depends on:
Blocks:
 
 
Reported: 2012-08-31 09:37 UTC by Peter Hinch
Modified: 2016-07-17 19:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Peter Hinch 2012-08-31 09:37:33 UTC
If I navigate to /dev/random, then right click and select properties, the application locks up. This also occurs on some other entries in /dev. The behaviour is consistent.

Running Debian "squeeze" 64 bit, kernel 2.6.32-5-amd64 with Xfce. Gnome Commander V1.2.8.15.
Comment 1 André Klapper 2012-08-31 09:56:50 UTC
Thanks for taking the time to report this bug.
Without a stack trace from the crash it's very hard to determine what caused it.
Can you get us a stack trace? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
Comment 2 Peter Hinch 2012-09-05 08:13:32 UTC
I have obtained a stack trace. I had to press ctrl-C to get the dbg prompt after the crash. I hope this trace helps.

Incidentally I use GC constantly; a very useful, and trivial to implement, enhancement would be to have a keyboard shortcut to toggle the display and hiding of hidden files.

Regards, Peter Hinch

(gdb) bt
  • #0 read
    from /lib/libc.so.6
  • #1 _IO_file_underflow
    from /lib/libc.so.6
  • #2 ??
    from /lib/libc.so.6
  • #3 fread
    from /lib/libc.so.6
  • #4 gdk_pixbuf_get_file_info
    from /usr/lib/libgdk_pixbuf-2.0.so.0
  • #5 gcmd_tags_exiv2_load_metadata
    at gnome-cmd-tags-exiv2.cc line 408
  • #6 gcmd_tags_bulk_load
    at gnome-cmd-tags.cc line 563
  • #7 create_properties_tab
    at gnome-cmd-file-props-dialog.cc line 464
  • #8 gnome_cmd_file_props_dialog_create
    at gnome-cmd-file-props-dialog.cc line 684
  • #9 gnome_cmd_file_show_properties
    at gnome-cmd-file.cc line 732
  • #10 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #11 ??
    from /usr/lib/libgobject-2.0.so.0
  • #12 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #13 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #14 gtk_widget_activate
    from /usr/lib/libgtk-x11-2.0.so.0
  • #15 gtk_menu_shell_activate_item
    from /usr/lib/libgtk-x11-2.0.so.0
  • #16 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #17 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #18 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #19 ??
    from /usr/lib/libgobject-2.0.so.0
  • #20 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #21 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #22 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #23 gtk_propagate_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #24 gtk_main_do_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #25 ??
    from /usr/lib/libgdk-x11-2.0.so.0
  • #26 g_main_context_dispatch
    from /lib/libglib-2.0.so.0
  • #27 ??
    from /lib/libglib-2.0.so.0
  • #28 g_main_loop_run
    from /lib/libglib-2.0.so.0
  • #29 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #30 main
    at main.cc line 150

Comment 3 André Klapper 2012-09-09 23:11:48 UTC
Thanks! Any chance to also install debug symbols for (lib)glib2 and (lib)gtk2?
Comment 4 Peter Hinch 2012-09-10 09:38:37 UTC
I installed libglib2.0-0-dbg and libgtk2.0-0-dbg
Running under the debugger I get an error message "An error occurred while loading or saving configuration information for File Manager. Some of your configuration settings may not work properly." The dialog box has a "details" button: when pressed it lists the following error multiple times "Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details -  1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)"

Note that this does not occur when running normally - only under the debugger.

The stack trace follows.

Regards, Peter Hinch

(gdb) bt
  • #0 read
    from /lib/libc.so.6
  • #1 _IO_file_underflow
    from /lib/libc.so.6
  • #2 ??
    from /lib/libc.so.6
  • #3 fread
    from /lib/libc.so.6
  • #4 IA__gdk_pixbuf_get_file_info
    at /scratch/build-area/gtk+2.0-2.20.1/gdk-pixbuf/gdk-pixbuf-io.c line 1722
  • #5 gcmd_tags_exiv2_load_metadata
    at gnome-cmd-tags-exiv2.cc line 408
  • #6 gcmd_tags_bulk_load
    at gnome-cmd-tags.cc line 563
  • #7 create_properties_tab
    at gnome-cmd-file-props-dialog.cc line 464
  • #8 gnome_cmd_file_props_dialog_create
    at gnome-cmd-file-props-dialog.cc line 684
  • #9 gnome_cmd_file_show_properties
    at gnome-cmd-file.cc line 732
  • #10 IA__g_closure_invoke
    at /scratch/build-area/glib2.0-2.24.2/gobject/gclosure.c line 767
  • #11 signal_emit_unlocked_R
    at /scratch/build-area/glib2.0-2.24.2/gobject/gsignal.c line 3248
  • #12 IA__g_signal_emit_valist
    at /scratch/build-area/glib2.0-2.24.2/gobject/gsignal.c line 2981
  • #13 IA__g_signal_emit
    at /scratch/build-area/glib2.0-2.24.2/gobject/gsignal.c line 3038
  • #14 IA__gtk_widget_activate
    at /scratch/build-area/gtk+2.0-2.20.1/gtk/gtkwidget.c line 4974
  • #15 IA__gtk_menu_shell_activate_item
    at /scratch/build-area/gtk+2.0-2.20.1/gtk/gtkmenushell.c line 1256
  • #16 gtk_menu_shell_button_release
    at /scratch/build-area/gtk+2.0-2.20.1/gtk/gtkmenushell.c line 683
  • #17 _gtk_marshal_BOOLEAN__BOXED
    at /scratch/build-area/gtk+2.0-2.20.1/gtk/gtkmarshalers.c line 84
  • #18 IA__g_closure_invoke
    at /scratch/build-area/glib2.0-2.24.2/gobject/gclosure.c line 767
  • #19 signal_emit_unlocked_R
    at /scratch/build-area/glib2.0-2.24.2/gobject/gsignal.c line 3286
  • #20 IA__g_signal_emit_valist
    at /scratch/build-area/glib2.0-2.24.2/gobject/gsignal.c line 2991
  • #21 IA__g_signal_emit
    at /scratch/build-area/glib2.0-2.24.2/gobject/gsignal.c line 3038
  • #22 gtk_widget_event_internal
    at /scratch/build-area/gtk+2.0-2.20.1/gtk/gtkwidget.c line 4943
  • #23 IA__gtk_propagate_event
    at /scratch/build-area/gtk+2.0-2.20.1/gtk/gtkmain.c line 2442
  • #24 IA__gtk_main_do_event
    at /scratch/build-area/gtk+2.0-2.20.1/gtk/gtkmain.c line 1647
  • #25 gdk_event_dispatch
    at /scratch/build-area/gtk+2.0-2.20.1/gdk/x11/gdkevents-x11.c line 2372
  • #26 g_main_dispatch
    at /scratch/build-area/glib2.0-2.24.2/glib/gmain.c line 1960
  • #27 IA__g_main_context_dispatch
    at /scratch/build-area/glib2.0-2.24.2/glib/gmain.c line 2513
  • #28 g_main_context_iterate
    at /scratch/build-area/glib2.0-2.24.2/glib/gmain.c line 2591
  • #29 IA__g_main_loop_run
    at /scratch/build-area/glib2.0-2.24.2/glib/gmain.c line 2799
  • #30 IA__gtk_main
    at /scratch/build-area/gtk+2.0-2.20.1/gtk/gtkmain.c line 1219
  • #31 main
    at main.cc line 150

Comment 5 Uwe Scholz 2014-01-20 15:56:24 UTC
I can confirm this bug with developer version 1.3.1. Thanks for reporting!

Peter, concerning hidden files: Try to use Ctrl+Shift+h, this is what you searched for.
Comment 6 Uwe Scholz 2016-07-17 19:15:04 UTC
The bug has been fixed (*) in the current development branch and will be released with the next stable version of GCMD.

(*)
commit 491225f59f605155990dd66502fdee5d2ce375d7
commit eb61920d5900a8bbc13f8cb65bf7f35de3ba8f9a