POV-Ray : Newsgroups : povray.beta-test : Parsing erroneous sdl throws unhandled exception : Re: Parsing erroneous sdl throws unhandled exception Server Time
25 Apr 2024 18:31:03 EDT (-0400)
  Re: Parsing erroneous sdl throws unhandled exception  
From: Chris Cason
Date: 19 Apr 2007 08:18:58
Message: <46275e32@news.povray.org>
KalleK wrote:
> Hi!
> 
> Parsing the following sourcecode leads to an unhandled exception (on my 
> system):
> 
> -----
> #include "math.inc"
> 
> #local R1 = VPerp_To_Plane(y, <.35,1,.265>);
> #debug concat ("R\n")
> 
> #ifdef (L=
> box { <0,0,0>,<H,H,-1>}
> #end
> -----
> 
> This happens with version 3.7.0.beta.20a.msvc8 but it happens with 
> version 3.6.1c.icl8, too.
> 
> Seems to have something to do with the presence of #include, #debug and 
> the error in this source ( "#ifdef (L=" ).

Thanks for the report, this is fixed now.

-- Chris


Post a reply to this message

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