Summary: | i connect to imap and it crashed while downloading folders. | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Mathieu Jobin <opensource> |
Component: | general | Assignee: | 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: | ||
Sentry Crash Report: |
Description
Mathieu Jobin
2009-01-05 15:50:53 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) Probably a dup of bug #179825 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 *** |