https://bugs.kde.org/show_bug.cgi?id=363269
--- Comment #8 from Milian Wolff <m...@milianw.de> --- Personally, I think we could resolve this issue in many ways. The best would probably be to do the expensive mime-type check inside the parse job's run method (i.e. in the background thread) to ensure we are not trying to parse binary files. That would guard us against this issue here, and would not lockup the UI thread by doing the mimetype check. -- You are receiving this mail because: You are watching all bug changes.