[Mono-bugs] [Bug 65571][Maj] Changed - [TESTCASE] ModuleBuilder.GetMethod().Invoke() on a DefinePInvokeMethod causes a assert error in reflection.c

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 8 Sep 2004 18:50:06 -0400 (EDT)


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 miguel@ximian.com.

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

--- shadow/65571	2004-09-08 18:47:49.000000000 -0400
+++ shadow/65571.tmp.4760	2004-09-08 18:50:06.000000000 -0400
@@ -1,17 +1,17 @@
 Bug#: 65571
 Product: Mono: Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: OSX 10.3.4
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: misc
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: vargaz@freemail.hu                            
 ReportedBy: grompf@sublimeintervention.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: [TESTCASE] ModuleBuilder.GetMethod().Invoke() on a DefinePInvokeMethod causes a assert error in reflection.c 
@@ -46,6 +46,9 @@
                         module.CreateGlobalFunctions();
                         Console.WriteLine ("Invoking");
                         module.GetMethod("printf").Invoke(null, new object[]{"HelloWorld!"});
                 }
         }
 }
+
+------- Additional Comments From miguel@ximian.com  2004-09-08 18:50 -------
+Zoltan, could you look into this one?