GNOME Bugzilla – Bug 595260
crash in mapi_sync_deleted
Last modified: 2009-10-15 02:47:37 UTC
I have both webdav and mapi running, to complement mapi's issues with the GAL and for when mapi crashes on random messages. Periodically webdav loses connection, and a message's contents become the HTML of the signin page. So, I delete that message in webdav, then move it back to the webdav Inbox, which refreshes it. The last time I did that, without accessing mapi, I got a crash. 0x015e650a in mapi_sync_deleted (session=0x81e3cc8, msg=0x8f48260) at camel-mapi-folder.c:741 741 if (!tmp_list_item->data && uid) { (gdb) bt
+ Trace 217587
(gdb) print tmp_list_item->data Cannot access memory at address 0x0 (gdb) print tmp_list_item $1 = (GSList *) 0x0
Worth noting that now I can no longer start Evolution since mapi crashes every time. Had to start in offline mode, then disable the plugin.
Created attachment 143269 [details] [review] proposed ema patch for evolution-mapi; Please test with this. Thanks in advance.
Appears to have fixed my crash. Thanks! Now on to the other message-specific crashes...
Created commit fc2e9ea in ema master (0.29.1+) Created commit 79fde20 in ema gnome-2-28 (0.28.1+)
*** Bug 598295 has been marked as a duplicate of this bug. ***
*** Bug 598409 has been marked as a duplicate of this bug. ***