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
29 Apr 2024 13:20:59 EDT (-0400)
  Re: Linux Beta 28 segfaults on Slackware and Kubuntu  
From: geep999
Date: 18 Sep 2008 16:55:00
Message: <web.48d2bee0cfc4a246d9d541e00@news.povray.org>
Chris Cason <del### [at] deletethistoopovrayorg> wrote:
> NB I suspect that initializing it as such:
>
>   lightColorCache.resize(sd->parsedMaxTraceLevel + 1)
>
> should be sufficient. If I can ensure that it should never go above that
> value then I ought to replace the resize with an exception.
>
> -- Chris

Line 153 changed to: lightColorCache.resize(sd->parsedMaxTraceLevel + 1);
works fine with m_textures.ini and wineglass.pov

Salutations,
Peter


Post a reply to this message

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