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-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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: +Cc: [EMAIL PROTECTED],[EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2006-03-07 14:41 ------- +Well it works here* with the patch. + [EMAIL PROTECTED]:~/src/bugzilla> mkdir foo [EMAIL PROTECTED]:~/src/bugzilla> mkdir foo/bar [EMAIL PROTECTED]:~/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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
