Bug 179719

Summary: i connect to imap and it crashed while downloading folders.
Product: [Applications] kmail Reporter: Mathieu Jobin <opensource>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED DUPLICATE    
Severity: crash CC: andresbajotierra, christophe, finex
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Mathieu Jobin 2009-01-05 15:50:53 UTC
Version:           unknown (using 4.1.85 (KDE 4.1.85 (KDE 4.2 Beta2)), Kubuntu packages)
Compiler:          cc
OS:                Linux (i686) release 2.6.27-9-generic

title says it all

i connected to IMAP and it crashed while downloading folders. 

the 150+ message boxes also made kwin slow down until my system was unusable. I have been patient simply until kmail crashed.

I wanted to attached a backtrace, but generating the backtrace actually made drkonqi crash itself.
Comment 1 Dario Andres 2009-01-05 22:25:27 UTC
Well.. if DrKonqui is crashing you can using GDB directly:

In a Konsole window
- Run "gdb kmail"
- Type "set logging on" and press Return (this will log everything to "gdb.txt", ensure that you don't have another file with the same name)
- Type "run" and press Return
KMail will open
- Reproduce the crash
KMail will crash.
- Return to the Konsole/GDB window
- Type "bt full", press Return
- Press Return until all the backtrace is loaded (you can hold Return for a while to avoid pressing it every 1 second)

Then paste the contents of the gdb.txt file here (or paste the firsts line, and then attach the full file)
Comment 2 FiNeX 2009-01-06 18:53:43 UTC
Probably a dup of bug #179825
Comment 3 Christophe Marin 2009-02-14 19:18:27 UTC
Let's assume it's a dup of bug 179765 which is fixed in KDE 4.2

*** This bug has been marked as a duplicate of bug 179765 ***