delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2024/03/17/04:45:03

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4D26D385840D
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1710665101;
bh=3ZIYHGYUQ+vGdjR/cEGJxnR5eNJTIynaVweqSBC4Em0=;
h=Date:To:Cc:Subject:In-Reply-To:References:List-Id:
List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe:
From:Reply-To:From;
b=Yx4/OAiH9TO2DwnUEE8joz8RZiuL+2nYIqnoOHauMoLwBYq7IZDm0ul53dpP+dz5H
RLVbOn5q7H34N8lyzZ9o6Mqw644Q99qigwoHWV7GcW21Hd7JRRh3l+TI5qTOMsIzJ2
GNIhObL32gebNP+f04c578s5Un4vlEWiJzgX+iqk=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 82FBE3858D20
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 82FBE3858D20
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1710665048; cv=none;
b=VwcEVhhzIkReqm21jgl3y2zUeR8Y4k1k/wkItRlMQZVUd4Q/QTHDPPvVmNEmU7yXZ4Mu0v/7kihrIF+C/6CKk4uAHY1ih3VsG7bzO7IdK2akKH78qr1DE2ct8dqKAmQ5N1pbkh2yAl/R+20R74UqGctyMjqqpDDdIX6vlysZcJw=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
t=1710665048; c=relaxed/simple;
bh=8p2rvG/PZOb6LF1HrKYg1JG+ov5bOQGEUrhKJI9fijY=;
h=Date:From:To:Subject:Message-Id:Mime-Version;
b=HFsfBFauSjF4bP3C+iGz3iWJpSFlgEKA3YhPsrEdD7KZRNex5iOGLwvb/I7TvW2aP7Yr0iZdLibXnnKWzeEt4A9gB1R777uqGvCA3XBtvXIGOkuUNzNsUXeMsnGATTEvhGf3ic4C0/jQdLRgfv/lXhBfO5IiYQaYVz0Ho8b6mm8=
ARC-Authentication-Results: i=1; server2.sourceware.org
Date: Sun, 17 Mar 2024 17:44:02 +0900
To: cygwin AT cygwin DOT com
Cc: Alexey Izbyshev <izbyshev AT ispras DOT ru>
Subject: Re: Bogus exit code 127 from a child process
Message-Id: <20240317174402.4a3e73a7fca2f5978ac93913@nifty.ne.jp>
In-Reply-To: <d5c90ec69060cea65c9eb31492a655ac@ispras.ru>
References: <d5c90ec69060cea65c9eb31492a655ac AT ispras DOT ru>
X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32)
Mime-Version: 1.0
X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS,
NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_PASS, TXREP,
T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
server2.sourceware.org
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.30
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Takashi Yano via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Takashi Yano <takashi DOT yano AT nifty DOT ne DOT jp>
Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

On Sun, 17 Mar 2024 11:14:16 +0300
Alexey Izbyshev wrote:
> Hello,
> 
> I've been getting occasional "Error 127" from make -jN on seemingly 
> random jobs. After reducing the set of jobs and eventually eliminating 
> make, I've arrived to this one-liner:
> 
> bash -c 'true & true & wait -n || echo 1: $? && wait -n || echo 2: $?'
> 
> When run repeatedly, the second "wait -n" often reports 127.
> 
> I've reproduced this in the following environments:
> 
> * Cygwin 3.5.1, Windows 10 22H2 x64
> * Cygwin 3.4.6, Windows 10 22H2 x64 and Windows 7 x64
> 
> I couldn't reproduce it in Cygwin 3.3.6 (WOW64) on Windows 7 x64.

Could you please try latest cygwin 3.6.0 (TEST) ?

-- 
Takashi Yano <takashi DOT yano AT nifty DOT ne DOT jp>

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019