POV-Ray : Newsgroups : povray.beta-test : Segmentation fault - POV-Ray 3.7.0.beta.25 on Slackware 12.0 : Re: Segmentation fault - POV-Ray 3.7.0.beta.25 on Slackware 12.0 Server Time
28 Jul 2024 18:16:22 EDT (-0400)
  Re: Segmentation fault - POV-Ray 3.7.0.beta.25 on Slackware 12.0  
From: Nicolas Alvarez
Date: 15 Feb 2008 14:14:58
Message: <47b5e4b2$1@news.povray.org>

> Hi group,
> 
> 1/ Trying POV-Ray 3.7.0.beta.25 on Slackware 12.0 with 2.6.21.5-smp kernel,
> Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz stepping 0b
> 
> I get a Segmentation fault with every .pov file I try, but which run fine
> with Povray 3.6. Even a completely empty .pov causes the Segmentation fault.
> The dialog ends with:
>  Library paths:
>     /usr/local/share/povray-3.7
>     /usr/local/share/povray-3.7/ini
>     /usr/local/share/povray-3.7/include
> ==== [Parsing...] ==========================================================
> Segmentation fault
> 

Maybe a stacktrace would help developers track it down; although I don't 
know if it's compiled with debugging information.

If you were running povray as:
$ ./povray -Isomefile.pov +w640 +h480 -whatever-other-options

Try this:
$ gdb povray
(gdb) set args -Isomefile.pov +w640 +h480 -whatever-other-options
(gdb) run

Wait for the segfault, and type 'bt' on the (gdb) prompt.


Post a reply to this message

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