[Konsole-devel] [Bug 155234] konsole exits on ASSERT: "endLine >= startLine && endLine < hist->getLines() + lines"

Robert Knight robertknight at gmail.com
Wed Jan 9 14:16:42 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=155234         




------- Additional Comments From robertknight gmail com  2008-01-09 15:16 -------
I haven't been able to reproduce this yet, but I spotted a potential race condition which is possibly related.

In Konsole::ScreenWindow::getLineProperties(), is is possible for '_currentLine' to be greater than 'endWindowLine()' in the time between the number of lines in the terminal screen changing (due to the window being resized or the scrollback settings being changed) and the timer which causes the view to be updated expiring.



More information about the konsole-devel mailing list