Re: [osg-users] Random crash running with osg

2008-06-04 Thread Vincent Bourdier
Hi thanks, It just test it and it works well... So i'll try to find the bug, using other ways. Regards, Vincent 2008/6/4 J.P. Delport <[EMAIL PROTECTED]>: > Hi, > > just guessing, but maybe see this: > > > http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=319

Re: [osg-users] Random crash running with osg

2008-06-04 Thread J.P. Delport
Hi, just guessing, but maybe see this: http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=319895 and also search the list for this link, there was some discussion on this. jp Vincent Bourdier wrote: Hi With osg 2.5.1 I've aldready the same crash "vector iterator

Re: [osg-users] Random crash running with osg

2008-06-04 Thread Vincent Bourdier
Yes, in release it crashes too... Thanks for tour help, I'll investigate this problem. Regards, Vincent. 2008/6/4 Robert Osfield <[EMAIL PROTECTED]>: > Hi Vincent, > > I think you'll need to investigate this further yourself as you have > the source code and all the data that reproduces the

Re: [osg-users] Random crash running with osg

2008-06-04 Thread Robert Osfield
Hi Vincent, I think you'll need to investigate this further yourself as you have the source code and all the data that reproduces the crash. Start by printing out the contents of the Switch node that is where the crash is occurring. Also try out a release build, does this crash? Is there a chan

Re: [osg-users] Random crash running with osg

2008-06-04 Thread Vincent Bourdier
Hi With osg 2.5.1 I've aldready the same crash "vector iterator not dereferencable" stack : >msvcp80d.dll!std::_Debug_message(const wchar_t * message=0x103f3d50, const wchar_t * file=0x103a0478, unsigned int line=1463) Ligne 23C++ osg37-osgd.dll!std::_Vb_reference > >::_Getptr() L

Re: [osg-users] Random crash running with osg

2008-06-04 Thread Robert Osfield
On Wed, Jun 4, 2008 at 10:40 AM, Mathias Fröhlich <[EMAIL PROTECTED]> wrote: > Did you ever try compiling under linux using the _GLIBCXX_DEBUG define? No I have never tried this, yet... thanks for the pointer. ___ osg-users mailing list osg-users@lists.o

Re: [osg-users] Random crash running with osg

2008-06-04 Thread Mathias Fröhlich
Robert, On Wednesday 04 June 2008 11:35, Robert Osfield wrote: > I really can't help much with your invalid iterator. It could be > unrelated to the bug fix already checked in w.r.t bounding volume > update, or it could be already fixed. > > The SVN and 2.5.1 contain a number of fixes so I'd rec

Re: [osg-users] Random crash running with osg

2008-06-04 Thread Vincent Bourdier
Right, Thanks a lot. I'm downloading 2.5.1 release. Regards, Vincent 2008/6/4 Robert Osfield <[EMAIL PROTECTED]>: > Hi Vincent, > > I really can't help much with your invalid iterator. It could be > unrelated to the bug fix already checked in w.r.t bounding volume > update, or it could be

Re: [osg-users] Random crash running with osg

2008-06-04 Thread Robert Osfield
Hi Vincent, I really can't help much with your invalid iterator. It could be unrelated to the bug fix already checked in w.r.t bounding volume update, or it could be already fixed. The SVN and 2.5.1 contain a number of fixes so I'd recommend try updating the OSG before you do anything else as ch

Re: [osg-users] Random crash running with osg

2008-06-04 Thread Vincent Bourdier
Hi robert, Thanks, I'll try this I get a new error, without any modification in the code : "invalid iterator range" and the stack trace : >msvcp80d.dll!std::_Debug_message(const wchar_t * message=0x00f557d8, > const wchar_t * file=0x00f5464c, unsigned int line=1029) Ligne 23C++ >

Re: [osg-users] Random crash running with osg

2008-06-04 Thread Robert Osfield
Hi Vincent, This may be an issue with multiple computeBounds() running in a parallel. In the SVN version and 2.5.0/2.5.1 there is an call to sceneData->getBound() that does the initialization of the bounding volume while the code is still single threaded - something that should have been done for

[osg-users] Random crash running with osg

2008-06-04 Thread Vincent Bourdier
Hi All, Running my application, I get a random crash I cannot identify. The error is : "vector iterator not dereferencable" Bu I've no vector in my code, So I gess it is in osg where the crash append. Maybe I make something wrong in my code, but I've no idea where or what the bug can be... The a