Summary: | crash on kmail startup after requesting passwords for imap boxes | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | basur |
Component: | IMAP | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | arnaud_oss, arutha, logic |
Priority: | NOR | ||
Version: | 1.6 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
basur
2004-01-28 09:24:43 UTC
Subject: kdenetwork/kopete/plugins/webpresence CVS commit by mattr: Fix bug 73667. Check and make sure that the account object is valid before reconnecting the signals. Can happen after accountUnregistered is called. CCMAIL: 73667@bugs.kde.org M +1 -1 webpresenceplugin.cpp 1.43 --- kdenetwork/kopete/plugins/webpresence/webpresenceplugin.cpp #1.42:1.43 @@ -107,5 +107,5 @@ void WebPresencePlugin::listenToAllAccou void WebPresencePlugin::listenToAccount( KopeteAccount* account ) { - if(account->myself()) + if(account && account->myself()) { // Connect to the account's status changed signal heh, sorry. i was dyslexic. (it was supposed to be 73677) This is also happening on FreeBSD 4.9R+S and 5.2.1-RC and KDE-3.2 More specific this is happening only if you have more then one account in kmail Also happens only if the first account has its password not saved in kmail Soon all passwords are saved this problem goes away the crash is exactly after confirming the password This does not happen with pop accounts nly when IMAP is chosen I want to confirm, this still happens here for me. I don't know but a bug like this was already present in KDE 3.1 and was fixed there (IIRC). Im running KDE 3.2.0, Gentoo, gcc 2.95.3, glibc 2.2.5 I can provide a backtrace if you need another from Final 3.2.0. I think that this is fixed in KDE 3.2.1. Can you confirm with a Konstruct build (it really is easy to get running in your home directory) that this bug is not the very one solved but this release? Hi, I've tried KDE3.2.1 with KMail 1.6.1 now, but the problem still exists. I also recognized that the problem now just appears if during the last session of KMail a IMAP folder has been selected. It seems to crash when changing to that folder after requesting the passwords. If you cancel the password dialogs, KMail starts in normal Inbox and if you have like me 2 IMAP accounts, KMail starts perfectly if you cancel one of the two password dialogs. *** Bug 70465 has been marked as a duplicate of this bug. *** *** Bug 77145 has been marked as a duplicate of this bug. *** I have tried KDE 3.2.2 now on my computer with the precompiled packages for SuSE Linux 9.0 and the problem no longer occurs. KMail does no longer crash when handling more then one IMAP Account. Thanks. I have my own email server with Postfix + Cyrus Imap. I have an IMAP account configured in Kmail. If I change my account password in SASL database Kmail ask me for name and password. If I insert a bad password the same pop-up appears (Ok). But if I press cancel in the pop-up, Kmail crashes (becomes blank for long time and consume 90% of CPU). It occurs every times if I press cancel in that pop-up. |