[osg-users] Thread infinite waiting problem

2008-10-10 Thread Vincent Bourdier
Hi all, Randomly my application freeze. I can have the stack state during the freeze, and it seems to be in win32thread.cpp line 645 on // Wait for the timer. if (WaitForSingleObject(sleepTimer.get(), INFINITE) != WAIT_OBJECT_0) { return -1; } If I am good, the wait() do not

Re: [osg-users] Thread infinite waiting problem

2008-10-10 Thread Simon Hammett
That's not nearly enough information to enable anyone to help. Multi threaded apps can hang for any number of reasons. You'll need to show callstack for each thread and give an other view of you app design. 2008/10/10 Vincent Bourdier [EMAIL PROTECTED] Hi all, Randomly my application freeze.