Summary: | Baloo crash on system startup | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kfilemetadata | Reporter: | Stephen Hassard <steve> |
Component: | general | Assignee: | Pinak Ahuja <pinak.ahuja> |
Status: | RESOLVED UPSTREAM | ||
Severity: | crash | CC: | marvelvance, nate |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 5.60.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Stephen Hassard
2019-07-18 14:44:46 UTC
1. Does you computer support SSSE3 (three "S")? 2. It crashes on some (probably malformed) PNG file. Please check with "balooctl failed" and provide the file if possible. I just figured out what's going on. I have an extracted tarball of the libpng src in my user folder and it has a png crasher image which baloo is failing to index: ``` % balooctl check Started search for unindexed files 8:41.stephen@kaiju:~% balooctl monitor Press ctrl+c to stop monitoring File indexer is running Indexing file content Indexing: /home/stephen/devel/USD_build/scripts/libpng-1.6.37/contrib/testpngs/crashers/empty_ancillary_chunks.png ``` It's actually crashing in Exiv2::PngImage::readMetadata(). Looks like this is already tracked upstream with https://github.com/Exiv2/exiv2/issues/953. I'm sure the Exiv2 folks would really appreciate if you attached the file in question to https://github.com/Exiv2/exiv2/issues/953. Thanks! Thanks Nate! I've added some details to the bug to the github exiv2 issue that you've linked. *** Bug 411604 has been marked as a duplicate of this bug. *** |