https://bugs.kde.org/show_bug.cgi?id=467865
--- Comment #7 from Aaron Williams <aar...@doofus.org> --- ./baloo-checkdb.py Loading DB from /home/aaronw/.local/share/baloo/index... Traceback (most recent call last): File "/fast2/aaronw/programming/kde/./baloo-checkdb.py", line 265, in <module> db.check() File "/fast2/aaronw/programming/kde/./baloo-checkdb.py", line 235, in check self.load_all() File "/fast2/aaronw/programming/kde/./baloo-checkdb.py", line 52, in load_all self._load_posting() File "/fast2/aaronw/programming/kde/./baloo-checkdb.py", line 87, in _load_posting for (key, value) in txn.cursor(): lmdb.PageNotFoundError: mdb_cursor_get: MDB_PAGE_NOTFOUND: Requested page not found Tracking it down it looks like LMDB is returning MDB_PAGE_NOTFOUND, indicating the database is corrupt. Note that I have seen the Baloo database suddenly grow to 4PiB in size several times. -- You are receiving this mail because: You are watching all bug changes.