[Mono-bugs] [Bug 42960][Nor] Changed - Directory.CreateDirectory enters in infinite loop
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 14 May 2003 14:53:10 -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=42960
--- shadow/42960 Wed May 14 06:33:32 2003
+++ shadow/42960.tmp.20613 Wed May 14 14:53:10 2003
@@ -1,13 +1,13 @@
Bug#: 42960
Product: Mono/Runtime
Version: unspecified
OS: other
OS Details: Windows XP SP1
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: Yannis.BRES@sophia.inria.fr
QAContact: mono-bugs@ximian.com
@@ -88,6 +88,29 @@
------- Additional Comments From Yannis.BRES@sophia.inria.fr 2003-05-14 06:33 -------
There is no "Windows" OS in the OS list on the
http://bugzilla.ximian.com/show_bug.cgi?id=42960 page, although
there was one in the initial bug submission page...
+
+------- Additional Comments From gonzalo@ximian.com 2003-05-14 14:53 -------
+I get this with current CVS (i fixed a bug related to DirectoryInfo
+that may affect this):
+
+gpanjav@k7:/tmp$ mono bug42960.exe
+About to call Directory.CreateDirectory ( X )...
+Directory.CreateDirectory( X ) returned
+Directory X successfully built
+About to call Directory.CreateDirectory ( X/Y )...
+Directory.CreateDirectory( X/Y ) returned
+Directory X/Y successfully built
+About to call Directory.CreateDirectory ( X\Z )...
+Directory.CreateDirectory( X\Z ) returned
+Directory X\Z creation failed: directory does not exist
+About to call Directory.CreateDirectory ( 1/2/3 )...
+Directory.CreateDirectory( 1/2/3 ) returned
+Directory 1/2/3 successfully built
+About to call Directory.CreateDirectory ( A\B\C )...
+Directory.CreateDirectory( A\B\C ) returned
+Directory A\B\C creation failed: directory does not exist
+
+and then the program finishes.