Re: mintty windows do not close

2019-12-29 Thread Thomas Wolff
Am 29/12/2019 um 18:41 schrieb Lester Ingber: The last couple of weeks, with daily updated cygwin64, mintty windows opened from other mintty windows do not close, and they have to be crash-closed. I often open additional mintty windows called from a given mintty window, e.g., with script command

Re: Files created with CYGWIN have "NULL SID:(DENY)" windows ACL, inter alia

2019-12-29 Thread Peter Binney
On Sat, 28 Dec 2019 at 20:23, Lee wrote: > > On 12/28/19, Andrey Repin wrote: > > Greetings, Peter Binney! > > > > Bottom posting in this list, please. > > > >> Hello Andrey - many thanks again. > > > >> I have added noacl to the default fstab entry, so it reads: > >> none /cygdrive cygdrive noac

mintty windows do not close

2019-12-29 Thread Lester Ingber
The last couple of weeks, with daily updated cygwin64, mintty windows opened from other mintty windows do not close, and they have to be crash-closed. I often open additional mintty windows called from a given mintty window, e.g., with script commands like mintty -o BackgroundColour=240,240,240 -s

Re: bash /cmd disagree about owner and permissions to executable

2019-12-29 Thread Enrique Perez-Terron
Den 2019-12-26 22:00, skrev Andrey Repin: Greetings, Enrique Perez-Terron! Thanks. [snip] Problem reports: http://cygwin.com/problems.html See attached cygcheck.out, unaltered. In particular, show "mount" output and check that you don't have /etc/{passwd,group} files Heidi@panter ~ $

Re: GDB and thread

2019-12-29 Thread Marco Atzeri
Am 29.12.2019 um 13:58 schrieb Jon Turney: On 28/12/2019 21:27, Marco Atzeri wrote: Hi, I am trying to debug the libuv test failures, but it seems I am not able to convince GDB on stopping just before the failure. I think that the problem here is that the libuv test runner forks() to run each

Re: Warning: Cannot convert string "xlogo32" to type Pixmap

2019-12-29 Thread Jon Turney
On 28/12/2019 22:05, Keith Thompson wrote: The xlogo application produces this warning message: Warning: Cannot convert string "xlogo32" to type Pixmap This is because /etc/X11/app-defaults/XLogo specifies XLogo*iconPixmap:xlogo32 XLogo*iconMask: xlogo32 which causes x

Re: GDB and thread

2019-12-29 Thread Jon Turney
On 28/12/2019 21:27, Marco Atzeri wrote: Hi, I am trying to debug the libuv test failures, but it seems I am not able to convince GDB on stopping just before the failure. I think that the problem here is that the libuv test runner forks() to run each test in a subprocess. I don't think 'set