Re: [Opensg-users] OpenSG2 commitChanges seg faulting.

2007-03-13 Thread Allen Bierbaum
I can send you the model. Expect a large e-mail soon. :) -Allen Gerrit Voss wrote: > Hi, > > On Tue, 2007-03-13 at 12:30 -0500, Allen Bierbaum wrote: >> So now I was able to replicate it again with a slightly different case. >> I tracked it down to a problem with the ChangeContainers but I a

Re: [Opensg-users] OpenSG2 commitChanges seg faulting.

2007-03-13 Thread Gerrit Voss
Hi, On Tue, 2007-03-13 at 12:30 -0500, Allen Bierbaum wrote: > So now I was able to replicate it again with a slightly different case. > I tracked it down to a problem with the ChangeContainers but I am > still not completely sure why it was happening. > > The "fix" is here: http://opensg.vr

Re: [Opensg-users] OpenSG2 commitChanges seg faulting.

2007-03-13 Thread Allen Bierbaum
So now I was able to replicate it again with a slightly different case. I tracked it down to a problem with the ChangeContainers but I am still not completely sure why it was happening. The "fix" is here: http://opensg.vrsource.org/trac/changeset/600 The application I used to test it is attac

Re: [Opensg-users] OpenSG2 commitChanges seg faulting.

2007-03-12 Thread Allen Bierbaum
Gerrit Voss wrote: > Hi, > > On Sat, 2007-03-10 at 11:53 -0600, Allen Bierbaum wrote: >> I have been tracking down some bugs in an application so I am sprinkling >> commitChanges() calls throughout my code. I know that sounds a bit >> imprecise, but we have found it to be the best way to find s

Re: [Opensg-users] OpenSG2 commitChanges seg faulting.

2007-03-10 Thread Gerrit Voss
Hi, On Sat, 2007-03-10 at 11:53 -0600, Allen Bierbaum wrote: > I have been tracking down some bugs in an application so I am sprinkling > commitChanges() calls throughout my code. I know that sounds a bit > imprecise, but we have found it to be the best way to find some bugs in > OpenSG2 righ

[Opensg-users] OpenSG2 commitChanges seg faulting.

2007-03-10 Thread Allen Bierbaum
I have been tracking down some bugs in an application so I am sprinkling commitChanges() calls throughout my code. I know that sounds a bit imprecise, but we have found it to be the best way to find some bugs in OpenSG2 right now. Anyway... I just ran into a bug. When I run the following co