Summary: | Crashes when empty message is encountered | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Matt Arsenault <whatmannerofburgeristhis> |
Component: | disconnected IMAP | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | info, kdebugs, rbu |
Priority: | NOR | ||
Version: | 1.9.9 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Matt Arsenault
2008-03-02 18:44:39 UTC
*** Bug 160254 has been marked as a duplicate of this bug. *** I found the reson for my crash (reported as 160254, sorry for the duplicate - I somehow missed this existing report). I'm using a Dovecot 1.0 server with maildir storage. The problem have been two completely empty message files, zero bytes in size, which appeared this morning. I'm still trying to find the cause for these files, however removing them fixed the DIMAP crash. I noticed the files as kMail briefly displayed both as messages dated 01-01-1970 when accessing the folder using a normal imap account configuration. (No dimap.) Maybe this information helps in tracking down and fixing the bug, maybe there's some division by zero occuring in the code? I can confirm this bug with a disconnected imap, dovecot, an empty file in one directory. it crashes right at the point when it syncs the folder containing the file. kmail 1.9.7, kde 3.5.8. SVN commit 805568 by tmcguire: Probably fix crash when the server sends an empty message over DIMAP. BUG: 158689 M +4 -1 kmfoldercachedimap.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=805568 *** Bug 176090 has been marked as a duplicate of this bug. *** |