delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2024/03/01/05:21:55

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 736D83858402
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1709288512;
bh=VsU93w7nTwf7J8/UbwOs9vRfqNUK4Y1PsAyJY57vsv8=;
h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
From;
b=EPOSjyrv0GygZwQnv1QdIDqWbpHkCC6RMhO+WaeH1f9x0dLusbCgDgoc+yJHtse+R
sdLZ8Obt778ZfEo1Qh+el36CaexDyYbYlDuYeXL8nB8yD7SpTMVYAeg/8pgWljVoXy
hr2lOiX/NLh+lbU6M49G0pX5DE5n46dgxjI5Nvo0=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7D2DA3858D39
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 7D2DA3858D39
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1709288483; cv=none;
b=bs3UDbaZrRtIs1w69mH1SsU26urgl27YXfa0dCfTiN9B7/7vYVgDq0Pi89t0echVjjblbfg3UDALTB6y/ypq8WQwa+5wP7IiKhyx14tmPjERHl2YBSzcqpsPRyje9x8VUn1i517KC0MrYjI5h8fTbim/eon8f3dGoMVTWIikp10=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
t=1709288483; c=relaxed/simple;
bh=zt+pv4hXgpcDDnm71xTrAsgX71BJcbg861TwQipza/8=;
h=Date:From:To:Subject:Message-Id:Mime-Version;
b=vL8rBPBhBc0toKpr5cG1Xr1y2CrYcvM7PnElkWlNIJbNJ7/6jJrwnJkpF/oe0aBsImDmIk0BV0YDzkB/BxgL7ezuGZo+ncuZi9TRaF+Mww9hxvkxUWpqZ7za6XNY2TFHNEb26i4m8qx2+B0ekaLQ9hjYm0W0vfcUVwDXpmoccWI=
ARC-Authentication-Results: i=1; server2.sourceware.org
Date: Fri, 1 Mar 2024 19:21:12 +0900
To: cygwin AT cygwin DOT com
Subject: Re: Regression: Cygwin 3.5.1 freezes when launching several mingw
processes in parallel
Message-Id: <20240301192112.2316a694eae54badff3f2a31@nifty.ne.jp>
In-Reply-To: <20240301092510.e56a1716b9fd71f53525006d@nifty.ne.jp>
References: <CWXP265MB13688A1AAB4643076818482ABC5F2 AT CWXP265MB1368 DOT GBRP265 DOT PROD DOT OUTLOOK DOT COM>
<20240301092510 DOT e56a1716b9fd71f53525006d AT nifty DOT ne DOT jp>
X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32)
Mime-Version: 1.0
X-Spam-Status: No, score=-5.5 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 Fri, 1 Mar 2024 09:25:10 +0900
Takashi Yano wrote:
> On Thu, 29 Feb 2024 18:19:45 +0000
> Kate Deplaix wrote:
> > To reproduce this:
> > 
> >   *
> > make sure you have a fresh installed of cygwin 3.5.1
> >   *
> > install the following packages: autoconf, make, patch, curl, mingw64-x86_64-gcc-g++, mingw64-i686-gcc-g++
> >   *
> > curl -LO https://github.com/ocaml/opam/releases/download/2.2.0-beta1/opam-full-2.2.0-beta1.tar.gz
> >   *   tar xvf opam-full-2.2.0-beta1.tar.gz
> >   *   cd opam-full-2.2.0-beta1
> >   *   make cold
> 
> I tried to reproduce this, however, make cold failed with the error:
[...]
> ** Fatal error: Cannot run cygpath -m

I could reproduce the issue in Windows SandBox and might find the cause.
I'll submit a patch for this issue shortly. Thanks for the report.

-- 
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