https://bugs.kde.org/show_bug.cgi?id=391253
--- Comment #6 from Fabian Vogt <fab...@ritter-vogt.de> --- (In reply to Michael Heidelbach from comment #4) > Same for me. > It has been on my to-do list for quite some time now. > > Regarding your patch, thanks, I'll test it. If you post it on > phabricator.kde.org within the next few days and it's valid, you'll get all > the merits. Otherwise I will :-) The patch is just a workaround for two bugs: a) The quit() method on FileContentIndexer doesn't exit the event loop of the thread. b) The ExtractorProcess gets stuck if the QProcess dies for whatever reason. The workaround for a) will just terminate the event loop, whatever side effects that might cause. The workaround for b) emits done() if the process dies or quits, which isn't good either. -- You are receiving this mail because: You are watching all bug changes.