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 679257 - Crash when open file dialog is open and files changes in current directory
Crash when open file dialog is open and files changes in current directory
Status: RESOLVED DUPLICATE of bug 687196
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
3.4.x
Other Linux
: Normal critical
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2012-07-02 12:49 UTC by Xavier Claessens
Modified: 2013-05-21 22:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Xavier Claessens 2012-07-02 12:49:10 UTC
GEdit always freeze when open file dialog is open and I'm running "make" in the current project. This is most probably related to file changed notification. I've never noticed this with the file chooser from other apps.


  • #0 __GI_raise
    at ../nptl/sysdeps/unix/sysv/linux/raise.c line 64
  • #1 __GI_abort
    at abort.c line 91
  • #2 g_assertion_message
  • #3 g_assertion_message_expr
    at /build/buildd/glib2.0-2.32.3/./glib/gtestutils.c line 1872
  • #4 node_set_visible
    at /build/buildd/gtk+3.0-3.4.2/./gtk/gtkfilesystemmodel.c line 328
  • #5 remove_file
    at /build/buildd/gtk+3.0-3.4.2/./gtk/gtkfilesystemmodel.c line 1775
  • #6 gtk_file_system_model_monitor_change
    at /build/buildd/gtk+3.0-3.4.2/./gtk/gtkfilesystemmodel.c line 1187
  • #7 ffi_call_unix64
    from /usr/lib/x86_64-linux-gnu/libffi.so.6
  • #8 ffi_call
    from /usr/lib/x86_64-linux-gnu/libffi.so.6
  • #9 g_cclosure_marshal_generic_va
    at /build/buildd/glib2.0-2.32.3/./gobject/gclosure.c line 1550
  • #10 _g_closure_invoke_va
    at /build/buildd/glib2.0-2.32.3/./gobject/gclosure.c line 840
  • #11 g_signal_emit_valist
    at /build/buildd/glib2.0-2.32.3/./gobject/gsignal.c line 3207
  • #12 g_signal_emit
    at /build/buildd/glib2.0-2.32.3/./gobject/gsignal.c line 3352
  • #13 emit_cb
    at /build/buildd/glib2.0-2.32.3/./gio/gfilemonitor.c line 390
  • #14 g_main_dispatch
    at /build/buildd/glib2.0-2.32.3/./glib/gmain.c line 2539
  • #15 g_main_context_dispatch
    at /build/buildd/glib2.0-2.32.3/./glib/gmain.c line 3075
  • #16 g_main_context_iterate
    at /build/buildd/glib2.0-2.32.3/./glib/gmain.c line 3146
  • #17 g_main_context_iterate
    at /build/buildd/glib2.0-2.32.3/./glib/gmain.c line 3083
  • #18 g_main_loop_run
    at /build/buildd/glib2.0-2.32.3/./glib/gmain.c line 3340
  • #19 gtk_main
    at /build/buildd/gtk+3.0-3.4.2/./gtk/gtkmain.c line 1165
  • #20 main

Comment 1 Xavier Claessens 2012-07-02 12:50:50 UTC
From the backtrace, it is most probably a GTK bug though. I'm running ubuntu 12.04 (gtk 3.4.2, gedit 3.4.1)
Comment 2 Ignacio Casal Quinteiro (nacho) 2012-07-02 12:57:08 UTC
We do not do anything special on it. Can you please ensure this do not happen with the filebrowser plugin deactivated?
Comment 3 Xavier Claessens 2012-07-02 13:49:06 UTC
Okay, actually tested this with epiphany's open file dialog and it freeze as well.

Reassigning to gtk.
Comment 4 Timothy Arceri 2013-05-21 22:03:53 UTC

*** This bug has been marked as a duplicate of bug 687196 ***