[Bug 224154] kontact crashed when I switched to another mail folder in kmail

Hugo Pereira Da Costa hugo.pereira at free.fr
Sun Mar 28 05:25:05 BST 2010


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





--- Comment #3 from Hugo Pereira Da Costa <hugo pereira free fr>  2010-03-28 06:24:54 ---
this really seems a Qt bug to me. Occurs at deletion of tileSet (generated
automatically by cleaning a QCache, not by oxygen, so should be in the hand of
Qt), and more precisely of QPixmaps stored in a QVector inside TileSet. There
is no pointers involved inside TileSet and everything should be allocated on
the stack (making it impossible to e.g. deleting the same QPixmap twice).
Except that Qt shares pixmap in the background, allocates them on the heap, and
is supposed to handle their deletion nicely, which crashes here ...

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



More information about the Kdepim-bugs mailing list