Summary: | Quickly walking over new signed messages with + or N crashes with SIGILL | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Will Stephenson <wstephenson> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | mcguire |
Priority: | NOR | ||
Version: | 1.9.50 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Will Stephenson
2008-05-13 16:13:41 UTC
SVN commit 807341 by tmcguire: Don't crash when quickly switching signed messages. The problem was that the sub-event loop of KleoJobExecutor would process user input, which made it possible to switch messages while the job was being executed. That caused trouble when returning from the sub-event loop. Thanks to Volker for the solution. BUG: 162049 M +4 -4 kleojobexecutor.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=807341 |