Fixed in Cygwin 1.5.8. thanks to a patch from Pierre Humblet.
> Hi.
>
> Problem: If an attempt is made to rmdir the currewnt working directory
when a
> file is open in that irectory, the process will apparantly crash!
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem
Hi.
Problem: If an attempt is made to rmdir the currwnt working directory when a
file is open in that irectory, the process will apparantly crash!
This was first noticed in Perl, with the following simple test case always
exiting with status 128
use File::Temp;
my $dir=tempdir(CLEANUP=>1)
2 matches
Mail list logo