POV-Ray : Newsgroups : povray.beta-test : segmentation fault with param.inc : Re: segmentation fault with param.inc WATCH OUT FUNCTIONS.INC Server Time
29 Jul 2024 08:17:30 EDT (-0400)
  Re: segmentation fault with param.inc WATCH OUT FUNCTIONS.INC  
From: Patrick Fromberg
Date: 22 Jun 2002 11:45:04
Message: <3D14AA0C.9030403@b-more.de>
Felix Wiemann wrote:
> RC6, Linux 2.4.10, SuSE 7.3, 128MB, P3 600
> 
> Rendering of the following scene causes a segmentation fault:
> 
> // BEGIN
> #include "param.inc"
> 
> #declare Fx = function(U,V){sin(U)*cos(V)}
> 
> Segmentation fault
> // END


I had a similar problem just now.
Before, for the builtin functions, the functions.inc did
not have to be included. This seems to be a MUST now.
To segfault in this case is a bug of course. But now,
that I found a workarround I am happy.

Patrick


Post a reply to this message

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