$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-04-30 04:55:21
Stupid question: but are you compiling with the reentrant IBM compiler,
rather than the non-thread safe default one? Exception handling is one of
those things that has to be set up correctly in a threaded environment or
"bad things happen".
John.