Re: [Live-devel] Stack overflow caused by recursive destructors

2013-02-20 Thread Ross Finlayson
> Although this issue can be addressed by incrementing stack size, why not use > iterated destruction? Yes - good idea. This will be fixed in the next release of the software. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel

[Live-devel] Stack overflow caused by recursive destructors

2013-02-20 Thread Chmelev, Anton
Hello, I'm using liveMedia library to develop video recording application. Turns out, when you try to record a really big file (like, several hours) you get stack overflow. The problem is that linked lists are destroyed recursively in the code (eg. AVIIndexRecord in AVIFileSink, ChunkDescriptor