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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2005-12-11 10:03 ------- Created an attachment (id=16203) Testcase + +------- Additional Comments From [EMAIL PROTECTED] 2006-01-02 21:14 ------- +The problem isn't in DirectoryInfo. You can replicate the same issue +using Directory. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
