GNOME Bugzilla – Bug 692688
[abrt] Crash in strip_html_tags()
Last modified: 2013-01-28 11:28:40 UTC
Moving this from a downstream bug report: https://bugzilla.redhat.com/show_bug.cgi?id=904236 Description of problem: I clicked on "calendar", and it crashed. Appears the EWS access to the Calendar is having a problem. Version-Release number of selected component: evolution-data-server-3.6.2-3.fc18 Additional info: backtrace_rating: 4 cmdline: /usr/libexec/evolution-calendar-factory crash_function: strip_html_tags executable: /usr/libexec/evolution-calendar-factory kernel: 3.7.2-201.fc18.x86_64 Core was generated by `/usr/libexec/evolution-calendar-factory'. Program terminated with signal 11, Segmentation fault.
+ Trace 231454
Thread 9 (Thread 0x7fb257274800 (LWP 30075))
Created attachment 234605 [details] [review] ews patch for evolution-ews; Even I cannot reproduce this (my server doesn't return HTML body for a task), I see what could cause this crash, thus I changed the strip_html_tags() to avoid the crash. It's not perfect, but it'll not crash anymore.
Created commit 0f1d6c5 in ews master (3.7.5+) Created commit bbc6124 in ews gnome-3-6 (3.6.4+)