|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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=" ).
I hope, I have posted to the right place...
cukk
Post a reply to this message
|
|
| |
| |
|
|
From: Warp
Subject: Re: Parsing erroneous sdl throws unhandled exception
Date: 7 Apr 2007 13:07:12
Message: <4617cfc0@news.povray.org>
|
|
|
| |
| |
|
|
KalleK <kal### [at] gmxde> wrote:
> #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
I confirm that this scene causes a segmentation fault with the unix
version of POV-Ray 3.6.1, so it seems to be a problem with the core engine.
--
- Warp
Post a reply to this message
|
|
| |
| |
|
|
From: Chris Cason
Subject: Re: Parsing erroneous sdl throws unhandled exception
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
|
|
| |
| |
|
|
|
|
| |
|
|