Summary: | creating a HTML message with animated gif crashed | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Martin Koller <kollix> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Martin Koller
2009-08-17 23:13:25 UTC
On restart of kmail, it hangs in an endless loop. Attaching with gdb shows the bt e.g.: #0 0xb5f2d21b in QTextFragment::charFormat() const () from /usr/lib/libQtGui.so.4 #1 0xb7300e8e in KMComposeWin::collectImages (this=0x8807208, root=0x8944e88) at /usr/src/debug/kdepim-4.3.0/kmail/kmcomposewin.cpp:1810 #2 0xb73134b0 in KMComposeWin::setMsg (this=0x8807208, newMsg=0x875b418, mayAutoSign=false, allowDecryption=false, isModified=true) at /usr/src/debug/kdepim-4.3.0/kmail/kmcomposewin.cpp:1642 #3 0xb74616da in KMKernel::recoverDeadLetters (this=0xbfa5e698) at /usr/src/debug/kdepim-4.3.0/kmail/kmkernel.cpp:1316 #4 0x0804a7ea in main (argc=-1236062192, argv=0x87c7088) at /usr/src/debug/kdepim-4.3.0/kmail/main.cpp:134 SVN commit 1012649 by tmcguire: Don't crash on mails where there are two embedded images on the same text block. BUG: 204214 M +14 -6 textedit.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1012649 SVN commit 1013338 by tmcguire: Backport of: SVN commit 1012649 by tmcguire: Don't crash on mails where there are two embedded images on the same text block. CCBUG: 204214 M +15 -6 kmcomposewin.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1013338 |