On Wed, 16 Nov 2022 17:19:22 +, Derek Pagel wrote:
We've recreated the hanging issue on Windows 2019 and were able to capture
and attach a DMP file of a 'cp' command that was hanging. One other thing
that we noticed is that the Cygwin commands each tend to hang about 42 or 43
seconds.
So t
Windows 10 Professional (64 bit) 22H2 Version 10.0.19045.2130
Cygwin: CYGWIN_NT-10.0-19045 HP-Z230 3.3.6-341.x86_64 2022-09-05 11:15 UTC
x86_64 Cygwin
And you?
I've seen the issue on Windows Server 2012 R2 Version 6.3 (Build 9600) and
Windows Server 2019 Version 1809 (OS Build 17763.3532) with
On Tue, 8 Nov 2022 17:17:50 +
Derek Pagel wrote:
> Thanks for running the script and trying it. What OS and Cygwin version were
> you using?
Windows 10 Professional (64 bit) 22H2 Version 10.0.19045.2130
Cygwin: CYGWIN_NT-10.0-19045 HP-Z230 3.3.6-341.x86_64 2022-09-05 11:15 UTC
x86_64 Cygwin
I ran your script twice, once in command prompt and once in mintty.
Both attempts finished without any problems.
Thanks for running the script and trying it. What OS and Cygwin version were
you using?
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin
On Tue, 8 Nov 2022 16:00:52 +
Derek Pagel wrote:
> Even using Strawberry Perl, "" in above lines cause error.
>
> Oh, I see, when I copy-pasted the script into the thread, it added a few code
> changes, and I missed cleaning up those ones. The script should be able to
> run if you remove " "
my $TESTDIR = getcwd() . "\\test"; my $MVCMD = "mv test.txt " .
$TESTDIR . "\\test.txt"; my $RMCMD = "rm " . $TESTDIR .
"\\test.txt test2.txt";
Even using Strawberry Perl, "" in above lines cause error.
Oh, I see, when I copy-pasted the script into the thread, it added a few code
changes, and
On Tue, 8 Nov 2022 13:25:05 +
Derek Pagel wrote:
> The script was written using Strawberry Perl with Cygwin in the %PATH%
> variable. Then the script makes system calls using that Cygwin.
my $TESTDIR = getcwd() . "\\test";
my $MVCMD = "mv test.txt " . $TESTDIR . "\\test.txt";
my $RMCMD = "rm
The script was written using Strawberry Perl with Cygwin in the %PATH%
variable. Then the script makes system calls using that Cygwin.
On Mon, 7 Nov 2022 22:06:46 +
Derek Pagel wrote:
> I've printed the script below for reference:
>
> use strict;
> use Cw
On Mon, 7 Nov 2022 22:06:46 +
Derek Pagel wrote:
> I've printed the script below for reference:
>
> use strict;
> use Cwd;
>
> my $TESTDIR = getcwd() . "\\test";
> my $MKDIRCMD = "mkdir test";
> my $TOUCHCMD = 'touch test.txt';
> my $CPCMD = 'cp test.txt te
9 matches
Mail list logo