GNOME Bugzilla – Bug 534082
Attempt to "Open" a previously accepted invite dumped core
Last modified: 2008-10-01 15:49:11 UTC
Steps to reproduce: Not sure if it can be reproduced but this is how I produced it 1. I have a meeting scheduled in my calendar which was an Exchange invite that I accepted last week sometime 2. The invite also has an attached document 3. I right-clicked on it and selected "Open" Evolution crashed. Stack trace: Program terminated with signal 11, Segmentation fault. [New process 18185] [New process 18506] [New process 18504] [New process 18291]
+ Trace 198245
Thread 1 (process 18185)
446 447 camel_medium_set_header (CAMEL_MEDIUM (mime_part), 448 "Content-Disposition", str); 449 g_free(str); 450 451 camel_content_type_set_param (((CamelDataWrapper *) mime_part)->mime_type, "name", filename); 452 str = camel_content_type_format (((CamelDataWrapper *) mime_part)->mime_type); 453 camel_medium_set_header (CAMEL_MEDIUM (mime_part), "Content-Type", str); 454 g_free (str); 455 } (gdb) p *((CamelDataWrapper *) mime_part) $2 = {parent_object = {klass = 0x853c428, magic = 2007188717, hooks = 0x0, ref_count = 1, flags = 0, next = 0x0, prev = 0x0}, priv = 0x8e0a1c8, encoding = CAMEL_TRANSFER_ENCODING_DEFAULT, mime_type = 0x0, stream = 0x0, offline = 0} I don't know why it would be NULL though. I still have the core etc. if you'd like me to do more debugging.
FYI, the coredump happens every time I try to "Open" this meeting.
Paul, can you strip the confidential/sensitive contents and attach that mail/appt? This is one of our hitlist bugs in mailer with the same trace.
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should work fine with 2.22.3.1 or even better with 2.24.0. *** This bug has been marked as a duplicate of 460204 ***