[Mono-bugs] [Bug 36191][Wis] Changed - Invoking a "uninvokable" method causes an assertion failure
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sat, 4 Jan 2003 12:32:35 -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=36191
--- shadow/36191 Mon Dec 30 18:33:48 2002
+++ shadow/36191.tmp.1956 Sat Jan 4 12:32:35 2003
@@ -1,14 +1,14 @@
Bug#: 36191
Product: Mono/Runtime
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: jonpryor@vt.edu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -89,6 +89,11 @@
Additional Information:
This was done with the CVS source from December 22, so this may not be up
to date. However, the assertion is emitted from jit.c and I haven't seen
any CVS commits to that file since then, so it's fairly probable that this
issue is still present.
+
+------- Additional Comments From lupus@ximian.com 2003-01-04 12:32 -------
+This should be fixed in cvs now (handling also the case where the
+passed-in this argument is not of the correct type or if the number of
+parameters to the invoke are wrong).