[frameworks-baloo] [Bug 393472] KRunner crashes inside LMDB with assertion “mdb.c:6125: Assertion 'IS_LEAF(mp)' failed in mdb_cursor_set()” when using `Baloo::PostingDB::prefixIter()`

2020-10-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=393472 Nate Graham changed: What|Removed |Added CC||rasum.subed...@gmail.com --- Comment #19 from

[frameworks-baloo] [Bug 393472] KRunner crashes inside LMDB with assertion “mdb.c:6125: Assertion 'IS_LEAF(mp)' failed in mdb_cursor_set()” when using `Baloo::PostingDB::prefixIter()`

2020-10-11 Thread Alexander Lohnau
https://bugs.kde.org/show_bug.cgi?id=393472 Alexander Lohnau changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

[frameworks-baloo] [Bug 393472] KRunner crashes inside LMDB with assertion “mdb.c:6125: Assertion 'IS_LEAF(mp)' failed in mdb_cursor_set()” when using `Baloo::PostingDB::prefixIter()`

2020-01-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=393472 Nate Graham changed: What|Removed |Added CC||jplx...@gmail.com --- Comment #17 from Nate

[frameworks-baloo] [Bug 393472] KRunner crashes inside LMDB with assertion “mdb.c:6125: Assertion 'IS_LEAF(mp)' failed in mdb_cursor_set()” when using `Baloo::PostingDB::prefixIter()`

2019-06-18 Thread Alexander Schlarb
https://bugs.kde.org/show_bug.cgi?id=393472 --- Comment #16 from Alexander Schlarb --- 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

[frameworks-baloo] [Bug 393472] KRunner crashes inside LMDB with assertion “mdb.c:6125: Assertion 'IS_LEAF(mp)' failed in mdb_cursor_set()” when using `Baloo::PostingDB::prefixIter()`

2019-06-18 Thread Alexander Schlarb
https://bugs.kde.org/show_bug.cgi?id=393472 --- Comment #15 from Alexander Schlarb --- I actually managed to consistently reproduce this crash using the following script. This exists successfully on the rebuilt database, but crashes with the same assertion on the original one: ```py

[frameworks-baloo] [Bug 393472] KRunner crashes inside LMDB with assertion “mdb.c:6125: Assertion 'IS_LEAF(mp)' failed in mdb_cursor_set()” when using `Baloo::PostingDB::prefixIter()`

2019-06-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=393472 Nate Graham changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0

[frameworks-baloo] [Bug 393472] KRunner crashes inside LMDB with assertion “mdb.c:6125: Assertion 'IS_LEAF(mp)' failed in mdb_cursor_set()” when using `Baloo::PostingDB::prefixIter()`

2019-06-18 Thread Alexander Schlarb
https://bugs.kde.org/show_bug.cgi?id=393472 --- Comment #13 from Alexander Schlarb --- I move the files `${XDG_DATA_HOME}/baloo` to `${XDG_DATA_HOME}/baloo.bak`, restarted Baloo & `baloorunner` and let it reindex all files. It appears to work correctly now. Since it probably **was** database

[frameworks-baloo] [Bug 393472] KRunner crashes inside LMDB with assertion “mdb.c:6125: Assertion 'IS_LEAF(mp)' failed in mdb_cursor_set()” when using `Baloo::PostingDB::prefixIter()`

2019-06-18 Thread Alexander Schlarb
https://bugs.kde.org/show_bug.cgi?id=393472 --- Comment #12 from Alexander Schlarb --- According to https://www.openldap.org/lists/openldap-bugs/201502/msg00056.html it looks like this assertion indeed means that the LMDB database used by Baloo is corrupted. Interestingly enough however, when I

[frameworks-baloo] [Bug 393472] KRunner crashes inside LMDB with assertion “mdb.c:6125: Assertion 'IS_LEAF(mp)' failed in mdb_cursor_set()” when using `Baloo::PostingDB::prefixIter()`

2019-06-18 Thread Alexander Schlarb
https://bugs.kde.org/show_bug.cgi?id=393472 --- Comment #11 from Alexander Schlarb --- Done! All `Baloo::PostingDB::prefixIter(QByteArray const&)` related crashes have been moved to bug 386266. -- You are receiving this mail because: You are watching all bug changes.

[frameworks-baloo] [Bug 393472] KRunner crashes inside LMDB with assertion “mdb.c:6125: Assertion 'IS_LEAF(mp)' failed in mdb_cursor_set()” when using `Baloo::PostingDB::prefixIter()`

2019-06-18 Thread Alexander Schlarb
https://bugs.kde.org/show_bug.cgi?id=393472 Alexander Schlarb changed: What|Removed |Added Summary|KRunner sometimes crashes |KRunner crashes inside LMDB