GNOME Bugzilla – Bug 730134
Segmentation fault: camel-ews-store.c: No such file or directory
Last modified: 2014-05-16 20:34:02 UTC
I recently updated from 3.10.4 to 3.12.1 . After a small period of time ( minutes ) , evolution crashed. Started it under gdb and got Program received signal SIGSEGV, Segmentation fault.
+ Trace 233598
Thread 140734460061440 (LWP 6269)
There are also lots of assertion failed lines logged to the console (evolution:6136): GLib-GObject-CRITICAL **: g_closure_unref: assertion 'closure->ref_count > 0' failed
(In reply to comment #0) > I recently updated from 3.10.4 to 3.12.1 . After a small period of time ( > minutes ) , evolution crashed. Started it under gdb and got May I ask you to install debug packages for you distro and try to reproduce it again? And, please, when it crashes, get the backtrace of all threads running. You can do it using, in gdb, instead of "bt", "t a a bt" (thread apply all backtrace) >There are also lots of assertion failed lines logged to the console >(evolution:6136): GLib-GObject-CRITICAL **: g_closure_unref: assertion >'closure->ref_count > 0' failed Yeah, it's happening when you have a "new" version of WebKit. I'm pretty sure this is not the reason of your crash.
Aha! I see, Milan Crha cooked a patch for this and it's already upstream, it is in 3.12.2+ (see: https://git.gnome.org/browse/evolution-ews/commit/?h=evolution-ews-3-12&id=331ec86473aec5a62362c79de66f522a4eea68ab) I'm closing this bug as FIXED.
That was fast, thanks!. I'll retest with 3.12.3 then .
(In reply to comment #3) > That was fast, thanks!. I'll retest with 3.12.3 then . It's 3.12.2 inclusive and following releases, thus you do not need to wait that long. :)
(In reply to comment #4) > It's 3.12.2 inclusive and following releases, thus you do not need to wait that > long. :) Great, thanks. Fingers crossed for the update to hit the openSUSE repos soon.