Re: mintty crashes on Windows 7

2022-05-04 Thread Takashi Yano
On Thu, 5 May 2022 13:41:20 +0900 Takashi Yano wrote: > I downloaded bash source files from: > https://git.savannah.gnu.org/git/bash.git > and built it by: > ./configure && make > and replaced /usr/bin/bash. > > Then the issue disappeared. > Now, I start to suspect the issue is a bug of msys2 bash

Re: mintty crashes on Windows 7

2022-05-04 Thread Takashi Yano
On Thu, 5 May 2022 12:33:07 +0900 Takashi Yano wrote: > On Thu, 5 May 2022 10:59:54 +0900 > Takashi Yano wrote: > > On Thu, 5 May 2022 10:27:24 +0900 > > Takashi Yano wrote: > > > On Thu, 5 May 2022 10:20:45 +0900 > > > Takashi Yano wrote: > > > > > > > On Wed, 4 May 2022 16:27:43 +0300 > > > > Or

Re: mintty crashes on Windows 7

2022-05-04 Thread Takashi Yano
On Thu, 5 May 2022 10:59:54 +0900 Takashi Yano wrote: > On Thu, 5 May 2022 10:27:24 +0900 > Takashi Yano wrote: > > On Thu, 5 May 2022 10:20:45 +0900 > > Takashi Yano wrote: > > > > > On Wed, 4 May 2022 16:27:43 +0300 > > > Orgad Shaneh wrote: > > > > On Wed, May 4, 2022 at 2:16 PM Takashi Yano

Re: mintty crashes on Windows 7

2022-05-04 Thread Takashi Yano
On Thu, 5 May 2022 10:27:24 +0900 Takashi Yano wrote: > On Thu, 5 May 2022 10:20:45 +0900 > Takashi Yano wrote: > > > On Wed, 4 May 2022 16:27:43 +0300 > > Orgad Shaneh wrote: > > > On Wed, May 4, 2022 at 2:16 PM Takashi Yano > > > wrote: > > > > > > > > > Reduced the revert to this: > > > > >

Re: mintty crashes on Windows 7

2022-05-04 Thread Takashi Yano
On Thu, 5 May 2022 10:20:45 +0900 Takashi Yano wrote: > On Wed, 4 May 2022 16:27:43 +0300 > Orgad Shaneh wrote: > > On Wed, May 4, 2022 at 2:16 PM Takashi Yano > > wrote: > > > > > > > Reduced the revert to this: > > > > @@ -979,16 +979,10 @@ fhandler_pty_slave::open (int flags, mode_t) > > >

Re: mintty crashes on Windows 7

2022-05-04 Thread Takashi Yano
On Wed, 4 May 2022 16:27:43 +0300 Orgad Shaneh wrote: > On Wed, May 4, 2022 at 2:16 PM Takashi Yano wrote: > > > > > Reduced the revert to this: > > > @@ -979,16 +979,10 @@ fhandler_pty_slave::open (int flags, mode_t) > > > code does not work as expected because it calls Win32 > > >

[ANNOUNCEMENT] xpdf 4.04-1

2022-05-04 Thread Ken Brown via Cygwin-announce
The following package has been uploaded to the Cygwin distribution: * xpdf-4.03-1 Xpdf is an open source viewer for Portable Document Format (PDF) files. (These are also sometimes called 'Acrobat' files, from the name of Adobe's PDF software.) The Xpdf viewer uses the Qt cross-platform GUI t

RE: [cygwin] Re: mintty phantom key presses

2022-05-04 Thread Jason Pyeron
> -Original Message- > From: Eric Adams > Sent: Wednesday, May 4, 2022 1:58 PM > > On Tue, May 3, 2022 at 9:27 AM Jason Pyeron wrote: > > > > Does it happen on a fresh install (you can use another directory). I am > > interested because I have > observed similar, but different, control c

[ANNOUNCEMENT] freetype2 2.12.1-1

2022-05-04 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * freetype2-demos-2.12.1-1 * libfreetype6-2.12.1-1 * libfreetype-devel-2.12.1-1 * libfreetype-doc-2.12.1-1 FreeType 2 is a software font engine that is designed to be small, efficient, and highly customizable while capable of

Re: [cygwin] Re: mintty phantom key presses

2022-05-04 Thread Eric Adams
On Tue, May 3, 2022 at 9:27 AM Jason Pyeron wrote: > > Does it happen on a fresh install (you can use another directory). I am > interested because I have observed similar, but different, control code > weirdness. > > v/r, > Jason > Jason, I think I installed a fresh minimalist copy at C:\cygwi

Re: cygdll 3.3.4 breaks cygpath.exe. mistyped commands result in fork bomb

2022-05-04 Thread matthew patton via Cygwin
The fork() bomb is still a problem with 3.3.4 but it's "benign" under <=3.2.0 because a Ctrl-C reaps the call stack. Something changed significantly between how processes are spawned apparently. But the CAUSE of the fork() bomb was the combined use of CYGWIN_NOWINPATH=1 and this fragment in my .

Re: [ANNOUNCEMENT] harfbuzz 4.2.0-1 (TEST)

2022-05-04 Thread Ken Brown
On 4/11/2022 4:13 PM, Ken Brown via Cygwin-announce wrote: The following packages have been uploaded to the Cygwin distribution as test releases: * harfbuzz-4.2.0-1 * libharfbuzz0-4.2.0-1 * libharfbuzz-devel-4.2.0-1 * libharfbuzz-gobject0-4.2.0-1 * libharfbuzz-gobject-devel-4.2.0-1 * libharfbuz

Re: mintty crashes on Windows 7

2022-05-04 Thread Orgad Shaneh
On Wed, May 4, 2022 at 2:16 PM Takashi Yano wrote: > > > Reduced the revert to this: > > @@ -979,16 +979,10 @@ fhandler_pty_slave::open (int flags, mode_t) > > code does not work as expected because it calls Win32 > > API directly rather than cygwin read()/write(). Due to > >

Re: Typos in FAQ - where to submit a pull request?

2022-05-04 Thread Jon Turney
On 04/05/2022 11:43, Hamish McIntyre-Bhatty wrote: A little while back, I noticed some typos in the Cygwin FAQ, but I'm not sure where the source is or where to submit a pull request. Can anyone give me some guidance? The docbook source for the FAQ is in the cygwin repo, see: https://cygwin.

Re: mintty crashes on Windows 7

2022-05-04 Thread Takashi Yano
On Wed, 4 May 2022 12:46:28 +0300 Orgad Shaneh wrote: > On Wed, May 4, 2022 at 12:33 PM Orgad Shaneh wrote: > > > > On Tue, May 3, 2022 at 7:10 PM Takashi Yano > > wrote: > > > > > > On Tue, 3 May 2022 18:52:28 +0300 > > > Orgad Shaneh wrote: > > > > On Tue, May 3, 2022 at 6:23 PM Takashi Yano

Typos in FAQ - where to submit a pull request?

2022-05-04 Thread Hamish McIntyre-Bhatty
A little while back, I noticed some typos in the Cygwin FAQ, but I'm not sure where the source is or where to submit a pull request. Can anyone give me some guidance? Thanks, Hamish -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Docume

Re: mintty crashes on Windows 7

2022-05-04 Thread Orgad Shaneh
On Wed, May 4, 2022 at 12:33 PM Orgad Shaneh wrote: > > On Tue, May 3, 2022 at 7:10 PM Takashi Yano wrote: > > > > 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 > > > > O

Re: mintty crashes on Windows 7

2022-05-04 Thread Orgad Shaneh
On Tue, May 3, 2022 at 7:10 PM Takashi Yano wrote: > > 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` cr