[Mono-bugs] [Bug 34076][Wis] Changed - Directory loading routines in Mono fail if there are broken links on a directory.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
11 Dec 2002 13:02:12 -0000
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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=34076
--- shadow/34076 Fri Nov 15 06:27:55 2002
+++ shadow/34076.tmp.10309 Wed Dec 11 08:02:12 2002
@@ -1,14 +1,14 @@
Bug#: 34076
Product: Mono/Runtime
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: miguel@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -35,6 +35,25 @@
Console.WriteLine (ss);
}
}
The above program will not return anything. If any broken symlinks exist,
the whole process is essentially aborted.
+
+------- Additional Comments From dick@ximian.com 2002-12-11 08:02 -------
+This seems to have been fixed (the test code doesn't break for me)
+
+
+[dick@hagbard thread] [ 1:01]
+:; ls -l
+total 8
+-rw-rw-r-- 1 dick dick 174 Dec 11 13:00 dirent.cs
+-rw-rw-r-- 1 dick dick 2048 Dec 11 13:00 dirent.exe
+lrwxrwxrwx 1 dick dick 21 Dec 11 12:59
+nonexistant-file -> /tmp/nonexistant-file
+
+[dick@hagbard thread] [ 1:01]
+:; mono dirent.exe
+./dirent.cs
+./dirent.exe
+
+