[osg-users] bug in osgManipulator example

Robert Osfield robert.osfield at gmail.com
Mon Feb 25 05:35:29 PST 2008


Hi Brian,

I've looked at line line question, the addIntersection method that it
uses, and your email but still can't work out what you think is going
amiss - there is simply too little info to know what the problems is.

Could you please obtain and stack trace from the crash and report this
to osg-users so that I and others can see if we can reproduce it and
track down the problem.  Please note, osg-submissions is for
submissions and bug fixes, not bug reports.

Robert.


On Thu, Jan 10, 2008 at 3:00 PM, Scene Maker <osgscene at gmail.com> wrote:
> There is a bug in the osgManipulator example file osgmanipulator.cpp.
>
> On line 192 a local variable is created.
> osgUtil::LineSegmentIntersector::Intersections intersections;
>
> A member variable keeps a pointer to this variable
> _pointer.addIntersection(hitr->nodePath, hitr->getLocalIntersectPoint());
>
> When the local variable is destroyed MSVC throws an exception.
>
> Brian
>
>
>
> _______________________________________________
>  osg-users mailing list
>  osg-users at lists.openscenegraph.org
>  http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>


More information about the osg-users mailing list