Re: Request for support: some web pages on your site not responding

2024-06-03 Thread Brian Inglis via Cygwin
On 2024-06-03 21:14, Isabella Parker via Cygwin wrote: I've encountered difficulties accessing specific resources on your website cygwin.org as some pages fail to load. Would you mind providing me with the contact details of the responsible person to resolve this issue? Appreciate your assistance

Request for support: some web pages on your site not responding

2024-06-03 Thread Isabella Parker via Cygwin
Hi! I've encountered difficulties accessing specific resources on your website cygwin.org as some pages fail to load. Would you mind providing me with the contact details of the responsible person to resolve this issue? Appreciate your assistance! -- Problem reports: https://cygwin.com/pro

Re: mount points with whitespace are not escaped

2024-06-03 Thread Jeremy Drake via Cygwin
On Mon, 3 Jun 2024, Jeremy Drake via Cygwin wrote: > /proc/self/mounts and /proc/self/mountinfo use octal escapes for ' ' and > \n (I was rather surprised they didn't escape \r also, but I guess they > don't have to because only ' ' and \n are used as delimiters): Went looking at Linux source cod

mount points with whitespace are not escaped

2024-06-03 Thread Jeremy Drake via Cygwin
Steps to reproduce: $ mkdir /$'My New\r\nFolder' $ mount c: /$'My New\r\nFolder' $ mount C:/cygwin64/bin on /usr/bin type ntfs (binary,auto) C:/cygwin64/lib on /usr/lib type ntfs (binary,auto) C:/cygwin64 on / type ntfs (binary,auto) C: on /My New Folder type ntfs (binary,user) $ cat /proc/self/m

cleanup of in-use files moved to recycle bin

2024-06-03 Thread Jeremy Drake via Cygwin
I'm not necessarily sure that the subject is clear enough, so I want to be explicit that I'm talking about files (or I guess potentially directories, though I've never seen that) generated by the `try_to_bin` function in winsup/cygwin/syscalls.cc. Specifically, you can generate one with this simpl

Re: cygwin application hangs on closing console

2024-06-03 Thread Johannes Khoshnazar-Thoma via Cygwin
Hi List, We did more testing and it looks like the name of the event that signals console master thread start and end is shared between unrelated processes (it uses the console minor which is always (?) 0 when running from a powershell). So since it is a two-state event (as opposed to a semaphor