[Bf-committers] Infinite Recursion

Jason Wilkins jason.a.wilkins at gmail.com
Fri Jul 6 18:31:26 CEST 2012


The supplied patch probably does not go far enough.  There is another
similar recursive function in object.c which crashes even if you fix
the problem in desgraph.c

Right now I'm fine because I just commented this code out since it is
not critical for what we are doing in swiss-cheese.

On Fri, Jul 6, 2012 at 11:28 AM, Jason Wilkins
<jason.a.wilkins at gmail.com> wrote:
> Yes, it sounds like exactly the same problem.
>
> On Fri, Jul 6, 2012 at 10:11 AM, Tobias Oelgarte
> <tobias.oelgarte at googlemail.com> wrote:
>> Your problem might be related to:
>> http://projects.blender.org/tracker/?func=detail&atid=498&aid=32017&group_id=9
>>
>> Am 06.07.2012 16:52, schrieb Jason Wilkins:
>>> When I commented out the recursive code to try and work around the
>>> problem the same kind of thing occurred in object.c.  This leads me to
>>> believe that the problem may not be with the recursive code itself,
>>> but with something earlier which builds the structure and allows a
>>> loop to form in what should be an acyclic graph.  Just guessing
>>> though.
>>>
>>> On Fri, Jul 6, 2012 at 7:24 AM, Jason Wilkins<jason.a.wilkins at gmail.com>  wrote:
>>>> I get infinite recursion when I load the file found in this thread:
>>>> http://blenderartists.org/forum/showthread.php?209688-Box-Projected-Cube-Environment-Mapping-demo-(Shiny!)
>>>>
>>>> This is what the stack looks like:
>>>> http://www.pasteall.org/33483
>>>>
>>>> This apparently was introduced in the last week, since I had no
>>>> problem before I merged the last weeks changes into swiss-cheese.
>>>> I've confirmed this to be a problem in trunk as well.
>>> _______________________________________________
>>> Bf-committers mailing list
>>> Bf-committers at blender.org
>>> http://lists.blender.org/mailman/listinfo/bf-committers
>>>
>>
>> _______________________________________________
>> Bf-committers mailing list
>> Bf-committers at blender.org
>> http://lists.blender.org/mailman/listinfo/bf-committers


More information about the Bf-committers mailing list