https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285309
--- Comment #7 from [email protected] --- (In reply to Gleb Popov from comment #6) Virgin user: $ id uid=1006(weetest) gid=1006(test) groups=1006(test),5(operator),44(video),920(vboxusers) $ uname -srv FreeBSD 14.3-RELEASE FreeBSD 14.3-RELEASE releng/14.3-n271432-8c9ce319fef7 GENERIC $ dbus-launch --exit-with-session ck-launch-session startplasma-wayland >&w.log $ balooctl6 status Baloo File Indexer is running Indexer state: Idle Total files indexed: 11 Files waiting for content indexing: 0 Files failed to index: 0 Current size of index is 116.00 KiB $ pkg which /usr/local/bin/balooctl6 /usr/local/bin/balooctl6 was installed by package kf6-baloo-6.16.0 Upon logout of KDE and back at console, I see this process: $ ps -p `pgrep baloo_file` -xl UID PID PPID C PRI NI VSZ RSS MWCHAN STAT TT TIME COMMAND 1006 22334 1 5 52 19 268510188 29552 select SN v0 0:00.18 /usr/local/lib/libexec/kf6/baloo_file It seems to keep forking and dropping core in $HOME $ file baloo_file_extracto.core baloo_file_extracto.core: ELF 64-bit LSB core file, x86-64, version 1 (FreeBSD), FreeBSD-style, from '/usr/local/lib/libexec/kf6/baloo_file_extractor', pid=22612 $ gdb /usr/local/lib/libexec/kf6/baloo_file_extractor baloo_file_extracto.core Reading symbols from /usr/local/lib/libexec/kf6/baloo_file_extractor... (No debugging symbols found in /usr/local/lib/libexec/kf6/baloo_file_extractor) warning: core file may not match specified executable file. [New LWP 100308] [New LWP 205837] Core was generated by `/usr/local/lib/libexec/kf6/baloo_file_extractor'. Program terminated with signal SIGABRT, Aborted. Sent by thr_kill() from pid 22685 and user 1006. #0 0x000000082bc2801a in thr_kill () from /lib/libc.so.7 [Current thread is 1 (LWP 100308)] (gdb) bt #0 0x000000082bc2801a in thr_kill () from /lib/libc.so.7 #1 0x000000082bba0a64 in raise () from /lib/libc.so.7 #2 0x000000082bc54a59 in abort () from /lib/libc.so.7 #3 0x000000082d486fcd in ?? () from /usr/local/lib/qt6/libQt6Core.so.6 #4 0x000000082d49ef83 in ?? () from /usr/local/lib/qt6/libQt6Core.so.6 #5 0x000000082d4a4c44 in QMessageLogger::fatal(char const*, ...) const () from /usr/local/lib/qt6/libQt6Core.so.6 #6 0x000000082914a358 in ?? () from /usr/local/lib/qt6/libQt6Gui.so.6 #7 0x0000000829147bd4 in QGuiApplicationPrivate::createPlatformIntegration() () from /usr/local/lib/qt6/libQt6Gui.so.6 #8 0x000000082914a614 in QGuiApplicationPrivate::createEventDispatcher() () from /usr/local/lib/qt6/libQt6Gui.so.6 #9 0x000000082d51cc0a in QCoreApplicationPrivate::init() () from /usr/local/lib/qt6/libQt6Core.so.6 #10 0x0000000829142bae in QGuiApplicationPrivate::init() () from /usr/local/lib/qt6/libQt6Gui.so.6 #11 0x0000000829142b65 in QGuiApplication::QGuiApplication(int&, char**, int) () from /usr/local/lib/qt6/libQt6Gui.so.6 #12 0x000000000020f10c in ?? () #13 0x000000082bb74e34 in __libc_start1 () from /lib/libc.so.7 #14 0x000000000020f040 in ?? () BTW thank you for debugging Bug 285411. John [email protected] -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
