From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from conssluserg-06.nifty.com (conssluserg-06.nifty.com [210.131.2.91]) by sourceware.org (Postfix) with ESMTPS id 80EB6385734A for ; Fri, 29 Apr 2022 09:04:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 80EB6385734A 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 Received: from Express5800-S70 (ak044095.dynamic.ppp.asahi-net.or.jp [119.150.44.95]) (authenticated) by conssluserg-06.nifty.com with ESMTP id 23T94ERg002363; Fri, 29 Apr 2022 18:04:14 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-06.nifty.com 23T94ERg002363 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1651223055; bh=ytiI4XSSKGRu4poM9g5qPIbrD2oFsDyu3NSAwD7NhAU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=iCWN7P/7G8AkUJo1Or3KXRoMoJ9rsaL72jZzI5cBK6nfDUVJl5GOzlsafDgLpDNru kqOM2R7LZJK162uAETo/Vx91uMcHLWhMM22YMsUsU6F+UONtjzVdcI76h9sFUeYT4R SzNm5xciEUC6+Wl9k19asPb9Rjfv6YiuqHIShfkzBrGAYbfUcyGOkGhfgBS65b86PU 8Kg6cPFdruXx/daxMMie0kCAV2Tuc52ZHPK+tLEzSiW8PNoZ2R6ab8iNHkTdfIrHmS j4FYGzKL+k63gn0wpeXoJWIUMspCfH7AAji52QQglT9zBPUMCQdCZ6VEO1n5mRhvbD 9ft41z6RzCdeg== X-Nifty-SrcIP: [119.150.44.95] Date: Fri, 29 Apr 2022 18:04:14 +0900 From: Takashi Yano To: cygwin@cygwin.com Subject: Re: cygdll 3.3.4 breaks cygpath.exe. mistyped commands result in fork bomb Message-Id: <20220429180414.b3a0572687203fda213f878d@nifty.ne.jp> In-Reply-To: <945683463.1480145.1651191729148@mail.yahoo.com> References: <945683463.1480145.1651191729148.ref@mail.yahoo.com> <945683463.1480145.1651191729148@mail.yahoo.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2022 09:04:38 -0000 On Fri, 29 Apr 2022 00:22:09 +0000 (UTC) matthew patton wrote: > I had to revert to 3.3.3-1 to restore functionality.with 3.3.4 invoking cygpath would cause an Access Violation Exception (0x05) and kill the thread so that I couldn't even do a 'cygpath --help'  > > All of a sudden I also am experiencing fork bombs if I type an invalid command. eg. type 'l' instead of 'ls' and ENTER, it spawns hundreds of 'bash.exe' processes. A half dozen 'pkill -9 bash.exe' heads off calamity.  That does not happen to me. -- Takashi Yano