[Bug 175452] Crash when selecting gmail imap folder

Thomas McGuire mcguire at kde.org
Wed Nov 19 18:23:56 GMT 2008


http://bugs.kde.org/show_bug.cgi?id=175452


Thomas McGuire mcguire kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|general                     |IMAP




--- Comment #2 from Thomas McGuire <mcguire kde org>  2008-11-19 19:23:52 ---
> I've just checked libkdepim/progressmanager.cpp and it reads

> if ( mChildren.isEmpty() ) {

>but mChildren, if I'm not mixing Java and C++, declared as a private variable is  not initialized in the constructor.

mChildren is a QMap, which is automatically constructed with the default QMap
constructor. The real problem is that this=0x20006d, i.e. the pointer to the
progressitem is invalid, probably because the jobData is invalid.

Anyway, I can't reproduce this problem, it looks like this only happens when
listing a folder gets an error.
Maybe running KMail through valgrind would get a useful result.


-- 
Configure bugmail: http://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