$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2005-01-15 18:13:38
> > Well, that backtrace doesn't show any references to Boost.Test.
>
> The backtrace posted earlier in the thread does show references to
> Boost.Test, FWIW
What it showed is global/static variables initialization, which includes
unit_test_log, which refer to the std::ostream globals. And the crash
happened somewhere inside iostream library.
Gennadiy