https://bugs.kde.org/show_bug.cgi?id=393472
--- Comment #16 from Alexander Schlarb <alexander-kde@ninetailed.ninja> --- The problem with bug 368557 is that that's about assertion failures inside Baloo when receiving an appropriate return code from LMDB. Not about LMDB getting so confused about the database that it just terminates the process. The script I wrote would only need to run once on Baloo startup. The deeper problem I see though is that – to my knowledge – LMDB offers **absolute no recovery mechanisms whatsoever**. In a lot of ways that actually disqualifies it as a database entirely: They advertise it being ACID, but apparently that's no always the case or this should not be possible in the first place. (The consequence of this likely being quite disruptive regarding Baloo's codebase if attempted to being fixed.) -- You are receiving this mail because: You are watching all bug changes.