S
Stefan Marquardt
Guest
A little program is doing some mass updates and have, for monitoring, a short display procedure that is called at the end of a repeat block. After running a short time and displaying 1500 it hungs, cpu uses 25 tp 29% (4 cores) and the attached debugger can't interrupt. The workaround: Change 1500 to 100 so that this display with Process Events is called more often. proc: counter = counter + 1. if counter mod 1500 = 0 then do: pause 0 before-hide. disp "Counter: " counter. process events. end. end proc. Win 2008R2 64bit, OE 10.2B08 32bit Any ideas except open a WR at PSC?
Continue reading...
Continue reading...