[Bug 233397] Crash after changing folders

Leo Franchi lfranchi at kde.org
Fri Jun 18 15:04:55 BST 2010


https://bugs.kde.org/show_bug.cgi?id=233397





--- Comment #6 from Leo Franchi <lfranchi kde org>  2010-06-18 16:04:46 ---
This happens when the cleanup job (viewItemJobStepInternalForJobPass1Cleanup)
is called very early in the view fill process---before parent messages have
their children set up. The individual threaded items therefore (a) have no
parent and (b) are not in the orphan list (as when the previous pass checked
the parent for children to put in the orphan list, there were none there). then
it crashes....

i'm not sure exactly where it is being interrupted yet. removing the assert
pushes the crash along to viewItemJobStepInternalForPass2, to a corrupted
messageitem in the list for pass2 processing.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the Kdepim-bugs mailing list