https://bugs.kde.org/show_bug.cgi?id=434926
--- Comment #10 from tagwer...@innerjoin.org --- (In reply to nyanpasu64 from comment #9) > ... every time I searched in the application launcher or similar I'll admit I have a very naive knowledge of "the internals"... My understanding is when something is searching it opens the index "read-only" (and many things can open the index for reading concurrently). When updating the index, baloo_file opens "read-write" (and just the one thing should open the index "read write" at one time). If baloo_file sees the index opened for reading, it appends its writes to the index. Baloo_file crashes when it is wanting to update the index and sees it is (or has been) opened read-only? -- You are receiving this mail because: You are watching all bug changes.