GNOME Bugzilla – Bug 648288
evolution crashed with SIGSEGV in g_closure_invoke()
Last modified: 2011-08-11 05:54:54 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: ".
+ Trace 226801
Thread 1 (Thread 30175)
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?
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!