Summary: | kmail crash when opening a message that contains only a calendar invitation | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | avner |
Component: | messageviewer | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | 1.13.5 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
this message crashed kmail
this patch solved the problem |
Created attachment 51075 [details]
this patch solved the problem
attached a straight forward solution patch.
I applied it today, and reinstalled the fixed package.
now kmail works for me, and the problematic message (and alike) is shown appropriately.
however, I don't know if this breaks something else. I have used the new version for 1 hour only since.
SVN commit 1170280 by mlaurent: Fix crash when header strategy is hidden Apply patch from BR. BUG: 249386 M +4 -0 attachmentstrategy.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1170280 SVN commit 1170288 by mlaurent: Backport fix 249386 BUG: 249386 M +2 -0 attachmentstrategy.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1170288 |
Created attachment 51074 [details] this message crashed kmail Version: 1.13.5 (using KDE 4.4.5) OS: Linux received the attached message. clicked on it to open it in the preview area - kmail crashed. I did not save the whole dump, but the lowest frame was at attachmentstrategy.cpp:151, that is: in HiddenAttachmentStrategy::defaultDisplay(), when trying to access node->parentNode()->type() . I compiled from source, added some debug prints, and confirmed node->parentNode() == NULL. Reproducible: Always