Re: CYGWIN 1.5.7: rmdir of cwd with open file crashes process

2004-03-18 Thread Niel Markwick
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

CYGWIN 1.5.7: rmdir of cwd with open file crashes process

2004-03-12 Thread Niel Markwick
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)