GNOME Bugzilla – Bug 696092
Crash when fetching task items
Last modified: 2013-04-29 11:55:00 UTC
I just get this crash when I added new items in Outlook: See these suspicious variables: name = 0x7f6e60014503 "Body" value = 0x0
+ Trace 231658
Thread 3 (Thread 0x7f6e70ff9700 (LWP 6251))
Oops, no: # 6 0x00007f6e97bd3a96 in e_ews_item_set_from_soap_parameter (item=0x7f6e600018e0, param=0x7f6e6000bd30) at e-ews-item.c:1038 1038 priv->contact_fields->notes = e_soap_parameter_get_string_value (subparam); (gdb) p priv $1 = (EEwsItemPrivate *) 0x7f6e6000ab80 (gdb) p priv->contact_fields $2 = (struct _EEwsContactFields *) 0x0
Created attachment 239232 [details] [review] Bug #696092 - Crash when fetching task items? Check if the EwsItem is a contact before trying to write Body content into it
Created attachment 239234 [details] [review] Bug #696092 - Crash when fetching task items?
Review of attachment 239234 [details] [review]: Looks fine, please commit either after freeze or better if/when release-team gives you a permission. Thanks.
Pushed! https://git.gnome.org/browse/evolution-ews/commit/?id=8cb638af5ea990a3c3aee25f2fa365446487e63c
Downstream bug report about the same from 3.8.1: https://bugzilla.redhat.com/show_bug.cgi?id=957398 I thought this reached 3.8.x too.
(In reply to comment #6) > Downstream bug report about the same from 3.8.1: It's evolution 3.8.1, but evolution-ews is 3.8.0 in that downstream bug report. > I thought this reached 3.8.x too. So it reached it in 3.8.1+. I'm sorry for confusion.