Yuri Feldman
2013-01-16 19:39:43 UTC
Hello,
I have a strange issue using an in-house communications library.
After a certain function call (start asynchronously listening to a message) calls to the WinAPI functions Sleep, WaitForSingleObject cause a stack overflow exception.
Moreover, it seems to accumulate: the error occurs either after one call to Sleep(400) or after four calls to Sleep(100).
Any ideas what can be related?
I have a strange issue using an in-house communications library.
After a certain function call (start asynchronously listening to a message) calls to the WinAPI functions Sleep, WaitForSingleObject cause a stack overflow exception.
Moreover, it seems to accumulate: the error occurs either after one call to Sleep(400) or after four calls to Sleep(100).
Any ideas what can be related?