From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dmta1007.nifty.com (mta-snd01009.nifty.com [106.153.227.41]) by sourceware.org (Postfix) with ESMTPS id 7D2DA3858D39 for ; Fri, 1 Mar 2024 10:21:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7D2DA3858D39 Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=nifty.ne.jp Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=nifty.ne.jp ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 7D2DA3858D39 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=106.153.227.41 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 Received: from HP-Z230 by dmta1007.nifty.com with ESMTP id <20240301102112922.BPIS.5813.HP-Z230@nifty.com> for ; Fri, 1 Mar 2024 19:21:12 +0900 Date: Fri, 1 Mar 2024 19:21:12 +0900 From: Takashi Yano To: cygwin@cygwin.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: <20240301092510.e56a1716b9fd71f53525006d@nifty.ne.jp> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 List-Id: 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