[konsole] [Bug 506880] [ANR] Konsole hangs when searching in > 200 000-line terminal scrollback.

"Oliver Beard" <[email protected]> Thu, 10 Jul 2025 18:32:42 +0000
Newsgroups gmane.comp.kde.devel.konsole
Message-ID <[email protected]/>
https://bugs.kde.org/show_bug.cgi?id=506880

Oliver Beard <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Status|REPORTED                    |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #1 from Oliver Beard <[email protected]> ---
Hanging whilst searching through tremendous amounts of scrollback is not
unexpected.

We could fix this by not blocking whilst searching (which will probably require
some radical refactoring), or stop searching after some number of matches
(probably best to start the search from the bottom, where the latest content
will be).

-- 
You are receiving this mail because:
You are the assignee for the bug.