[Mono-bugs] [Bug 24374] New - System.MonoType:GetEvents() needs implementing

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
7 May 2002 22:00:02 -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 joe@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=24374

--- shadow/24374	Tue May  7 18:00:02 2002
+++ shadow/24374.tmp.32652	Tue May  7 18:00:02 2002
@@ -0,0 +1,31 @@
+Bug#: 24374
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: joe@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.MonoType:GetEvents() needs implementing
+
+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
+instance was required"
+in (unmanaged) System.MonoType:GetEvents ()
+in System.Type:FindMembers ()
+in Mono.CSharp.TypeContainer:FindMembers ()
+in Mono.CSharp.TypeContainer:Define ()
+in Mono.CSharp.RootContext:PopulateTypes ()
+in Mono.CSharp.Driver:MainDriver ()
+in Mono.CSharp.Driver:Main ()