GNOME Bugzilla – Bug 543401
Evolution crashed : clicked on a folder
Last modified: 2013-09-13 00:58:30 UTC
Evolution 2.23.5 sexp is : [(match-all (and (not (system-flag "deleted")) (not (system-flag "junk"))))] Something is returned in the top-level caller : [SELECT uid FROM 'Mailbox' WHERE (deleted = 0 AND junk = 0)] [New Thread 0xb102cb90 (LWP 403)] [Thread 0xb2e9cb90 (LWP 402) exited] [Thread 0xb102cb90 (LWP 403) exited] [Thread 0xb1a41b90 (LWP 401) exited] removing cache for DevT 36 ** ** camel:ERROR:(camel-string-utils.c:244):camel_pstring_free: assertion failed: (0) Program received signal SIGABRT, Aborted. [Switching to Thread 0xb63646e0 (LWP 32655)] 0xffffe430 in __kernel_vsyscall () (gdb) thread a a bt
+ Trace 203059
Cool. I want to see more like this. I have manually added these g_assert to catch all such stuffs. So put the console logs and gdb traces when you file it.
Akhil, for groupwise it is fixed. During release build, I disabled it. I would enable it back to crash on such sitn. Catch bugs and paste it here.