Summary: | baloo crashes on trying to use it, also krunner crashes unless almost all search modules deactivated | ||
---|---|---|---|
Product: | [Unmaintained] Baloo | Reporter: | Martin Steigerwald <Martin> |
Component: | General | Assignee: | Vishesh Handa <me> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | Keywords: | drkonqi |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | kdesrc-buildrc configuration |
Description
Martin Steigerwald
2015-10-13 08:39:46 UTC
Self compiled setup is as follows: martin@merkaba:~> cat .config/plasma-workspace/env/kdedirs.sh #!/bin/bash export KF5=/home/kde/install export QTDIR=/usr/lib/x86_64-linux-gnu/qt5 export PATH=$KF5/bin:$QTDIR/bin:$PATH export QT_PLUGIN_PATH=$KF5/lib/x86_64-linux-gnu/plugins:$QTDIR/plugins:$QT_PLUGIN_PATH export QML2_IMPORT_PATH=$KF5/lib/x86_64-linux-gnu/qml:$QTDIR/qml export XDG_DATA_DIRS=$KF5/share:/usr/share export XDG_CONFIG_DIRS=$KF5/etc/xdg:/etc/xdg export LD_LIBRARY_PATH=$KF5/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH I use kdesrc-build. Will attach config of it. martin@merkaba:~> g++ --version g++ (Debian 5.2.1-22) 5.2.1 20151010 Distro is Debian Sid. martin@merkaba:~> balooctl --version baloo 5.16.0 git commit 3b901d18fdf1b4c2e5245f0752a0a509585308e1 Self compiled baloo is used: martin@merkaba:/home/kde/sources/baloo#141> ps aux | grep baloo ms 3475 0.3 0.2 5588028 43580 ? SNl 10:27 0:03 /home/kde/install/bin/baloo_file ms 3487 13.0 1.7 5819000 289224 ? SNl 10:27 2:08 /home/kde/install/bin/baloo_file_extractor martin 4094 1.9 0.6 5587928 112620 ? TNl 10:30 0:15 /home/kde/install/bin/baloo_file martin 4100 0.8 0.4 624728 73636 ? Sl 10:30 0:06 /home/kde/install/lib/x86_64-linux-gnu/libexec/drkonqi --appname baloo_file --apppath /home/kde/install/bin --signal 6 --pid 4094 --appversion 5.16.0 --programname Baloo File Indexing Daemon --bugaddress submit BLAFOO bugs.kde.org --startupid 0 --restarted Created attachment 94981 [details]
kdesrc-buildrc configuration
*** Bug 354275 has been marked as a duplicate of this bug. *** I am getting this on console after balooctl start: ASSERT: "info.mTime" in file /home/kde/sources/baloo/src/engine/documenttimedb.cpp, line 61 KCrash: Attempting to start /home/kde/install/bin/baloo_file from kdeinit sock_file=/run/user/1000/kdeinit5__0 KCrash: crashing... crashRecursionCounter = 2 KCrash: Application Name = baloo_file path = /home/kde/install/bin pid = 5785 KCrash: Arguments: /home/kde/install/bin/baloo_file KCrash: Attempting to start /home/kde/install/lib/x86_64-linux-gnu/libexec/drkonqi from kdeinit sock_file=/run/user/1000/kdeinit5__0 This crash appears to have gone. Thus closing. Thanks, Martin |