POV 3.5 b 9 on PII 233 128 MB with NT 4 Sp 6
Sequence of operations:
1. type below script
2. start parsing
3. stop parsing before end of parsing
4. start again - crash !
#local C=0;
#while (C<10000)
#debug "S"
#local C=C+1;
#end
NOTE1: I can't duplicate this without stream directive
NOTE2: Works as well when additional line is added inside loop:
#if(mod(C,100)=0)#debug"\n"#end
ABX
Post a reply to this message
|