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 551037 - gedit crashed with SIGSEGV in g_simple_async_result_complete()
gedit crashed with SIGSEGV in g_simple_async_result_complete()
Status: RESOLVED FIXED
Product: gedit
Classification: Applications
Component: general
2.23.x
Other Linux
: Normal critical
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-05 19:33 UTC by Pedro Villavicencio
Modified: 2008-09-06 14:46 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Pedro Villavicencio 2008-09-05 19:33:20 UTC
this report has been filed here:

https://bugs.edge.launchpad.net/ubuntu/+source/gedit/+bug/262007

"I was saving a new file to a Secure WebDav server and gedit hung and then crashed. It's nice to have davs functionality back though!"

"It is only caused when saving a new file, not by saving an edited file if that helps."

stacktrace as follow:

".

Thread 1 (process 6353)

  • #0 check_modification_callback
    at gedit-gio-document-saver.c line 638
  • #1 IA__g_simple_async_result_complete
    at /build/buildd/glib2.0-2.17.7/gio/gsimpleasyncresult.c line 554
  • #2 async_path_call_done
    at gdaemonfile.c line 583
  • #3 async_call_finish
    at gvfsdaemondbus.c line 437
  • #4 handle_async_reply
    at gdbusutils.c line 1277
  • #5 _dbus_pending_call_complete
    at dbus-pending-call.c line 198
  • #6 complete_pending_call_and_unlock
    at dbus-connection.c line 2212
  • #7 dbus_connection_dispatch
    at dbus-connection.c line 4352
  • #8 dbus_source_dispatch
    at gdbusutils.c line 868
  • #9 IA__g_main_context_dispatch
    at /build/buildd/glib2.0-2.17.7/glib/gmain.c line 2073
  • #10 g_main_context_iterate
    at /build/buildd/glib2.0-2.17.7/glib/gmain.c line 2706
  • #11 IA__g_main_loop_run
    at /build/buildd/glib2.0-2.17.7/glib/gmain.c line 2929
  • #12 IA__gtk_main
    at /build/buildd/gtk+2.0-2.13.7/gtk/gtkmain.c line 1172
  • #13 main
    at gedit.c line 586

Thanks,
Comment 1 Paolo Borelli 2008-09-05 19:57:03 UTC
can you run from the terminal

GEDIT_DEBUG=1 gedit

reproduce the bug and paste the debugging log here?
Comment 2 jessevdk@gmail.com 2008-09-06 14:46:32 UTC
Okay, I fixed the crasher in gedit, but there still seems to be a problem with saving a new file to webdav. Funny thing is that I can create a new empty file with the filebrowser plugin, and then edit it. I'm closing this bug because the crash has been fixed, but will open a new one on the webdav new file issue.