[Mono-bugs] [Bug 44446][Wis] Changed - Directory.CreateDirectory() hangs w/ high CPU usage
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 10 Jun 2003 19:27:16 -0400 (EDT)
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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=44446
--- shadow/44446 Tue Jun 10 16:42:54 2003
+++ shadow/44446.tmp.25146 Tue Jun 10 19:27:16 2003
@@ -1,13 +1,13 @@
Bug#: 44446
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details: 5.1 (Build 2600.xpsp2.030422-1633 : Service Pack 1)
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: DUPLICATE
Severity: Unknown
Priority: Wishlist
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: breiter@wolfereiter.com
QAContact: mono-bugs@ximian.com
@@ -37,6 +37,11 @@
// create directory in filesystem
// hangs here
Directory.CreateDirectory(subDir);
return subDir;
}
+
+------- Additional Comments From gonzalo@ximian.com 2003-06-10 19:27 -------
+This does not happen with current CVS.
+
+*** This bug has been marked as a duplicate of 38939 ***