Summary: | baloo_file crashes in Baloo::PositionDB::get() / mdb_get() | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-baloo | Reporter: | Uli <uli.wortmann> |
Component: | Baloo File Daemon | Assignee: | Pinak Ahuja <pinak.ahuja> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | christoph, dariusz.ostolski, nate, patkasper.linuxfreakgraz, pinak.ahuja, rf_pubblico, tagwerk19, www.jacobian.nxn |
Priority: | HI | ||
Version: | 5.20.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
baloo_file-20190819
baloo_file-20190821 baloo_file-20190825 baloo_file-20190828 baloo_file-20190908 baloo_file-20190915 baloo_file-20190917 baloo_file-20190922 baloo_file-20190924 baloo_file-20190925 baloo_file-20190929 baloo_file-20191117 |
Description
Uli
2016-03-30 13:24:57 UTC
How large is your .local/share/baloo/index file? *** Bug 360042 has been marked as a duplicate of this bug. *** *** Bug 364112 has been marked as a duplicate of this bug. *** *** This bug has been marked as a duplicate of bug 384607 *** *** Bug 404027 has been marked as a duplicate of this bug. *** Git commit eb68430ae5f4fc4c4a2e5b1798683ff6a639ad3d by Valerii Malov. Committed on 13/03/2019 at 21:50. Pushed by valeriymalov into branch 'master'. Baloo engine: treat every non-success code as a failure Summary: Treating only MDB_NOTFOUND as an error leads to use of uninitliazed pointers and handle IDs in other cases (e.g. when get fails with MDB_BAD_TXN) and wreaks havoc in the application. Related: bug 390823, bug 372880, bug 395888, bug 367480, bug 403720 Reviewers: #baloo, bruns, poboiko Reviewed By: #baloo, bruns Subscribers: cullmann, ngraham, bruns, kde-frameworks-devel, #baloo Tags: #frameworks, #baloo Differential Revision: https://phabricator.kde.org/D18664 M +12 -9 src/engine/database.cpp M +26 -17 src/engine/documentdatadb.cpp M +30 -22 src/engine/documentdb.cpp M +30 -22 src/engine/documentiddb.cpp M +25 -16 src/engine/documenttimedb.cpp M +0 -1 src/engine/documenturldb.cpp M +4 -3 src/engine/documenturldb.h M +4 -5 src/engine/fsutils.cpp M +28 -15 src/engine/idfilenamedb.cpp M +22 -13 src/engine/idtreedb.cpp M +37 -29 src/engine/mtimedb.cpp M +0 -2 src/engine/phraseanditerator.cpp M +24 -19 src/engine/positiondb.cpp M +31 -27 src/engine/postingdb.cpp M +47 -13 src/engine/transaction.cpp M +4 -4 src/engine/transaction.h M +3 -2 src/file/extractorprocess.cpp M +5 -5 src/file/fileindexscheduler.cpp M +5 -4 src/file/indexcleaner.cpp M +0 -1 src/file/main.cpp M +1 -1 src/file/metadatamover.cpp https://commits.kde.org/baloo/eb68430ae5f4fc4c4a2e5b1798683ff6a639ad3d *** Bug 411024 has been marked as a duplicate of this bug. *** Created attachment 122341 [details]
baloo_file-20190819
Created attachment 122342 [details]
baloo_file-20190821
Created attachment 122343 [details]
baloo_file-20190825
Created attachment 123418 [details]
baloo_file-20190828
Created attachment 123419 [details]
baloo_file-20190908
Created attachment 123420 [details]
baloo_file-20190915
Created attachment 123421 [details]
baloo_file-20190917
Created attachment 123422 [details]
baloo_file-20190922
Created attachment 123423 [details]
baloo_file-20190924
Created attachment 123425 [details]
baloo_file-20190925
Created attachment 123426 [details]
baloo_file-20190929
Created attachment 123993 [details]
baloo_file-20191117
I am search a file on my Laptop but is't work with Dolphin.
Because Baloo File Indexing Demon not work.
*** Bug 419634 has been marked as a duplicate of this bug. *** *** Bug 425833 has been marked as a duplicate of this bug. *** Bug 419634 has a better backtrace. This doesn't give a version for Baloo... but the initial report was 2016 and the last update 2020 (after a patch in 2019) I think we close this, there will be other crash reports but we track them in more recent bugs. Leaving this as "Waiting for Info" in case people disagree. 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. Closing as RESOLVED WORKSFORME. |