Re: unzip failure with files that contain colons

2022-06-15 Thread Thomas Wolff
Am 15.06.2022 um 20:30 schrieb Adam Dinwoodie: Cygwin generally handles filenames with colons just fine, by mapping the character to some higher Unicode character and remapping on the fly. However Cygwin's `unzip` appears to have a bug: when unzipping an archive that contains a filename with a

Mirror information

2022-06-15 Thread Greenhill, Lloyd
Hi team, I am installing Cygwin in a secure environment and when the installer gets the mirror list it is being blocked, Is there an easy way to install/are you able to provide a stand alone install without this? Manually entering the mirrors still fails. Thanks Lloyd Greenhill CloudOps

unzip failure with files that contain colons

2022-06-15 Thread Adam Dinwoodie
Cygwin generally handles filenames with colons just fine, by mapping the character to some higher Unicode character and remapping on the fly. However Cygwin's `unzip` appears to have a bug: when unzipping an archive that contains a filename with a colon, it replaces the colon with an underscore.

Re: [PATCH] Cygwin: Make 'ulimit -c' control writing a coredump

2022-06-15 Thread Corinna Vinschen
On Jun 15 12:40, Jon Turney wrote: > On 15/06/2022 12:21, Jon Turney wrote: > > Factor out pre-formatting a command to be executed on fatal signal, and > > use that for both error_start (if present in the CYGWIN env var) and for > > 'dumper'. > > > > Factor out executing that command, so we can

Re: [PATCH] Cygwin: Make 'ulimit -c' control writing a coredump

2022-06-15 Thread Jon Turney
On 15/06/2022 12:21, Jon Turney wrote: Factor out pre-formatting a command to be executed on fatal signal, and use that for both error_start (if present in the CYGWIN env var) and for 'dumper'. Factor out executing that command, so we can use it from try_to_debug() and when a fatal signal

[PATCH] Cygwin: Make 'ulimit -c' control writing a coredump

2022-06-15 Thread Jon Turney
Factor out pre-formatting a command to be executed on fatal signal, and use that for both error_start (if present in the CYGWIN env var) and for 'dumper'. Factor out executing that command, so we can use it from try_to_debug() and when a fatal signal occurs. Because we can't control the size of