https://bugs.kde.org/show_bug.cgi?id=313684
gr...@kde.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gr...@kde.org --- Comment #9 from gr...@kde.org --- I can reproduce this on FreeBSD (Frameworks 5.98, KMail 22.08.0) and on openSUSE Tumbleweed (similar versions, I don't have it at hand to check). It crashes if I forward a message with an attachment -- but not just any attachment. One specific message triggers the problem; it's got PDF attachments. Forwarding other messages with one PNG or multiple JPG attachments works ok. My BT looks like this (not so detailed because KCrash stole the process from my debugger; I also haven't built with debugging symbols). ``` #7 0x000000085b613a31 in KMime::Content::addContent(KMime::Content*, bool) () at /usr/local/lib/libKF5Mime.so.5 #8 0x00000008224085b8 in TemplateParser::TemplateParserJob::createMultipartMixed(QVector<KMime::Content*> const&, KMime::Content*) const () at /usr/local/lib/libKF5TemplateParser.so.5 #9 0x0000000822407cde in TemplateParser::TemplateParserJob::addProcessedBodyToMessage(QString const&, QString const&) const () at /usr/local/lib/libKF5TemplateParser.so.5 #10 0x00000008224067bd in TemplateParser::TemplateParserJob::slotExtractInfoDone(TemplateParserExtractHtmlInfoResult const&) () at /usr/local/lib/libKF5TemplateParser.so.5 #11 0x0000000848862e92 in () at /usr/local/lib/qt5/libQt5Core.so.5 #12 0x00000008223fdfe5 in () at /usr/local/lib/libKF5TemplateParser.so.5 #13 0x000000082241e760 in () at /usr/local/lib/libKF5TemplateParser.so.5 #14 0x0000000848862e92 in () at /usr/local/lib/qt5/libQt5Core.so.5 #15 0x00000008223fd7cd in () at /usr/local/lib/libKF5TemplateParser.so.5 ``` -- You are receiving this mail because: You are watching all bug changes.