Summary: | Baloo File Extractor crashes on Wayland login | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-baloo | Reporter: | Bhibb <brysonsd> |
Component: | Baloo File Daemon | Assignee: | baloo-bugs-null |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | tagwerk19 |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.107.0 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Bhibb
2023-07-12 17:31:32 UTC
An initial question... Do you also get a crash when you log in with X11? You just mention Wayland, it would be interesting if it crashed in Wayland and not X. If there's a "immediate" crash on logon, there's a chance of a corrupted index. Igor Poboiko has a consistency check script (in python) here: https://invent.kde.org/frameworks/baloo/uploads/bdc9f5f17fc96490b7bd4a22ac664843/baloo-checkdb.py With a quick description here: https://invent.kde.org/frameworks/baloo/-/merge_requests/87#note_535270 It might be worth a try. Heads up about the need to load the whole database into memory If you've got a corruption, probably your only option is to purge and reindex. (In reply to tagwerk19 from comment #1) > ... a consistency check script (in python) ... Digging out my notes, I had to: $ sudo pkcon install python3-pip $ pip install lmdb $ wget https://invent.kde.org/frameworks/baloo/uploads/bdc9f5f17fc96490b7bd4a22ac664843/baloo-checkdb.py $ chmod 700 baloo-checkdb.py Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |