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 655085 - gedit crashed with SIGSEGV in g_object_unref()
gedit crashed with SIGSEGV in g_object_unref()
Status: RESOLVED FIXED
Product: gedit
Classification: Applications
Component: general
3.1.x
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2011-07-21 22:12 UTC by sam_
Modified: 2011-08-11 08:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sam_ 2011-07-21 22:12:54 UTC
Open a text file with gedit, go to dialog 'file' -> 'save as ..', navigate from /home/<user> through different custom folders, click to open, it results in crash.
Same procedure is successful when navigating from /home/<user> to standard folder 'documents' to save the file there.

Package: gedit 3.1.2-0ubuntu1

Reported there first.
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/814315
Comment 1 Pedro Villavicencio 2011-07-22 16:34:59 UTC
pasting the stacktrace:

.

Thread 1 (Thread 9390)

  • #0 g_object_unref
    at /build/buildd/glib2.0-2.29.10/./gobject/gobject.c line 2680
  • #1 g_file_enumerator_dispose
    at /build/buildd/glib2.0-2.29.10/./gio/gfileenumerator.c line 119
  • #2 g_object_unref
    at /build/buildd/glib2.0-2.29.10/./gobject/gobject.c line 2709
  • #3 g_simple_async_result_finalize
    at /build/buildd/glib2.0-2.29.10/./gio/gsimpleasyncresult.c line 269
  • #4 g_object_unref
    at /build/buildd/glib2.0-2.29.10/./gobject/gobject.c line 2746
  • #5 complete_in_idle_cb_for_thread
    at /build/buildd/glib2.0-2.29.10/./gio/gsimpleasyncresult.c line 820
  • #6 g_main_dispatch
    at /build/buildd/glib2.0-2.29.10/./glib/gmain.c line 2473
  • #7 g_main_context_dispatch
    at /build/buildd/glib2.0-2.29.10/./glib/gmain.c line 3046
  • #8 g_main_context_iterate
    at /build/buildd/glib2.0-2.29.10/./glib/gmain.c line 3124
  • #9 g_main_loop_run
    at /build/buildd/glib2.0-2.29.10/./glib/gmain.c line 3332
  • #10 gtk_main
    at /build/buildd/gtk+3.0-3.1.8/./gtk/gtkmain.c line 1362
  • #11 gedit_main
    at gedit.c line 199
  • #12 main
    at gedit.c line 290

Comment 2 sam_ 2011-08-10 22:47:13 UTC
As Bug 653035 the issue can't be reproduced anymore.
apt-cache policy gedit
gedit:
  Installed: 3.1.3-0ubuntu1
  Candidate: 3.1.3-0ubuntu1
  Version table:
 *** 3.1.3-0ubuntu1 0

apt-cache policy gtk3-engines-unico
gtk3-engines-unico:
  Installed: 1.0-0ubuntu1
  Candidate: 1.0-0ubuntu1
  Version table:
 *** 1.0-0ubuntu1 0
Comment 3 Ignacio Casal Quinteiro (nacho) 2011-08-11 08:11:36 UTC
Marking as fixed then. Thanks for reporting.