Subject: Re: [Boost-users] testing command-line interface using Boost.Test
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2011-09-22 12:16:46


Olaf Meeuwissen <olaf.meeuwissen <at> avasys.jp> writes:

> unknown location(0): fatal error in "test_false": child has exited;
> pid: 19788; uid: 1000; exit value: 1

I believe this was an issue with older versions of Boost.Test. Newer releases
should not try to catch SIGCHLD.

Gennadiy