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.
_______________________________________________
Kdepim-bugs mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to