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 653026 - crashed with SIGSEGV in g_file_equal()
crashed with SIGSEGV in g_file_equal()
Status: RESOLVED INCOMPLETE
Product: glib
Classification: Platform
Component: general
2.29.x
Other Linux
: Normal critical
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2011-06-20 16:47 UTC by Pedro Villavicencio
Modified: 2013-08-17 16:16 UTC
See Also:
GNOME target: ---
GNOME version: 2.91/3.0



Description Pedro Villavicencio 2011-06-20 16:47:14 UTC
this bug report has been filed here:

https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/797775

"trying to follow these instructions:

Edit a file with gedit. Save as..., click on 'browse folders..', click on more than one folder while browsing /home/user.

and playing with the folder buttons of the "Save As..." dialog, 2 buttons where highlighted at the same time (I haven't found a way to reproduce how yet) and then this crash."

".

Thread 1 (Thread 6792)

  • #0 g_file_equal
    at /build/buildd/glib2.0-2.29.8/./gio/gfile.c line 585
  • #1 gtk_path_bar_check_parent_path
    at /build/buildd/gtk+3.0-3.1.6/./gtk/gtkpathbar.c line 1581
  • #2 _gtk_path_bar_set_file
    at /build/buildd/gtk+3.0-3.1.6/./gtk/gtkpathbar.c line 1754
  • #3 update_current_folder_get_info_cb
    at /build/buildd/gtk+3.0-3.1.6/./gtk/gtkfilechooserdefault.c line 7095
  • #4 query_info_callback
    at /build/buildd/gtk+3.0-3.1.6/./gtk/gtkfilesystem.c line 864
  • #5 g_simple_async_result_complete
    at /build/buildd/glib2.0-2.29.8/./gio/gsimpleasyncresult.c line 749
  • #6 complete_in_idle_cb_for_thread
    at /build/buildd/glib2.0-2.29.8/./gio/gsimpleasyncresult.c line 816
  • #7 g_idle_dispatch
    at /build/buildd/glib2.0-2.29.8/./glib/gmain.c line 4844
  • #8 g_main_dispatch
    at /build/buildd/glib2.0-2.29.8/./glib/gmain.c line 2477
  • #9 g_main_context_dispatch
    at /build/buildd/glib2.0-2.29.8/./glib/gmain.c line 3050
  • #10 g_main_context_iterate
    at /build/buildd/glib2.0-2.29.8/./glib/gmain.c line 3128
  • #11 g_main_loop_run
    at /build/buildd/glib2.0-2.29.8/./glib/gmain.c line 3336
  • #12 gtk_main
    at /build/buildd/gtk+3.0-3.1.6/./gtk/gtkmain.c line 1358
  • #13 gedit_main
    at gedit.c line 199
  • #14 main
    at gedit.c line 290

Comment 1 Matthias Clasen 2013-08-17 16:16:27 UTC
This looks more like a gtk+ issue - probably the path bar is passing a garbage or NULL GFile pointer. Since there has been no updates on this for 2 years, though, I'm going to close this.