Summary: | Crash on checking mails: apparently a dangling KMMsgBase pointer is accessed | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Matthias Kretz <kretz> |
Component: | disconnected IMAP | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | abort when dangling |
Description
Matthias Kretz
2006-11-15 10:54:57 UTC
*** This bug has been marked as a duplicate of 106030 *** I was just able to reproduce the bug again - and perhaps it had nothing to do with the moved messages but with the "Last Search" folder. Steps to reproduce (didn't work another time, though): click on a folder, search for messages, close search dialog, click on "Last Search" folder, click on a mail there, check mail -> crash - KMFolderCachedImap::name() returns the name of the folder that the Search Folder is referencing - KMFolderCachedImap::uidsOnServer.count() == 1 Created attachment 18567 [details]
abort when dangling
I have KMail running with the attached patch now, hoping to find the code where
the dangling pointer is "created".
|