GNOME Bugzilla – Bug 690526
[abrt] eds 3.6.3+: SIGSEGV in message_info_from_uid()
Last modified: 2013-03-12 14:07:08 UTC
Created attachment 231936 [details] gdb backtrace On evo 3.6.3+, SIGSEGV in message_info_from_uid(). backtrace attached.
Pasting backtrace inline, at least the parts which seem to be relevant. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fffadde0700 (LWP 8575)] message_info_from_uid (summary=0x7fffba6e3860, uid=0x7fffb40daa00 "14819") at camel-folder-summary.c:1919 1919 cdb = parent_store->cdb_r;
+ Trace 231630
Thread 1 (Thread 0x7fffe33399c0 (LWP 7008))
This seems to be similar to bug #666342, the bottom of the backtrace is basically the same, only the top function is different, which suggests this being a use-after-free. I'm marking this as a duplicate of the other bug. *** This bug has been marked as a duplicate of bug 666342 ***