$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Catching boost::thread_interrupted
From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-09-08 12:50:43
> $ ./src/BoostThreads
> Thread 0x60b050 caught something else
> Thread 0x60b3e0 caught something else
...
> libboost_thread-gcc42-mt-1_36.so.1.36.0 =>
Can you try the same test with the static Boost.Threads library? Maybe your
configuration doesn't support catching non-polymorphic exceptions thrown
across .so boundaries. You could also try adding a virtual destructor to
thread_interrupted.