http://bugzilla.novell.com/show_bug.cgi?id=505153 User ptesarik@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=505153#c2 --- Comment #2 from Petr Tesařík <ptesarik@novell.com> 2009-05-28 06:57:36 MDT --- After another thousands of crashes, I decided to run Evolution in gdb again. And I've got a different backtrace this time: #0 0x00007f8b5a3c2a4b in camel_message_info_ptr (mi=0x7f8b3c496940, id=1) at camel-folder-summary.c:4556 #1 0x00007f8b43944f41 in update_junk_list (store=0x7c0ee0, info=0x7f8b3c496940, flag=1) at camel-groupwise-folder.c:538 #2 0x00007f8b439481ff in groupwise_sync (folder=0xc871b0, expunge=0, ex=0x7f8b30fc9660) at camel-groupwise-folder.c:592 #3 0x00007f8b4394dabf in groupwise_get_folder_info (store=0x7c0ee0, top=0x0, flags=<value optimized out>, ex=0x7f8b30fc9660) at camel-groupwise-store.c:1190 #4 0x00007f8b5a3e5f07 in camel_store_get_folder_info (store=0x7c0ee0, top=0x0, flags=7, ex=0x7f8b30fc9660) at camel-store.c:894 #5 0x00007f8b48d2b8c8 in get_folderinfo_exec (m=0x7f8b30fc9640) at mail-ops.c:1075 #6 0x00007f8b48d28a44 in mail_msg_proxy (msg=0x7f8b30fc9640) at mail-mt.c:520 #7 0x00007f8b4d489d27 in ?? () from /usr/lib64/libglib-2.0.so.0 #8 0x00007f8b4d488784 in ?? () from /usr/lib64/libglib-2.0.so.0 #9 0x00007f8b583b7070 in start_thread () from /lib64/libpthread.so.0 #10 0x00007f8b4d19f10d in clone () from /lib64/libc.so.6 #11 0x0000000000000000 in ?? () At frame #2, you're apparently getting an invalid folder pointer: (gdb) p *folder $5 = {parent_object = {klass = 0x0, magic = 0, hooks = 0xe73540, ref_count = 0, flags = 1, next = 0x0, prev = 0xc87270}, priv = 0x7f8b30b21610, name = 0x7f8b30b21440 "\220ϴ0\213\177", full_name = 0x7f8b30b21420 "p\024�0\213\177", description = 0x0, parent_store = 0x7c0ee0, summary = 0xd116c0, folder_flags = 7, permanent_flags = 31, later = {0x0, 0x0, 0x0, 0x0}} (gdb) p folder $6 = (CamelFolder *) 0xc871b0 (gdb) up #3 0x00007f8b4394dabf in groupwise_get_folder_info (store=0x7c0ee0, top=0x0, flags=<value optimized out>, ex=0x7f8b30fc9660) at camel-groupwise-store.c:1190 1190 CAMEL_FOLDER_CLASS (CAMEL_OBJECT_GET_CLASS (groupwise_store->current_folder))->sync(groupwise_store->current_folder, FALSE, ex); (gdb) p *(CamelGroupwiseStore*)store $18 = {parent_object = {parent_object = {parent_object = {parent_object = { klass = 0x7c15c0, magic = 2007188717, hooks = 0x887e80, ref_count = 7, flags = 0, next = 0x0, prev = 0x0}, priv = 0x818400, session = 0x746670, provider = 0x7f8b43b55fa0, status = CAMEL_SERVICE_CONNECTED, connect_op = 0x0, url = 0x818630}, priv = 0x818580, folders = 0x818480, cdb_r = 0x9a03d0, cdb_w = 0x9d1f00, flags = 4, mode = 3, later = {0x0, 0x0, 0x0, 0x0}}, state = 0}, summary = 0x87d170, root_container = 0xe41da0 "6.EMEA5.EMEA5-1.100.0.1.0.1@15", priv = 0x8185d0, current_folder = 0xc871b0, refresh_stamp = 0, list_loaded = 1} ^^^^^^^^^^^^^^^^^^^^^^^^^^ This is where the invalid value originated. <frustration>I wonder if anybody's interested in fixing Evolution, or if we should rather drop it.</frustration> -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.