From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 2AC7E3858D38; Mon, 22 Apr 2024 08:15:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2AC7E3858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1713773731; bh=wE1PIcQrmJxY0Yg96+8CIWCsIyeTR3xvSNK8Dv5OzjA=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=lWKm2L9LMbFOwSKVrNcvhs/2KYA8PsvmdBgAel1E+/fV47081FvfX0nzfYErFGeEi HZzjAoORyh3Ipdb3IYIt7KjprybS+oOZBJxi7bz+ZoUm+WmMivr5bsE+5qL8FyNSaN eKwl5Tlf8JGXv5Y4Eazj0sV086MLdr9U22edwoCY= Received: by calimero.vinschen.de (Postfix, from userid 500) id 31085A80BA0; Mon, 22 Apr 2024 10:15:29 +0200 (CEST) Date: Mon, 22 Apr 2024 10:15:29 +0200 From: Corinna Vinschen To: David Allsopp Cc: cygwin@cygwin.com Subject: Re: 3.5.x regression: misquoting command line arguments from native processes Message-ID: Reply-To: cygwin@cygwin.com Mail-Followup-To: David Allsopp , cygwin@cygwin.com References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: Hi David, On Apr 20 08:43, David Allsopp via Cygwin wrote: > Hi Corinna, > > > On Apr 9 22:38, Corinna Vinschen via Cygwin wrote: > > > On Apr 3 16:53, David Allsopp via Cygwin wrote: > > > > I have what appears to be a regression in Cygwin 3.5.0 which, owing to > > > > a CI system lagging behind, we've only just discovered. > > > > [...] > > > > $ ./t.exe 'C:\Devel\🐫реализация-mingw64\flexdll\flexdll_mingw64.o' > > > > stat: cannot stat > > > > '"C:\Devel\'$'\360\237\220\253''реализация-mingw64\flexdll\flexdll_mingw64.o': > > > > No such file or directory > > > > > > Thanks a lot for the STC! > > > > > > I think I fixed that for 3.5.4. I pushed a patch and the test release > > > cygwin-3.6.0-0.115.g579064bf4d40 is just building and should be ready > > > for testing in an hour or two. > > > > > > Please give it a try. > > > > Sorry for nagging, but do you have some feedback, be it bad or good? > > Sorry for having needed nagging! It does indeed fix it, thank you - > our smoke-test Bactrian camels can be restored 🐫 Great, nice to read this. I'll keep my camel testcase around, just in case :) Thanks, Corinna