[Mono-bugs] [Bug 72671][Cri] Changed - Directory.GetFiles returns invalid data when no handles left.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Mar 2005 16:23:47 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by dick@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=72671

--- shadow/72671	2005-02-19 10:47:46.000000000 -0500
+++ shadow/72671.tmp.28077	2005-03-09 16:23:47.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 72671
 Product: Mono: Class Libraries
 Version: 1.0
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Critical
 Component: CORLIB
 AssignedTo: dick@ximian.com                            
 ReportedBy: ryoung@novell.com               
 QAContact: mono-bugs@ximian.com
@@ -43,6 +43,12 @@
 Additional Information:
 
 ------- Additional Comments From ryoung@novell.com  2005-02-16 20:09 -------
 Created an attachment (id=14240)
 This is the test to compile and run.
 
+
+------- Additional Comments From dick@ximian.com  2005-03-09 16:23 -------
+Fixed in svn.  It now throws an exception now when the GetFiles can't
+get a file descriptor; it would be nice to be able to cope (windows
+does) but I can't think of any way to reserve a file descriptor for
+internal use.