Summary: | baloo_file crash - FileIQ::fileQueue - mdb_txn_begin | ||
---|---|---|---|
Product: | [Unmaintained] Baloo | Reporter: | Hrvoje Senjan <hrvoje.senjan> |
Component: | Baloo File Daemon | Assignee: | Vishesh Handa <me> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | manisandro, nisselarsson000 |
Priority: | NOR | Keywords: | drkonqi, triaged |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Hrvoje Senjan
2015-05-13 20:29:35 UTC
p.s. mkdir -p ~/.local/share/baloo solves the problem I'm not creating the directory on startup. However, I don't think that could be the cause of this bug. Could you please run it under valgrind? $ valgrind baloo_file Git commit bebc1742f6f4bf415f9e9075042de63b9bc47645 by Vishesh Handa. Committed on 19/05/2015 at 09:03. Pushed by vhanda into branch 'master'. Create the database directory if it does not exist M +5 -0 src/engine/database.cpp http://commits.kde.org/baloo/bebc1742f6f4bf415f9e9075042de63b9bc47645 *** Bug 347842 has been marked as a duplicate of this bug. *** Ping. Could you please provide a valgrind log if possible? Hi, getting the crash also, valgrind output: ==11367== Invalid read of size 4 ==11367== at 0x3B0B9214: mdb_reader_check (in /usr/lib64/liblmdb.so.0.0.0) ==11367== by 0x3AE7B274: Baloo::Database::open(Baloo::Database::OpenMode) (database.cpp:82) ==11367== by 0x3AA4A138: Baloo::SearchStore::SearchStore() (searchstore.cpp:51) ==11367== by 0x3AA390F8: Baloo::Query::exec() (query.cpp:209) ==11367== by 0x3A82320F: SearchRunner::match(Plasma::RunnerContext&, QString const&, QString const&) (baloosearchrunner.cpp:98) ==11367== by 0x3A823DAA: SearchRunner::match(Plasma::RunnerContext&) (baloosearchrunner.cpp:162) ==11367== by 0x2EB13AEF: Plasma::AbstractRunner::performMatch(Plasma::RunnerContext&) (in /usr/lib64/libKF5Runner.so.5.14.0) ==11367== by 0x2ED4A59F: ThreadWeaver::Executor::run(QSharedPointer<ThreadWeaver::JobInterface> const&, ThreadWeaver::Thread*) (in /usr/lib64/libKF5ThreadWeaver.so.5.14.0) ==11367== by 0x2ED49429: ThreadWeaver::Job::execute(QSharedPointer<ThreadWeaver::JobInterface> const&, ThreadWeaver::Thread*) (in /usr/lib64/libKF5ThreadWeaver.so.5.14.0) ==11367== by 0x2ED48B79: ThreadWeaver::Thread::run() (in /usr/lib64/libKF5ThreadWeaver.so.5.14.0) ==11367== by 0x9A6B54D: QThreadPrivate::start(void*) (qthread_unix.cpp:331) ==11367== by 0xE0FC6C9: start_thread (in /usr/lib64/libpthread-2.22.90.so) ==11367== Address 0x31c6e038 is not stack'd, malloc'd or (recently) free'd Hello! This project has been replaced with a newer system so I will be closing this bug. If you could please re-test on the latest Baloo. If the issue still present, please open a new bug under "frameworks-baloo". Thank you! 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 set the bug status 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! Dear Bug Submitter, 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! |