$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Christopher Kohlhoff (chris_at_[hidden])
Date: 2005-12-16 04:44:52
Hi Christopher,
--- christopher baus <christopher_at_[hidden]> 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