Summary: | baloo file extractor crashes multiple times on start up | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-baloo | Reporter: | Mark Rooks <rooksy> |
Component: | Baloo File Daemon | Assignee: | baloo-bugs-null |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | christoph, ryan.e.johns, tagwerk19 |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.115.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Mark Rooks
2024-03-12 20:25:26 UTC
Maybe you can get something from Igor Poboiko's "baloo-checkdb.py" script, it would tell you at least if the index was corrupted. There's a pointer here: https://bugs.kde.org/show_bug.cgi?id=465529#c1 although I'm not sure what you'd need to do to install on tumbleweed. (In reply to tagwerk19 from comment #1) > ... I'm not sure what you'd need to do to install on tumbleweed ... You can try: sudo ln -s /usr/bin/python3 /usr/bin/python sudo pkcon install python311-lmdb wget https://invent.kde.org/frameworks/baloo/uploads/bdc9f5f17fc96490b7bd4a22ac664843/baloo-checkdb.py chmod 700 baloo-checkdb.py That is all the same, if the db is broken, all stuff crashes, no good idea how to fix that. *** This bug has been marked as a duplicate of bug 475695 *** Created attachment 179047 [details]
New crash information added by DrKonqi
baloo_file_extractor (5.115.0) using Qt 5.15.13
Began upon rebooting after system update. After login the popup about a crash apears repeatedly.
-- Backtrace (Reduced):
#4 0x00007b86a72ffd3c in mdb_midl_xmerge () from /lib/x86_64-linux-gnu/liblmdb.so.0
[...]
#7 0x00007b86a72fc779 in mdb_cursor_put () from /lib/x86_64-linux-gnu/liblmdb.so.0
#8 0x00007b86a72fd2fe in mdb_put () from /lib/x86_64-linux-gnu/liblmdb.so.0
#9 0x00007b86a83457ee in Baloo::PositionDB::put(QByteArray const&, QVector<Baloo::PositionInfo> const&) () from /lib/x86_64-linux-gnu/libKF5BalooEngine.so.5
#10 0x00007b86a83531c1 in Baloo::WriteTransaction::commit() () from /lib/x86_64-linux-gnu/libKF5BalooEngine.so.5
|