[Bug 198561] Kmail crashes with Segmentation fault after getting stuck loading an imap account
reeves.87 at gmail.com
reeves.87 at gmail.com
Sat Oct 24 02:40:11 BST 2009
https://bugs.kde.org/show_bug.cgi?id=198561
reeves.87 at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |reeves.87 at gmail.com
--- Comment #2 from <reeves 87 gmail com> 2009-10-24 03:40:07 ---
(In reply to comment #1)
> Could be related to bug 91617
Looks like mAccount->slave() is returning a NULL pointer.
excerpt from SearchJob::searchCompleteFolder where problem originates.
KIO::SimpleJob *job = KIO::special( url, packedArgs, KIO::HideProgressInfo );
if ( mFolder->imapPath() != QString("/") )
{ // the "/ folder" of an imap account makes the kioslave stall
KIO::Scheduler::assignJobToSlave(mAccount->slave(), job);
connect( job, SIGNAL(infoMessage(KJob*,const QString&,const QString&)),
SLOT(slotSearchData(KJob*,const QString&,const QString&)) );
connect( job, SIGNAL(result(KJob *)),
SLOT(slotSearchResult(KJob *)) );
}
In my case I got a connection error immediately before the crash.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list