id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
934,to much output blocks Padre,kreetrapper,,"When you run a script that outputs too many lines in Padre, the IDE almost freezes. It hogs almost the complete CPU (98% according to top) and, depending on how large the output is, takes awfully long to finish. It could even be that it never finishes at all. Outputting 9000 lines, blocked Padre for about 33 seconds. With 90,000 it was still running after more than 20 minutes. It is, however, still possible to close Padre during this, so it's not completely blocked.

Reproduce the problem with a simple script like
for (1..9000) { print ""hello world\n""; }
",defect,closed,major,,editor,0.56,worksforme,,
