POV-Ray : Newsgroups : povray.beta-test : crash with loop : crash with loop Server Time
30 Jul 2024 06:29:50 EDT (-0400)
  crash with loop  
From: Simon Adameit
Date: 28 Dec 2001 13:28:07
Message: <3c2cb9b7@news.povray.org>
The following code crashes POV
#local Z=0;
#while(Z<1)
#local
#end

433 Celeron 64 MB Windows 98 SE POV beta 9
--
#local T=text{ttf"timrom.ttf""Simon Adameit".01,0}#local Y=1;#while(Y>-1)
#local X=0;#while(X<7)#local O=trace(T<X,Y><X,Y>+z);cylinder{<X-3,Y,5>*.01
<X-3,Y,5>*.01+5e-3,5e-5pigment{rgb 25*O}}#debug chr(83-(O.x=0)*51)#local
X=X+.05;#end#debug"\n"#local Y=Y-.05;#end


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.