POV-Ray : Newsgroups : povray.beta-test : beta 32 - buglist : Re: beta 32 - buglist Server Time
5 Oct 2024 18:27:41 EDT (-0400)
  Re: beta 32 - buglist  
From: Le Forgeron
Date: 16 Apr 2009 17:39:46
Message: <49e7a5a2$1@news.povray.org>
Le 08.04.2009 22:13, Tim Attwood nous fit lire :
>> trace() and inside() on julia objects still crash POV...
> 
> Ah, I missed that one.

For trace on julia, I have posted a suggestion of correction (issue is that the IStack
of
the parser thread is not resized when the fractal object updates the limit for IStack
on
the thread-data. Further threads will create IStack based on that limit, but trace()
is
called by the parser thread, which default to a 0-sized IStack. Therefore
coredump/EFault
to access an array of size 0/Null pointer)

I did not know about inside().


Post a reply to this message

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