POV-Ray : Newsgroups : povray.unofficial.patches : compiling megapov.. : Re: compiling megapov.. Server Time
29 Apr 2024 16:10:17 EDT (-0400)
  Re: compiling megapov..  
From: Shihan
Date: 11 Nov 2006 01:30:01
Message: <web.45556d01bb14a4e969dedb9b0@news.povray.org>
Nicolas Calimet <pov### [at] freefr> wrote:
> >   0:00:00 Creating bounding slabs
> >   0:00:00 Creating vista bufferSegmentation fault
>
>  Try the following and report the output:
>
> ./configure COMPILED_BY=you --enable-debug
> make
> gdb unix/megapov
> run scenes/bear.pov
> backtrace
>
>  - NC

Here ya go:
  0:00:01 Creating vista buffer
Program received signal SIGSEGV, Segmentation fault.
0x00000038ec873cb0 in strlen () from /lib64/libc.so.6
(gdb) bt
#0  0x00000038ec873cb0 in strlen () from /lib64/libc.so.6
#1  0x00000038ec85dcae in fputs () from /lib64/libc.so.6
#2  0x00000000004407a6 in pov::POV_Std_Display_Init (w=Variable "w" is not
available.
) at userdisp.cpp:66
#3  0x0000000000423c42 in pov::FrameRender () at rendctrl.cpp:554
#4  0x0000000000423e4a in pov::FrameLoop () at rendctrl.cpp:329
#5  0x000000000041e0b5 in povray_cooperate () at povray.cpp:571
#6  0x0000000000408dd5 in main (argc=3, argv=0x7fffd321da88) at
unix.cpp:3010
(gdb)


Post a reply to this message

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