$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [test] Ignoring SIGCHLD for signal codes other than CLD_EXITED
From: Gevorg Voskanyan (v_gevorg_at_[hidden])
Date: 2009-05-13 06:38:59
Gennadiy Rozental wrote:
> I've checked in a bit different fix.
>
> The env. var name is BOOST_TEST_IGNORE_SIGCHLD
>
> Gennadiy
Hi Gennadiy,
Thanks for the followup. With this change it failed to compile with BOOST_TEST_IGNORE_SIGCHLD defined, as signal_action has no default constructor. I guess the definition of m_CHLD_action should be wrapped with #ifndef BOOST_TEST_IGNORE_SIGCHLD as well. After this modification the compilation went successful with -DBOOST_TEST_IGNORE_SIGCHLD, and my original problem disappeared too. Thanks again.
Best Regards,
Gevorg