Version: (using KDE 3.5.8) Installed from: Fedora RPMs Compiler: gcc version 4.1.2 20070925 (Red Hat 4.1.2-27) OS: Linux Copying and pasting a large amount of text into Kolourview causes the application to freeze and consume large amounts of system resources. How to reproduce: 1. Find a large amount of text. A good place to get a sufficiently large quantity can be found here: http://en.wikipedia.org/w/index.php?title=Line_of_succession_to_the_British_throne&action=edit. 2. Copy and paste the text into Kolourpaint 3. Sit back and watch your hard drive activity light goes from occasionally blinking to constantly on, and your computer become unresponsive to keyboard and mouse inputs :) I've found that the only way to recover in a situation like this is to switch to a different TTY and kill -9 kolourview.
SVN commit 1219762 by mkoller: speed up pasting/undo/redo large amount of text(lines) by not doing useless repaints for each line and limit size of document to not exhaust memory BUG: 161971 M +3 -0 commands/kpCommandHistory.cpp M +7 -0 commands/kpCommandHistoryBase.cpp M +20 -0 commands/kpMacroCommand.cpp M +7 -4 commands/tools/selection/text/kpToolTextInsertCommand.cpp M +0 -1 commands/tools/selection/text/kpToolTextInsertCommand.h M +8 -1 layers/selections/text/kpTextSelection_Paint.cpp M +9 -13 mainWindow/kpMainWindow_Edit.cpp M +4 -4 views/kpView_Paint.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1219762