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 <[EMAIL PROTECTED]> 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
>  [email protected]
>  http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to