Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved]baloo_file_extractor wurde unerwartet beendet.
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Marlo
Veteran
Veteran


Joined: 26 Jul 2003
Posts: 1591

PostPosted: Sat Oct 09, 2021 3:56 pm    Post subject: [solved]baloo_file_extractor wurde unerwartet beendet. Reply with quote

Der Fehler erscheint nach jedem Systemstart.

Code:

Application: baloo_file_extractor (baloo_file_extractor), signal: Bus error

[KCrash Handler]
#4  0x00007bb59c48f878 in mdb_node_search () from /usr/lib64/liblmdb.so.0
#5  0x00007bb59c492db0 in mdb_page_search_root () from /usr/lib64/liblmdb.so.0
#6  0x00007bb59c493804 in mdb_cursor_set () from /usr/lib64/liblmdb.so.0
#7  0x00007bb59c493e32 in mdb_get () from /usr/lib64/liblmdb.so.0
#8  0x00007bb59d78da61 in Baloo::PostingDB::get(QByteArray const&) () from /usr/lib64/libKF5BalooEngine.so.5
#9  0x00007bb59d79e7c8 in Baloo::WriteTransaction::commit() () from /usr/lib64/libKF5BalooEngine.so.5
#10 0x00007bb59d7960e1 in Baloo::Transaction::commit() () from /usr/lib64/libKF5BalooEngine.so.5
#11 0x0000607125fa787c in Baloo::App::processNextFile() ()
#12 0x00007bb59cea94aa in QObject::event(QEvent*) () from /usr/lib64/libQt5Core.so.5
#13 0x00007bb59ce7d748 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib64/libQt5Core.so.5
#14 0x00007bb59ce80dbd in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib64/libQt5Core.so.5
#15 0x00007bb59ced0ae3 in postEventSourceDispatch(_GSource*, int (*)(void*), void*) () from /usr/lib64/libQt5Core.so.5
#16 0x00007bb59ba95f9b in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0
#17 0x00007bb59ba96258 in g_main_context_iterate.constprop () from /usr/lib64/libglib-2.0.so.0
#18 0x00007bb59ba9630f in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#19 0x00007bb59ced0593 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5
#20 0x00007bb59ce7c11b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5
#21 0x00007bb59ce8477d in QCoreApplication::exec() () from /usr/lib64/libQt5Core.so.5
#22 0x0000607125fa4356 in main ()
[Inferior 1 (process 4173) detached]


Das ist ein frisches default/linux/amd64/17.1/no-multilib/hardened System. Keine 3 Tage alt.

Code:

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=native"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /etc/conf.d /etc/init.d /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/config/kdm /usr/share/gnupg/qualified.txt /usr/share/sddm/scripts/Xsetup"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/skel /etc/terminfo"
CXXFLAGS="-O2 -pipe -march=native"


Installiert sind:
Code:

 kde-plasma/plasma-meta
 kde-apps/kdemultimedia-meta
 kde-apps/kdegraphics-meta
 kde-apps/kdeadmin-meta

Alles in der stabilen Version.

Wie kann ich das beheben? Bin für jeden Rat dankbar.
Ma
_________________
------------------------------------------------------------------
http://radio.garden/


Last edited by Marlo on Sun Oct 10, 2021 4:52 pm; edited 1 time in total
Back to top
View user's profile Send private message
mike155
Advocate
Advocate


Joined: 17 Sep 2010
Posts: 4438
Location: Frankfurt, Germany

PostPosted: Sat Oct 09, 2021 6:57 pm    Post subject: Reply with quote

Könnte etwas ähnliches sein wie: https://forums.gentoo.org/viewtopic-t-1096234.html

Benutzt bzw. willst Du Baloo überhaupt? Wenn nicht -> deaktivieren.
Back to top
View user's profile Send private message
Marlo
Veteran
Veteran


Joined: 26 Jul 2003
Posts: 1591

PostPosted: Sat Oct 09, 2021 8:18 pm    Post subject: Reply with quote

mike155 wrote:
Könnte etwas ähnliches sein wie: https://forums.gentoo.org/viewtopic-t-1096234.html

Benutzt bzw. willst Du Baloo überhaupt? Wenn nicht -> deaktivieren.


Hallo mike155!

Danke für den Link. Na ja, bisher hat baloo noch nie richtig fuktioniert, genauso wenig wie discover. Aber jetzt
wollte ich es mal wissen, wie man mit so einem Fehler umgehen kann.

Der Link (asturm) hat mir gezeigt, dass es ein balooctl gibt. Damit habe ich mal rumgespielt:

Code:
                                                                                                                                         
tux /mnt # balooctl indexSize
Baloo Index could not be opened
Code:

tux /mnt # balooctl purge
Deleted the index database

Code:

tux /mnt # balooctl enable
Enabling and starting the File Indexer

tux /mnt # QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
Invalid encoding. Ignoring "/root/testdisk.log"
^C

Code:

tux /mnt # balooctl disable
Disabling and stopping the File Indexer
tux /mnt # exit

Abgemeldet

Wechsel zum user
Code:

marlo@tux ~ $ balooctl disable
Disabling and stopping the File Indexer
Code:

marlo@tux ~ $ balooctl purge
Deleted the index database

Code:

marlo@tux ~ $ balooctl enable
Baloo File Indexing has been disabled
Enabling and starting the File Indexer
Code:

marlo@tux ~ $ balooctl monitor
Warten auf den Start der Dateiindizierung
Drücken Sie Strg+C um die Überwachung zu beenden
^C

Code:

marlo@tux ~ $ balooctl status
Der Baloo-Index kann nicht geöffnet werden

Code:

marlo@tux ~ $ balooctl enable
Enabling and starting the File Indexer
marlo@tux ~ $ Invalid encoding. Ignoring "/home/marlo/Speicher-NTFS/System Volume Information/tracking.log"
QIODevice::read (QProcess): device not open
Invalid encoding. Ignoring "/home/marlo/Speicher-NTFS/$RECYCLE.BIN/S-1-5-21-749335926-273055623-1181851520-1001/$RTTLDRW/marlo/DESKTOP-HKC54BB/Data/$OF/2281/2287 (2018_08_18 11_12_50 UTC).INF"
Invalid encoding. Ignoring "/home/marlo/Speicher-NTFS/$RECYCLE.BIN/S-1-5-21-749335926-273055623-1181851520-1001/$RTTLDRW/marlo/DESKTOP-HKC54BB/Data/$OF/2281/2290 (2018_08_18 11_12_50 UTC).INF"
Invalid encoding. Ignoring "/home/marlo/Speicher-NTFS/$RECYCLE.BIN/S-1-5-21-749335926-273055623-1181851520-1001/$RTTLDRW/marlo/DESKTOP-HKC54BB/Data/$OF/2281/2293 (2018_08_18 11_12_50 UTC).INF"
Invalid encoding. Ignoring "/home/marlo/Speicher-NTFS/$RECYCLE.BIN/S-1-5-21-749335926-273055623-1181851520-1001/$RTTLDRW/marlo/DESKTOP-HKC54BB/Data/$OF/2281/2284 (2018_08_18 11_12_50 UTC).INF"
Invalid encoding. Ignoring "/home/marlo/Speicher-NTFS/$RECYCLE.BIN/S-1-5-21-749335926-273055623-1181851520-1001/$RTTLDRW/marlo/DESKTOP-HKC54BB/Data/$OF/2296/2302 (2018_08_18 11_12_50 UTC).INF"
Invalid encoding. Ignoring "/home/marlo/Speicher-NTFS/$RECYCLE.BIN/S-1-5-21-749335926-273055623-1181851520-1001/$RTTLDRW/marlo/DESKTOP-HKC54BB/Data/C/Users/marlo/Sicherung-von-E-recovery/Drivers/03. AMD VGA/Config/ODWarning_ru_RU (2018_08_18 11_12_50 UTC).html"
Invalid encoding. Ignoring "/home/marlo/Speicher-NTFS/$RECYCLE.BIN/S-1-5-21-749335926-273055623-1181851520-1001/$RTTLDRW/marlo/DESKTOP-HKC54BB/Data/C/Users/marlo/Sicherung-von-E-recovery/Drivers/03. AMD VGA/Config/ODWarning_it_IT (2018_08_18 11_12_50 UTC).html"
Invalid encoding. Ignoring "/home/marlo/Speicher-NTFS/$RECYCLE.BIN/S-1-5-21-749335926-273055623-1181851520-1001/$RTTLDRW/marlo/DESKTOP-HKC54BB/Data/C/Users/marlo/Sicherung-von-E-recovery/Drivers/03. AMD VGA/Config/ODWarning_zh_CN (2018_08_18 11_12_50 UTC).html"
Invalid encoding. Ignoring "/home/marlo/Speicher-NTFS/$RECYCLE.

und so weiter ...
dann abgebrochen.

Nach einer Weile
Code:

marlo@tux ~ $ balooctl monitor
Drücken Sie Strg+C um die Überwachung zu beenden
Die Dateiindizierung läuft
Indexing file content
Wird indiziert: /home/marlo/buuf-icons-for-plasma/64x64/mimetypes/application-x-lzma-compressed-tar.png: OK                                                                                                                                                                                    >
Wird indiziert: /home/marlo/buuf-icons-for-plasma/48x48/places/folder-locked.png: OK                                                                                                                                                                                                           >
Wird indiziert: /home/marlo/buuf-icons-for-plasma/48x48/devices/battery.png: OK                                                                                                                                                                                                                >
Wird indiziert: /home/marlo/buuf-icons-for-plasma/48x48/places/folder-html.png: OK                                                                                                                                                                                                             >
.....


Die aktivitäten auf der Festplatte sind heftig. Genau wie nach der Neuinstallation.
Also scheint der Fehler erst mal umgangen zu sein.

Denn ursprünglich lautete er:
Code:
Application: baloo_file_extractor (baloo_file_extractor), signal: Bus error

Wie es zu dem Bus error kam ist unklar. Und welcher Bus überhaupt?

Danke nochmals mike155.
Grüße
Ma
_________________
------------------------------------------------------------------
http://radio.garden/
Back to top
View user's profile Send private message
Marlo
Veteran
Veteran


Joined: 26 Jul 2003
Posts: 1591

PostPosted: Sat Oct 09, 2021 8:21 pm    Post subject: Reply with quote

Nochmals zur Kontrolle
Quote:

marlo@tux ~ $ balooctl monitor
Drücken Sie Strg+C um die Überwachung zu beenden
Die Dateiindizierung läuft
Idle


So weit so gut.
_________________
------------------------------------------------------------------
http://radio.garden/
Back to top
View user's profile Send private message
Marlo
Veteran
Veteran


Joined: 26 Jul 2003
Posts: 1591

PostPosted: Sun Oct 17, 2021 12:29 pm    Post subject: Reply with quote

Marlo wrote:
...noch nie richtig fuktioniert, genauso wenig wie discover. ..


Korrektur:
Discover zeigt alle Plasma Erweiterungen zum installieren an. Anmeldebildschirm, Farbschemata, Fensterdekoration, Globales Designs, Symbole ... und so weiter. Natürlich keine Programme, sonst wäre es ja ein emerge Frontend.

Und baloo funktioniert immer noch.
Ma
_________________
------------------------------------------------------------------
http://radio.garden/
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum