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 DDCA43953838 for ; Tue, 3 May 2022 16:10:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DDCA43953838 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 243GAEhO003075; Wed, 4 May 2022 01:10:14 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-06.nifty.com 243GAEhO003075 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1651594214; bh=EmiB00pbTk9/XdgVjeshT2uZtaJsIt4QJs3umNrrPaI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=1nCFH+XR30nsc5+JQvGl1s7xc/L3eyOQOGZseQWFWoKJk//c49Hm7ma/ENVqpzBa2 E4Ai9oYtQ7uy+IieoUp1RFqi50fLQn2+ncCZFqYvNoyx6TGQ273RRCxptSEi87mVr3 KOlaf8kDW2Xew4eTkT+bwBZKDatA7mAhDcvgJsfkRXVFuzw80xEAc4fZygj3sccaT/ YhcMpbZKrHPL4vucTNXY68tCvhtIQDc6eCmKygkheZ870Ogcci4mI5jCbNae7cfOVs iUeW5ypP9OrSkM+9h2RITT8+/bgxcpmVh2ONO54hMNHvt7SYGB7b85kW2lqj3CBvwx 3MzsNF/9euvNw== X-Nifty-SrcIP: [119.150.44.95] Date: Wed, 4 May 2022 01:10:18 +0900 From: Takashi Yano To: cygwin@cygwin.com Cc: Orgad Shaneh Subject: Re: mintty crashes on Windows 7 Message-Id: <20220504011018.7c455cedb38571f786d72ae9@nifty.ne.jp> In-Reply-To: References: <20220504002343.4345bfe1630fa904276f0d37@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.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE 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: Tue, 03 May 2022 16:10:41 -0000 On Tue, 3 May 2022 18:52:28 +0300 Orgad Shaneh wrote: > On Tue, May 3, 2022 at 6:23 PM Takashi Yano wrote: > > > > On Tue, 3 May 2022 14:47:17 +0300 > > Orgad Shaneh wrote: > > > Hi, > > > > > > Running `mintty ./bash` crashes on Windows 7 on cygwin-3_3-branch. > > > > > > Tested in MSYS2 on merge-3.3 branch from > > > https://github.com/orgads/msys2-runtime-1. It includes the tip of > > > cygwin-3_3-branch as of today (05827d2df8). > > > > > I cannot reproduce this with cygwin git head of cygwin-3_3-branch. > > Is this MSYS2 specific problem? > > You're right. I can't reproduce either. Only in my MSYS branch. > > Can you give me some guidance how to debug it? If you could identify which commit causes the issue, It would help. -- Takashi Yano