On Tue, Jun 3, 2008 at 10:20 PM,  <[EMAIL PROTECTED]> wrote:
>
> Especially since after osg::Transform (the direct ancestor of
> osg::MatrixTransform) is constructed the _prvData member is a valid
> pointer, and immediately after osg::MatrixTransform's constructor executes
> the _prvData member is zeroed.

You could try using a gdb watchpoint to identify exactly where the
member is zeroed.
Might be a memory corruption/buffer overflow issue.

-- 
Csaba/Jester
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to