POV-Ray : Newsgroups : povray.beta-test : segmentation fault with param.inc : Re: segmentation fault with param.inc Server Time
29 Jul 2024 08:12:00 EDT (-0400)
  Re: segmentation fault with param.inc  
From: ingo
Date: 22 Jun 2002 11:52:29
Message: <Xns9235B667EA334seed7@povray.org>
in news:3d148dcb@news.povray.org Felix Wiemann wrote:

in news:3d148dcb@news.povray.org 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 Umin= 0;

try:

#declare Umin= FromU(0);

else it will do a vnormalize on a <0,0,0> vector.
Should give a parse error though (as it does under windows), not a 
segmentation fault.

Ingo

p.s. there is a more recent version at:
    	http://members.home.nl/seedseven/
the syntax looks more like POV-Ray's now.


Post a reply to this message

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