Summary: | KMail freezes and hogs CPU when failed IMAP authentication is canceled | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Marcelo Sales <mmtsales> |
Component: | IMAP | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED WAITINGFORINFO | ||
Severity: | normal | CC: | arne.schmitz, bjoern, mmtsales |
Priority: | NOR | ||
Version: | 1.9.5 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | 2 backtraces of the SAME freeze |
Description
Marcelo Sales
2007-01-26 15:06:18 UTC
For the purposes of the KDE bugzilla, freezing isn't a crash Yes, I have the same problem. E.g. at this moment my GMX IMAP account is down and hitting Escape/clicking cancel in the password dialog completely freezes KMail. Using KDE 3.5.5 on Debian Testing. I can confirm this bug using KMail 1.9.5 and 1.9.6. Actually this bug was the reason I've upgraded to 1.9.6... IMHO, this bug deserves a higher priority See also bug 147851. Might be the same, but I am not sure. bug 147851 is not the same. I can confirm bug 147851 for Gentoo. Furtheremore I can confirm this, much worser, bug on kubuntu. I'll attach same backtraces made during freeze. Feel free to contact me (ian| on irc.freenode.org) for further information. (Bug is 100% reproducable) Created attachment 21697 [details]
2 backtraces of the SAME freeze
First full backtrace, then a new backtraces of the topmost 22 functions after
"continue"ing the program for some seconds.
*** This bug has been confirmed by popular vote. *** I made some more backtraces, it seems that KMFolderImap::checkValidity() is stuck in an endless loop. Sorry, the loop is in a higher level: It's QObject::activate_signal() which runs in loop. I set a breakpoint inside activate_signal() (based on the return adress on the stack) and tried to step to an even higher level - this is not possible. Haven't encountered this problem in KDE 4.2+ . Has anyone else? |