POV-Ray : Newsgroups : povray.beta-test : Crash when inverting a predeclared union (beta3) Server Time
19 Apr 2024 03:31:28 EDT (-0400)
  Crash when inverting a predeclared union (beta3) (Message 1 to 2 of 2)  
From: Warp
Subject: Crash when inverting a predeclared union (beta3)
Date: 2 May 2005 17:27:53
Message: <42769b59@news.povray.org>
Try the following scene:

#declare CylinderCluster = union
{
  cylinder {-z,+z,1}
  cylinder {-z,+z,1 translate -x-y}
}

#declare HollowBox =
  object {CylinderCluster inverse }


  It causes the sse2-beta to stop with a message:

Fatal error in parser: Access violation - no RTTI data!

  The non-sse2-beta just crashes.

  If the second #declare line is commented out (ie. the object is
instantiated instead of declared) the sse2-beta hangs. The rendering
can be stopped but then the stop button won't change back to the run
button (and the only way to get it working again is to restart povray).

-- 
                                                          - Warp


Post a reply to this message

From: Chris Cason
Subject: Re: Crash when inverting a predeclared union (beta3)
Date: 3 May 2005 15:32:15
Message: <4277d1bf@news.povray.org>
fixed, thanks.

-- Chris


Post a reply to this message

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