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 648288 - evolution crashed with SIGSEGV in g_closure_invoke()
evolution crashed with SIGSEGV in g_closure_invoke()
Status: RESOLVED INCOMPLETE
Product: evolution
Classification: Applications
Component: Plugins
2.32.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: evolution-plugin-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2011-04-20 12:47 UTC by Pedro Villavicencio
Modified: 2011-08-11 05:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pedro Villavicencio 2011-04-20 12:47:11 UTC
this report has been filed here:

https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/765796

there's no steps on how to reproduce the bug yet, i'm asking the reporter, the stacktrace looks good though:

".

Thread 1 (Thread 30175)

  • #0 ask_password
    at publish-calendar.c line 319
  • #1 _gio_marshal_VOID__STRING_STRING_STRING_FLAGS
    at /build/buildd/glib2.0-2.28.5/./gio/gio-marshal.c line 86
  • #2 g_closure_invoke
    at /build/buildd/glib2.0-2.28.5/./gobject/gclosure.c line 767
  • #3 signal_emit_unlocked_R
    at /build/buildd/glib2.0-2.28.5/./gobject/gsignal.c line 3252
  • #4 g_signal_emit_valist
    at /build/buildd/glib2.0-2.28.5/./gobject/gsignal.c line 2983
  • #5 g_signal_emit_by_name
    at /build/buildd/glib2.0-2.28.5/./gobject/gsignal.c line 3077
  • #6 mount_op_ask_password
    at gmountoperationdbus.c line 250
  • #7 mount_op_message_function
    at gmountoperationdbus.c line 133
  • #8 _dbus_object_tree_dispatch_and_unlock
    at dbus-object-tree.c line 858
  • #9 dbus_connection_dispatch
    at dbus-connection.c line 4688
  • #10 dbus_source_dispatch
    at gvfsdbusutils.c line 807
  • #11 g_main_dispatch
    at /build/buildd/glib2.0-2.28.5/./glib/gmain.c line 2440
  • #12 g_main_context_dispatch
    at /build/buildd/glib2.0-2.28.5/./glib/gmain.c line 3013
  • #13 g_main_context_iterate
    at /build/buildd/glib2.0-2.28.5/./glib/gmain.c line 3091
  • #14 g_main_loop_run
    at /build/buildd/glib2.0-2.28.5/./glib/gmain.c line 3299
  • #15 IA__gtk_main
    at /build/buildd/gtk+2.0-2.24.4/gtk/gtkmain.c line 1257
  • #16 main
    at main.c line 715

Comment 1 Milan Crha 2011-06-29 11:35:35 UTC
It was probably some kind of use-after-free memory issue, because the code reads like this:

316	if ((flags & G_ASK_PASSWORD_NEED_PASSWORD) == 0)
317		return;
318
319	euri = e_uri_new (ms->uri->location);
320	username = euri->user;
321	password = e_passwords_get_password ("Calendar", ms->uri->location);

thus either the 'ms' or 'ms->uri' is gone when this callback is called. Without steps it's pretty hard to tell, though, and I saw no update in your downstream bug report either.

Do you have any suggestion what to do?
Comment 2 Akhil Laddha 2011-08-11 05:54:54 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!