POV-Ray : Newsgroups : povray.general : stack dump Server Time
30 Jul 2024 12:23:35 EDT (-0400)
  stack dump (Message 11 to 13 of 13)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Nicolas Calimet
Subject: Re: stack dump
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

From: twister
Subject: Re: stack dump
Date: 9 Jun 2009 08:15:00
Message: <web.4a2e5174af746ab33257fa260@news.povray.org>
>  Try to run through the gdb debugger (if available under cygwin):
>
Debugging session wasn't needed. There was my mistake. I didn't copy cygz.dll
which is required to run povray properly. That's why it terminated immediately.
The weird fact is that previous version of povray.exe was working properly
without this library (but had a little bigger size). Was cygz.dll compiled in
povray.exe?


Post a reply to this message

From: Nicolas Calimet
Subject: Re: stack dump
Date: 9 Jun 2009 08:26:19
Message: <4a2e54eb$1@news.povray.org>
> without this library (but had a little bigger size). Was cygz.dll compiled in
> povray.exe?

	If the older binary is a bit bigger and that the new one requires the
external library, it's very likely that the old binary was linked against the
just-compiled zlib (that comes with the POV sources) while the newer binary
has been linked against the zlib already installed on your system (and that
was detected by configure).

	Easy, right?  :-)

	- NC


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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