wxYield called recursively
Jurgen Ladstatter
info at innova-studios.com
Mon Apr 21 09:20:36 PDT 2008
Hi there,
I'm developing a client server application using wxSocketClient and
wxSocketServer. About 25% of the time when we launch the client we get a
debug alert after connecting to the server:
"assert wxAssertFailure failed in wxApp::Yield(); wxYield called
recursively"
When looking at the call stack: after the socket event, the functions
wxSocketBase::Read -> ::_Read ->::WaitForRead ->::_Wait -> wxYield were
called.
Do you have any idea how to get rid of this error? I'm confused, because it
doesn't happen all the time, neither we use threads in our application.
Thanks for you help,
juergen
More information about the wx-users
mailing list