https://bugs.kde.org/show_bug.cgi?id=504373
Bug ID: 504373 Summary: Konsole uses 100% CPU when "find" feature used Classification: Applications Product: konsole Version First 25.04.0 Reported In: Platform: Fedora RPMs OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: single-process Assignee: konsole-de...@kde.org Reporter: hardenedst...@i2pmail.org Target Milestone: --- STEPS TO REPRODUCE 1. Open konsole 2. Press CTRL + SHIFT + F or click "Find" 3. Type anything that is NOT in the konsole (At this point; CPU usage on 1 thread spikes to 100%) Optionally: 4. Create new tab with `CTRL + SHIFT + T` 5. Try to close or detach the old tab Konsole crashes SOFTWARE/OS VERSIONS Operating System: Fedora Linux 42 KDE Plasma Version: 6.3.5 KDE Frameworks Version: 6.13.0 Qt Version: 6.9.0 ADDITIONAL INFORMATION When I launch konsole with `strace`, it spams this when CPU usage spikes to 100% ``` ppoll([{fd=5, events=POLLIN}, {fd=36, events=POLLIN}, {fd=38, events=POLLIN}, {fd=41, events=POLLIN}, {fd=54, events=POLLIN}, {fd=56, events=POLLIN}, {fd=66, events=POLLIN}], 7, {tv_sec=0, tv_nsec=0}, NULL, 8) = 0 (Timeout) ``` -- You are receiving this mail because: You are watching all bug changes.