Hi,

I know its been done for good purposes - i.e to speed up and all that, 
but..
Here is situation -

1) i am coding processing of old tape data , and i like to run output 
for data inside each record. Only problem data set is about 14M and so
after minute or so i conclude that programm running ok, trying to stop 
process to remove debugging output... Ha.. fat chance - there is 100% 
CPU eating
process inside IDEA, still doing that bloody output.. I.e task is 
stopped, but thread with dump isnt.

2) inside same task i have primitive time measure printout outside of 
processing loop, and exception handling inside that loop. There are few 
exceptions printed out, but they
are blocked so loop continues. And printout of IDEA window looks like:

.....
total time 10ms
...
[Exceptions printouts]
...


where exception printouts naturally belongs before "total time" string.

again - it seems to be case of async output thread in IDEA 8(

Environment:
IBM 1.3.1 JDK , SuSE Linux 7.3 Pro


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to