https://bugs.kde.org/show_bug.cgi?id=486853
--- Comment #2 from Christian (Fuchs) <k...@fuchsnet.ch> --- (In reply to tagwerk19 from comment #1) > (In reply to Christian (Fuchs) from comment #0) > > #5 0x00007fc211b44aac in standardDeclarationForNode(QTextHtmlParserNode > > const&) () from /lib64/libQt6Gui.so.6 > > #6 0x00007fc211b45bc2 in QTextHtmlParser::declarationsForNode(int) const () > > from /lib64/libQt6Gui.so.6 > > #7 0x00007fc211b46830 in QTextHtmlParser::parseTag() () from > > /lib64/libQt6Gui.so.6 > > #8 0x00007fc211b46df0 in QTextHtmlParser::parse() () from > > /lib64/libQt6Gui.so.6 > > #9 0x00007fc211aeb2ea in > > QTextHtmlImporter::QTextHtmlImporter(QTextDocument*, QString const&, > > QTextHtmlImporter::ImportMode, QTextDocument const*) () from > > /lib64/libQt6Gui.so.6 > > #10 0x00007fc211ad3f16 in QTextDocument::setHtml(QString const&) () from > > /lib64/libQt6Gui.so.6 > > #11 0x00007fc20e11fb7f in > > KFileMetaData::MobiExtractor::extract(KFileMetaData::ExtractionResult*) () > > from /usr/lib64/qt6/plugins/kf6/kfilemetadata/kfilemetadata_mobiextractor.so > It's looking like a "messed up" ebook (a .mobi with embedded HTML?). There's > also Bug 475730 and, perhaps more usefully, Bug 475975... Thanks for the links, I'll go subscribe to the latter. In an ideal world though, a malformed file should not lead to baloo crashing, very visibly to the end user as it spams the systray with a dozen of Dr. Konqi instances. If there is malformed content produced by a third party library, there should be the equivalent of a catch around that so it could fail on that file gracefully (and potentially mark it to not re-index) -- You are receiving this mail because: You are watching all bug changes.