$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Unable to catch exception using boost::asio (boost::exception_detail::clone_imple<.....
From: Igor R (boost.lists_at_[hidden])
Date: 2009-07-14 15:19:00
> The code though is surrounded by try catch like this:
>
> try
> {
> Â Â Â ...
> }
What code resides in the protected block? Do you run io_service in
multiple threads? What exception-related compiler options do you use?