POV-Ray : Newsgroups : povray.general : Segmentation fault : Re: Segmentation fault Server Time
2 Aug 2024 12:21:53 EDT (-0400)
  Re: Segmentation fault  
From: Ross
Date: 21 Oct 2004 12:45:22
Message: <4177e7a2$1@news.povray.org>
"Florian Brucker" <tor### [at] torfboldcom> wrote in message
news:4177e579$1@news.povray.org...
> The following code snippet causes both POV 3.5 and 3.6 to exit with a
> segmentation fault on my Gentoo 2.4.25, Athlon XP 2600+, 1 Gig RAM:
>
> <POV>
> #macro F_Plane ()
>    #local fn_p=function (x,y,z) { y };
>    fn_p
> #end
>
> #local F1= F_Plane();
>
> #declare fn_crash = function(x,y,z) { F1(x,y,z) }
> </POV>
>
> Can anyone confirm this behaviour?
>
> Thanks,
> Florian

well it sure make 3.6 on Windows XP to act upset.

"The POV-Ray code rendering code threw an unhandled exception..." But that
was after I added a basic scene setup. Otherwise, just trying to render the
code you gave cause pov to hang.


Post a reply to this message

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