Boost logo

Boost Users :

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.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net