Re: GDB and thread

2019-12-28 Thread Marco Atzeri
Am 29.12.2019 um 05:38 schrieb Brian Inglis: On 2019-12-28 15:28, Marco Atzeri wrote: Am 28.12.2019 um 23:03 schrieb Ken Brown: On 12/28/2019 4:27 PM, Marco Atzeri wrote: I am trying to debug the libuv test failures, but it seems I am not able to convince GDB on stopping just before the failur

Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working

2019-12-28 Thread Brian Inglis
On 2019-12-28 05:04, Takashi Yano wrote: > On Fri, 27 Dec 2019 12:19:53 +0500, Eugene Klimov wrote: >> i don't use ConEmu >> but after upgrade to cygwin 3.1 this team have same bugs > > These are not the same issue at all. As for alt-space, > the keycode 0x1b 0x20 is passed to the cygwin applicati

Re: GDB and thread

2019-12-28 Thread Brian Inglis
On 2019-12-28 15:28, Marco Atzeri wrote: > Am 28.12.2019 um 23:03 schrieb Ken Brown: >> On 12/28/2019 4:27 PM, Marco Atzeri wrote: >>> 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. >>> >>> Is "thread apply all"

Re: Any downside to using winsymlinks over cygwin-style symlinks?

2019-12-28 Thread cygwin
See comments inline Andrey Repin wrote at about 21:11:55 +0300 on Friday, December 27, 2019: > Greetings, Jeff! > > > Based on the documentation and practical use of the Windows-style > > symlinks (winsymlinks) vs Cygwin-style symlinks, it seems to me that: > > 1. Winsymlinks have the advanta

Re: GDB and thread

2019-12-28 Thread Marco Atzeri
Am 28.12.2019 um 23:03 schrieb Ken Brown: On 12/28/2019 4:27 PM, 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. Is "thread apply all" working on Cygwin ? The fact that produces no output in co

Warning: Cannot convert string "xlogo32" to type Pixmap

2019-12-28 Thread Keith Thompson
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 xlogo to look for /usr/include/X11/bitmaps/x

Re: GDB and thread

2019-12-28 Thread Ken Brown
On 12/28/2019 4:27 PM, 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. > > Is "thread apply all" working on Cygwin ? > The fact that produces no output in comparison to > a normal break co

GDB and thread

2019-12-28 Thread Marco Atzeri
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. Is "thread apply all" working on Cygwin ? The fact that produces no output in comparison to a normal break command is a bit strange (gdb) break test-dlerror.c:34 Brea

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

2019-12-28 Thread Lee
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 noacl,binary,posix=0,user 0 0 > >> and that sorts out the permissi

Re: mintty window flashes open and immediately closes

2019-12-28 Thread Jay Goldman
FWIW, this problem has disappeared with the latest setup.exe. There are no more errors during postinstall and AFAICT everything is working. On Sat, Dec 21, 2019, at 4:58 PM, Jay Goldman wrote: > I think my problem applies to this thread. > (I'm unclear how to reply to an entry in the mailing lis

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

2019-12-28 Thread Andrey Repin
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 noacl,binary,posix=0,user 0 0 > and that sorts out the permissions problem, thank you. > But, bizarrely, it

[ANNOUNCEMENT] Updated: setup (2.898)

2019-12-28 Thread Jon Turney
A new version of Setup (2.898) has been uploaded to: https://cygwin.com/setup-x86_64.exe (64 bit version) https://cygwin.com/setup-x86.exe (32 bit version) Changes compared to 2.897: - '--upgrade-also' will now also upgrade an obsolete package specified on command line (e.g.: setu

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

2019-12-28 Thread Peter Binney
Hello Andrey - many thanks again. I have added noacl to the default fstab entry, so it reads: none /cygdrive cygdrive noacl,binary,posix=0,user 0 0 and that sorts out the permissions problem, thank you. But, bizarrely, it introduced a new one - the WHICH command no longer reports non-executable

Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working

2019-12-28 Thread Takashi Yano
On Fri, 27 Dec 2019 12:19:53 +0500 Eugene Klimov wrote: > i don't use ConEmu > but after upgrade to cygwin 3.1 this team have same bugs These are not the same issue at all. As for alt-space, the keycode 0x1b 0x20 is passed to the cygwin application correctly inside of console window. This is not a

Re: Cygwin 3.1 forcibly set wrong console code page

2019-12-28 Thread Takashi Yano
On Fri, 27 Dec 2019 20:38:31 +0300 Andrey Repin wrote: > Greetings, All! > > Despite having "chcp.com 65001" in .bashrc, current codepage now reset to > CP1251 (which is rather surprising, considering that default console codepage > for russian cyrillic is 866). > > I don't have the full understa