[Mono-bugs] [Bug 76966][Nor] Changed - [PATCH] Directory.GetDirectories() returns unix domain sockets

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Mar 7 14:41:48 EST 2006


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 sebastien at ximian.com.

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

--- shadow/76966	2006-03-07 14:26:20.000000000 -0500
+++ shadow/76966.tmp.16396	2006-03-07 14:41:48.000000000 -0500
@@ -10,12 +10,13 @@
 Component: CORLIB
 AssignedTo: sebastien at ximian.com                            
 ReportedBy: gnome at flowerday.cx               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
+Cc: dick at ximian.com,slomo at ubuntu.com
 Summary: [PATCH] Directory.GetDirectories() returns unix domain sockets
 
 A call to DirectoryInfo.GetDirectories() also returns unix domain sockets,
 which clearly aren't directories. This can leave programs that recurse down
 directory trees in an infinite loop.
 
@@ -85,6 +86,20 @@
 mkdir foo
 mkdir foo/bar
 test.exe foo
 
 this is ubuntu dapper with mono 1.1.13.4 + this patch. without the
 patch it works fine except the socket problem ;)
+
+------- Additional Comments From sebastien at ximian.com  2006-03-07 14:41 -------
+Well it works here* with the patch.
+
+poupou at pollux:~/src/bugzilla> mkdir foo
+poupou at pollux:~/src/bugzilla> mkdir foo/bar
+poupou at pollux:~/src/bugzilla> mono 76966d.exe foo
+1
+/home/poupou/src/bugzilla/foo/bar
+
+* "here" being both NLD9 and SuSE 10.0.
+
+Please provide more information about your environment. I'll ask other
+people to test this as well.


More information about the mono-bugs mailing list