POV-Ray : Newsgroups : povray.unofficial.patches : compiling megapov.. : Re: compiling megapov.. Server Time
29 Apr 2024 19:56:57 EDT (-0400)
  Re: compiling megapov..  
From: George Pantazopoulos
Date: 11 Nov 2006 02:35:00
Message: <web.45557c1abb14a4e9c0bad8570@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)

I had a similar problem with one of my megapov_xrs_server users on amd64
with Fedora Core 5. I got some important clues using gdb and though I
didn't get all the way to the root of the problem, in my case, just
providing -D on the command line was an acceptable workaround (since the
server never should have a render display).

Hope this helps,
George
http://www.gammaburst.net


Post a reply to this message

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