
16 Dec
2005
16 Dec
'05
9:44 a.m.
Hi Christopher, --- christopher baus <christopher@baus.net> wrote:
I have confirmed that on my machine the program deadlocks on Windows after running about 6 million queued events, even if the post loop is broken before the demuxer throws with OOM.
I can reproduce it too, however there is an earlier access violation during the post() phase down inside the std::exception constructor (yikes!). However, you are suppressing this AV because you are doing a catch(...). Therefore I don't think the deadlock is the actual problem here. Cheers, Chris