Summary: | IMAP KIO process dies (due to trailing nulls?) | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Josh Berry <des> |
Component: | IMAP | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | lure |
Priority: | NOR | ||
Version: | SVN trunk (KDE 4) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Josh Berry
2007-12-12 06:31:52 UTC
See also bug 152652 (about the unread problem). I confim this on my citadel server. But no messages with =00 at the end.. I think, this could occur if you switch fast between non-cached (is there a cache?) mails and too many connections are made. My server is pretty slow and probably doesn't respond quick enough. I look into it. Ah, something i forgot: In my case, kmail doesn't always crash after the dialog and i can use it further. It restarts the ioslave (so that it can crash on some other mail ;)). My investigation status: The ioslave dies because of an out of bounds access to a qbytearray: ASSERT: "i < uint(size())" in file /usr/include/QtCore/qbytearray.h, line 351 After I attached gdb to the ioslave, i couldn't reproduce the bug anymore. So this means hard work :(. I think crashing of kmail is bug #154041. SVN commit 771672 by winterz: Mischael's fix for "IMAP KIO process dies (due to trailing nulls?)" BUG: 153885 M +7 -4 imapinfo.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=771672 |