https://bugs.kde.org/show_bug.cgi?id=163071
Alex Merry <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.11.4 |1.12.90 --- Comment #48 from Alex Merry <kde randomguy3 me uk> 2009-07-02 21:07:36 --- My first impression from the backtrace and the code is that maybe the FolderJob is being deleted without being unregistered from KMAcctImap. Perhaps the problem is that in KMAcctImap::ignoreJobsForMessage, when a job is killed, it is removed from the list that is being iterated over. From the QList::const_iterator docs: "be aware that any non-const function call performed on the QList will render all existing iterators undefined" -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
