POV-Ray : Newsgroups : povray.general : stack dump : Re: stack dump Server Time
30 Jul 2024 14:29:48 EDT (-0400)
  Re: stack dump  
From: Nicolas Calimet
Date: 9 Jun 2009 06:25:53
Message: <4a2e38b1$1@news.povray.org>
> Is there a possibility to check what is wrong with it? Some debug mode?

	Try to run through the gdb debugger (if available under cygwin):

./configure COMPILED_BY=you --enable-debug && make
gdb ./unix/povray
run some_scene.pov
bt

	- NC


Post a reply to this message

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