[Live-devel] DelayQueue infinite loop

Ross Finlayson finlayson at live555.com
Thu Aug 28 06:54:36 PDT 2014


> No sir, not using any threading yet. Because it is stuck in the while loop, the call BasicTaskScheduler::createNew() is not even returning.
> It works in the testRTSPClient program and in my own test program, but not when in this COM library that is being hosted in another program.

I suspect that what's happening is that, when the code is used in your 'COM' library, various global variables are not being initialized properly - i.e., their class constructors are not being called.  If that's the case, then it's definitely a bug in your system somewhere - perhaps in the way that you're compiling or linking the code for use in a 'COM' library.

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20140828/3f09d548/attachment.html>


More information about the live-devel mailing list