[Mono-bugs] [Bug 50768][Blo] Changed - new DirectoryInfo (".").GetFiles ("*.plugin") throws DirectoryNotFoundException
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 10 Nov 2003 12:55:58 -0500 (EST)
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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=50768
--- shadow/50768 2003-11-10 08:33:06.000000000 -0500
+++ shadow/50768.tmp.3893 2003-11-10 12:55:58.000000000 -0500
@@ -1,17 +1,17 @@
Bug#: 50768
-Product: Mono/Class Libraries
+Product: Mono/Runtime
Version: unspecified
OS: unknown
OS Details: YDL 3.0 + jhbuild
Status: NEW
Resolution:
Severity: Unknown
-Priority: Wishlist
-Component: System
-AssignedTo: mono-bugs@ximian.com
+Priority: Blocker
+Component: misc
+AssignedTo: dick@ximian.com
ReportedBy: Jeroen@xs4all.nl
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: new DirectoryInfo (".").GetFiles ("*.plugin") throws DirectoryNotFoundException
@@ -55,6 +55,11 @@
------- Additional Comments From Jeroen@xs4all.nl 2003-11-10 08:33 -------
This "bug" only happens on ppc. Gonzalo verified that it works fine on
x86. Could be that my mono install is screwed up (it would really help
if mono/mcs compiles on ppc without any manual changes (see #50524)).
+
+------- Additional Comments From lupus@ximian.com 2003-11-10 12:55 -------
+All big-endian archs are broken by the recent encoding changes in the
+runtime. Dick already knows about this (discussed on the lists about a
+week ago). This is release critical.