https://bugs.kde.org/show_bug.cgi?id=502641
Méven <me...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |me...@kde.org --- Comment #7 from Méven <me...@kde.org> --- Here is a stack trace as baloo_file was using 93% cpu hanging: ``` 0x00007f212114b972 in ?? () from /usr/lib/liblmdb.so --Type <RET> for more, q to quit, c to continue without paging-- Function(s) ^std::(move|forward|as_const|(__)?addressof) will be skipped when stepping. Function(s) ^std::(shared|unique)_ptr<.*>::(get|operator) will be skipped when stepping. Function(s) ^std::(basic_string|vector|array|deque|(forward_)?list|(unordered_|flat_)?(multi)?(map|set)|span)<.*>::(c?r?(begin|end)|front|back|data|size|empty) will be skipped when stepping. Function(s) ^std::(basic_string|vector|array|deque|span)<.*>::operator.] will be skipped when stepping. (gdb) bt #0 0x00007f212114b972 in ?? () from /usr/lib/liblmdb.so #1 0x00007f212114e495 in ?? () from /usr/lib/liblmdb.so #2 0x00007f2121154f31 in ?? () from /usr/lib/liblmdb.so #3 0x00007f21211569ef in ?? () from /usr/lib/liblmdb.so #4 0x00007f212202120c in Baloo::PositionDB::del(QByteArray const&) () from /usr/lib/libKF6BalooEngine.so.6 #5 0x00007f212202f528 in Baloo::WriteTransaction::commit() () from /usr/lib/libKF6BalooEngine.so.6 #6 0x00007f212202f612 in Baloo::Transaction::commit() () from /usr/lib/libKF6BalooEngine.so.6 #7 0x0000564acff89100 in ?? () #8 0x00007f2121b27b65 in ?? () from /usr/lib/libQt6Core.so.6 #9 0x00007f2121b1ee69 in ?? () from /usr/lib/libQt6Core.so.6 #10 0x00007f21212a57eb in ?? () from /usr/lib/libc.so.6 #11 0x00007f212132918c in ?? () from /usr/lib/libc.so.6 ``` -- You are receiving this mail because: You are watching all bug changes.