Re: Debugging Crash of setup-x86.exe?

2020-10-05 Thread Jason Gross via Cygwin
020, 07:28 Mark Hansen wrote: > On 10/4/2020 8:21 PM, Jason Gross via Cygwin wrote: > > Hi, > > > > I have downloaded the latest version of setup-x86.exe. It used to > > work fine for updating cygwin, but now no matter which mirror I > > choose, it hangs after reac

Debugging Crash of setup-x86.exe?

2020-10-04 Thread Jason Gross via Cygwin
Hi, I have downloaded the latest version of setup-x86.exe. It used to work fine for updating cygwin, but now no matter which mirror I choose, it hangs after reaching 100% on downloading setup.zst and then crashes after a couple of seconds. I've made a video of this behavior at https://youtu.be/1

Re: patch command incorrectly capitalizes filenames that live on external USB flash drives

2020-05-13 Thread Jason Gross via Cygwin
Also btw, the bug I reported to patch is at https://lists.gnu.org/archive/html/bug-patch/2020-05/msg0.html . It's not clear to me if this is a cygwin issue or a patch issue. On Wed, May 13, 2020 at 10:32 PM Jason Gross wrote: > > By the way, when I run the same script on the same flash drive

Re: patch command incorrectly capitalizes filenames that live on external USB flash drives

2020-05-13 Thread Jason Gross via Cygwin
By the way, when I run the same script on the same flash drive from WSL, it works fine, and does not capitalize the filename. So this does seem to be a cygwin-patch specific issue... On Wed, May 13, 2020 at 8:31 PM Jason Gross wrote: > Sorry for the late reply; I can see replies to my messages

Re: patch command incorrectly capitalizes filenames that live on external USB flash drives

2020-05-13 Thread Jason Gross via Cygwin
Sorry for the late reply; I can see replies to my messages at https://cygwin.com/pipermail/cygwin/2020-April/244660.html, but somehow I'm not receiving them in Gmail. I've tried (re?)subscribing to the cygwin mailing list, hopefully this fixes the problem. Thomas Wolff wrote: > You are throwing a

patch command incorrectly capitalizes filenames that live on external USB flash drives

2020-04-28 Thread Jason Gross via Cygwin
Consider the following script in foo.sh: ``` #!/usr/bin/env bash set -ex cd "$1" rm -rf foo mkdir foo cd foo cat > Makefile < diff