Summary: | Crashes when moving search results to another folder | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Jure Repinc <jlp> |
Component: | search | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | andresbajotierra, finex, modax |
Priority: | NOR | ||
Version: | 1.9.50 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jure Repinc
2008-05-10 18:50:15 UTC
Hmm, I can't reproduce this. Although I moved all my search results to another folder, KMail didn't crash. The messages just disappeared from the search window, like they should. This crash is still happening here in about 2 or 3 times out of 10. I updated to trunk version on 2008-06-21 and a few days before that I subscribed to a couple of mailing lists to get a lot of messages to filter by list-id. I started with about 15000 emails in inbox and was moving about 200-1000 messages after each search. Have you experienced this bug again using a recent KDE (4.1.4 / 4.2beta2 / 4.2rc1 / 4.2svn / 4.3svn) ? (KMail has changed a lot) Thanks :) I'm not able to reproduce this crash too. @Jure: Please reopen if you can reproduce it again Hello, this is probably a valid bug which is *hard* to reproduce. It comes from QTreeWidget internals and is related to delayed layouting. See https://bugs.kde.org/show_bug.cgi?id=200123 how similar bug was solved in konversation. Basically, you need to ensure executeDelayedItemsLayout() is called on the QTreeWidget after deleting its QTreeWidgetItem. |