https://bugs.kde.org/show_bug.cgi?id=506598
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- (In reply to toni_rocha from comment #0) > #15 0x00007e5236d100d1 in qt_assert (assertion=assertion@entry=0x7e5237911263 > "!term.isEmpty()", file=file@entry=0x7e5237911231 > "./src/engine/document.cpp", line=line@entry=23) at > /usr/src/qt6-base-6.9.0-0zneon+24.04+noble+release+build112/src/corelib/global/qassert.cpp:105 > #16 0x00007e52378e75e2 in Baloo::Document::addPositionTerm (this=<optimized > out>, term=..., position=<optimized out>) at > /usr/src/kf6-baloo-6.15.0-0zneon+24.04+noble+release+build39/src/engine/document.cpp:21 > #17 Baloo::Document::addPositionTerm (this=<optimized out>, term=..., > position=<optimized out>) at > /usr/src/kf6-baloo-6.15.0-0zneon+24.04+noble+release+build39/src/engine/document.cpp:21 > #18 0x00007e52378fd5e6 in Baloo::TermGenerator::indexText > (this=0x7fff92502658, text=..., prefix=...) at > /usr/src/kf6-baloo-6.15.0-0zneon+24.04+noble+release+build39/src/engine/termgenerator.cpp:110 We are getting a rush of these. Just being reported on Neon User at the moment. It is triggered by files encoded with UTF-16 (Bug 506187 / Bug 506516) but also UTF-32 (Bug 506570) I'll cut and paste from https://bugs.kde.org/show_bug.cgi?id=506516#c1, it would be interesting if you've got the same root cause: ... need to find out which file is causing trouble. In 506187 a UTF-16 file was the cause (a UTF-16 file that contained Chinese/Japanese scripts but that may not be a "necessary condition"). You should be able to follow what's being indexed by running "balooctl6 monitor" or by enabling logging and following the journal. You can set up logging by creating a "~/.config/QtProject/qtlogging.ini" file containing: [rules] kf.baloo=true kf.baloo.*=true kf.kfilemetadata=true and then restart Baloo, you might need: $ pkill baloo_file $ systemctl start --user kde-baloo -- You are receiving this mail because: You are watching all bug changes.
