GNOME Bugzilla – Bug 618234
crash in evolution mailer
Last modified: 2010-11-12 05:17:42 UTC
I got the following crash in evolution 2.30.1.2 / e-d-s 2.30.1 : (gdb) thread apply all bt
+ Trace 221836
Thread 1 (Thread 0xb64ff7e0 (LWP 21976))
any steps or operation where you got the crash ?
I just had pressed Ctrl-L to reply to a mail and I guess imapx backend was running at the same time refreshing my folders. Not reproducible unfortunately.
just got the same crash when pressing Ctrl-L and waiting for composer to open : Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xacdffb70 (LWP 21498)] magazine_chain_pop_head (ix=<value optimized out>, magazine_chunks=0x5e0, count=7) at gslice.c:486 486 (*magazine_chunks)->data = chunk->next; (gdb) thread apply all bt
+ Trace 221842
Thread 1 (Thread 0xb64ff7e0 (LWP 2016))
Could you run evolution like this and try to reproduce the issue, please? $ G_SLICE=always-malloc evolution It should claim something. But if it wouldn't even after few tries, then maybe use valgrind for a memory checking, like the following command, though evolution use to be quite slow under valgrind: $ G_SLICE=always-malloc valgrind --num-callers=50 evolution &>evo.log Thanks in advance.
I won't be able to duplicate this, since the system I was using was in my previous employer and I switched both company and distributions :(
*** This bug has been marked as a duplicate of bug 619716 ***