[Mono-bugs] [Bug 27751][Maj] Changed - Invoking an static method fails with the JIT
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
16 Jul 2002 11:43:01 -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 dietmar@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=27751
--- shadow/27751 Tue Jul 16 04:39:56 2002
+++ shadow/27751.tmp.30650 Tue Jul 16 07:43:01 2002
@@ -1,13 +1,13 @@
Bug#: 27751
Product: Mono/Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
@@ -61,6 +61,10 @@
our class lib simply calls ret = method.Invoke(obj, ...) with a null
this pointer (obj == null), which causes the exception (see
MonoProperty.cs (GetValue))
+
+------- Additional Comments From dietmar@ximian.com 2002-07-16 07:43 -------
+the bug was in x86.brg - CALL_VOID overwrote the destination function
+pointer - fixed