[Konsole-devel] [Bug 168434] New: editing regexp while searching the scrollback buffer causes crash
Jiri Palecek
jpalecek at web.de
Tue Aug 5 16:03:30 UTC 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=168434
Summary: editing regexp while searching the scrollback buffer
causes crash
Product: konsole
Version: unspecified
Platform: Debian testing
OS/Version: Linux
Status: UNCONFIRMED
Severity: crash
Priority: NOR
Component: general
AssignedTo: konsole-devel kde org
ReportedBy: jpalecek web de
Version: (using KDE 4.1.0)
Installed from: Debian testing/unstable Packages
OS: Linux
When searching for regexp matches, konsole crashes. Steps to reproduce:
0. Choose "search scrollback" in the menu
1. Type "\b\S+\b" in the search box
2. Check "match regular expressions" [btw. nothing happens, which is another bug]
3. Append and delete a space at the end of the search box [words in the buffer should be highited now]
4. Substitute "+" for "*" in the regexp, so it is "\b\S*\b"
5. crash
In the stderr output, i see this:
ASSERT: "_searchText.matchedLength() > 0" in file /tmp/buildd/kdebase-4.1.0/apps/konsole/src/Filter.cpp, line 391
More information about the konsole-devel
mailing list