POV-Ray : Newsgroups : povray.beta-test : sin(X)^sin(X) -> crash! : Re: sin(X)^sin(X) -> crash! Server Time
30 Jul 2024 22:23:01 EDT (-0400)
  Re: sin(X)^sin(X) -> crash!  
From: Mike Williams
Date: 17 Jan 2002 02:24:56
Message: <0FyKuFAEJeR8EwHC@econym.demon.co.uk>
Wasn't it Warp who wrote:
>  POV-Ray 3.5 beta4 for Windows, Win98, Athlon, 256MB.
>
>  The following crashes POV-Ray:
>
>#declare X = .1;
>#while(X <= 4)
>  sphere { <X, sin(X)^sin(X), -.1>, .02 pigment { rgb 1 } }
>  #declare X = X+.1;
>#end

This was supposed to have been fixed in beta 10, but it still crashes on
my machine.

-- 
Mike Williams
Gentleman of Leisure


Post a reply to this message

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