POV-Ray : Newsgroups : povray.beta-test : Linux Beta 28 segfaults on Slackware and Kubuntu : Re: Linux Beta 28 segfaults on Slackware and Kubuntu Server Time
28 Apr 2024 05:13:13 EDT (-0400)
  Re: Linux Beta 28 segfaults on Slackware and Kubuntu  
From: Warp
Date: 25 Aug 2008 08:37:38
Message: <48b2a792@news.povray.org>
geep999 <nomail@nomail> wrote:
> This segfaults too:
> iv) boost 1.34.1 built by povray using option --with-boost-src=

  It might help if you do this:

1) Reconfigure (or edit the Makefiles) so that optimizations are turned
   off and the compiler option -g is specified.

2) Recompile everything. (May require a clean.)

3) Run the recompiled povray with gdb (ie. "gdb povray" and then from
   the gdb prompt "run scene.pov" or whatever).

4) When it crashes, write "bt" and post the output here.

  (It might be possible that it will not crash because you turned
optimizations off. If that's the case, then try doing all the above
again, but keeping all the same optimizations as your normal compile,
and with the -g option. There's a small probability that the backtrace
is not as reliable this way (because of all the inlining), but it may
still be useful.)

-- 
                                                          - Warp


Post a reply to this message

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