Bug 162049

Summary: Quickly walking over new signed messages with + or N crashes with SIGILL
Product: [Applications] kmail Reporter: Will Stephenson <wstephenson>
Component: generalAssignee: 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:

Description Will Stephenson 2008-05-13 16:13:41 UTC
Version:           1.9.50 (using 4.00.73 (KDE 4.0.73 >= 20080507, compiled sources)
Compiler:          gcc
OS:                Linux (i686) release 2.6.25-26-default

Quickly walking over new signed messages with + or N crashes with SIGILL

Reporting for tmcguire to track 4.1 showstoppers.
Comment 1 Thomas McGuire 2008-05-13 18:38:58 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