$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Catching boost::thread_interrupted
From: Roman Perepelitsa (roman.perepelitsa_at_[hidden])
Date: 2008-09-09 03:47:05
2008/9/8 Dr. Roland Bock <rbock_at_[hidden]>
> Hmm. No, I built boost the "normal" way. Through this thread, though, we
> saw several things:
>
> a) boost::thread_interrupted is not caught when using the shared object
> b) it works fine with the static
> c) nm shows no symbols
>
c) is probably because binary is stripped. It does not affect correctness of
programs but makes debugging harder.
Roman.