GNOME Bugzilla – Bug 567484
GW - Evolution crashed in groupwise_get_folder_info at camel-groupwise-store.c:1167
Last modified: 2011-02-23 07:38:04 UTC
Steps to reproduce: Was just fetching mails in a different backend (mapi). Stack trace: (evolution:4375): camel-WARNING **: Trying to check junk data is OBJECT 'CamelFolder' (evolution:4375): camel-CRITICAL **: camel_object_is: assertion `check_magic(o, ctype, CAMEL_OBJECT_MAGIC)' failed (evolution:4375): camel-CRITICAL **: camel_folder_thaw: assertion `CAMEL_IS_FOLDER (folder)' failed [Thread 0x7fffdd5dc950 (LWP 4575) exited] [New Thread 0x7fffdd5dc950 (LWP 7638)] [New Thread 0x7fffddddd950 (LWP 7639)] [Thread 0x7fffddddd950 (LWP 7639) exited] [New Thread 0x7fffcb7fe950 (LWP 7640)] (evolution:4375): camel-WARNING **: Trying to check junk data is OBJECT 'CamelObject' (evolution:4375): camel-CRITICAL **: camel_object_cast: assertion `check_magic(o, ctype, CAMEL_OBJECT_MAGIC)' failed Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fffdd5dc950 (LWP 7638)] 0x00007fffdcbd2bb2 in groupwise_get_folder_info (store=0x79e690, top=0x0, flags=<value optimized out>, ex=0xd59780) at camel-groupwise-store.c:1167 (gdb) t a a bt
+ Trace 211489
Thread 69 (Thread 0x7fffcb7fe950 (LWP 7640))
Thread 67 (Thread 0x7fffdd5dc950 (LWP 7638))
Thread 66 (Thread 0x7fffd7fff950 (LWP 7382))
Thread 1 (Thread 0x7ffff7fa87e0 (LWP 4375))
(gdb) Other information:
closely related to bug 533989
Got same crash on 2.25.5 (evolution:12110): camel-WARNING **: Trying to check junk data is OBJECT 'CamelObject' (evolution:12110): camel-CRITICAL **: camel_object_cast: assertion `check_magic(o, ctype, CAMEL_OBJECT_MAGIC)' failed Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb5189b90 (LWP 13003)] 0xb4980c82 in groupwise_get_folder_info (store=0x80fbe58, top=0x0, flags=7, ex=0x8ebab4c) at camel-groupwise-store.c:1167 1167 CAMEL_FOLDER_CLASS (CAMEL_OBJECT_GET_CLASS (groupwise_store->current_folder))->sync(groupwise_store->current_folder, FALSE, ex); (gdb) t a a bt
+ Trace 211702
Thread 210 (Thread 0xb5189b90 (LWP 13003))
This commit might solve the crash. Stable Branch: http://svn.gnome.org/viewvc/evolution-data-server?view=revision&revision=9983 Trunk: http://svn.gnome.org/viewvc/evolution-data-server?view=revision&revision=9982
Closing per above comment. Please reopen if does not work for you. Thanks in advance.