[Mono-bugs] [Bug 76966][Nor] Changed - Directory.GetDirectories()
returns unix domain sockets
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jan 2 21:14:29 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-01-02 18:21:11.000000000 -0500
+++ shadow/76966.tmp.7927 2006-01-02 21:14:29.000000000 -0500
@@ -1,23 +1,23 @@
Bug#: 76966
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
+Status: ASSIGNED
Resolution:
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: sebastien at ximian.com
ReportedBy: gnome at flowerday.cx
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: DirectoryInfo.GetDirectories() returns unix domain sockets
+Summary: 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.
The attached test case demonstrates this problem, run it as follows:
@@ -26,6 +26,10 @@
mono test.exe /tmp/test
------- Additional Comments From gnome at flowerday.cx 2005-12-11 10:03 -------
Created an attachment (id=16203)
Testcase
+
+------- Additional Comments From sebastien at ximian.com 2006-01-02 21:14 -------
+The problem isn't in DirectoryInfo. You can replicate the same issue
+using Directory.
More information about the mono-bugs
mailing list