$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [boost.process] 0.6 Redesign
From: Klaim - Joël Lamotte (mjklaim_at_[hidden])
Date: 2016-04-18 14:53:08
On 18 April 2016 at 20:52, Klaim - Joël Lamotte <mjklaim_at_[hidden]> wrote:
>
> Anyway, for the termination problem:
> https://github.com/klemens-morgenstern/boost-process/blob/develop/include/boost/process/detail/windows/terminate.hpp
> There you use "boost::detail::winapi::TerminateProcess(p.process_handle(),
> EXIT_FAILURE)"
> Is it a terminate message or a "kill -9" kind of message on windows?
>
> Joël Lamotte
>
>
I think I'll try to make a short version of the case we found problematic
and provide it to you, it might help.
Joël Lamotte