https://bugs.kde.org/show_bug.cgi?id=400704
--- Comment #38 from tagwer...@innerjoin.org --- Another reference "for completeness": 8... baloo_file_extractor can get caught on files that require hours to index, the example case being a PDF containing a scientific plot. The plot itself is compressed data with little indexable content and unpacking it may require more RAM than you have available See https://bugs.kde.org/show_bug.cgi?id=380456#c21 It's possible that such indexing attempts trigger OoM protections and therefore never complete. It would make sense to have time/memory limits for such actions (and flag the file as "failed" if the extraction exceeds them). -- You are receiving this mail because: You are watching all bug changes.