[Mono-bugs] [Bug 24374] Changed - method semantics tables needs to be sorted
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
10 May 2002 16:19:15 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=24374
--- shadow/24374 Fri May 10 11:40:37 2002
+++ shadow/24374.tmp.2107 Fri May 10 12:19:15 2002
@@ -1,23 +1,23 @@
Bug#: 24374
Product: Mono/Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: joe@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: System.MonoType:GetEvents() throws a NullReferenceException
+Summary: method semantics tables needs to be sorted
The gtk# building is currently dying when the compiler tries to call
System.Monotype:GetEvents() because it isn't implemented yet.
** (process:26403): WARNING **: unhandled exception
System.NullReferenceException: "A null value was found where an object
@@ -99,6 +99,10 @@
fix to the mcs wrapper script the other day which should make doing
'*.cs' work, though.
I apologize for not having a test case for you, but I've been unable
to duplicate it without compiling some 20 or 30 source files. I am
beginning to suspect it may be a compiler bug, though.
+
+------- Additional Comments From lupus@ximian.com 2002-05-10 12:19 -------
+Fix in cvs: the methodsemantics table needs to be sorted when written
+on disk.