[Mono-bugs] [Bug 81673][Nor] Changed - Runtime crash when the implementation of an interface method can't be found
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Jul 22 15:12:05 EDT 2007
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 vargaz at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81673
--- shadow/81673 2007-07-16 11:44:46.000000000 -0400
+++ shadow/81673.tmp.24317 2007-07-22 15:12:05.000000000 -0400
@@ -12,13 +12,13 @@
ReportedBy: lluis at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Runtime crash when the implementation of an interface method can't be found
-OtherBugsDependingOnThis: 82049[FIXED], 82050
+OtherBugsDependingOnThis: 82049[FIXED], 82050[FIXED]
The runtime crashes when trying to load a class which is incorrect: it
implements an interface but it does not implement one of the interface
methods (it was compiled with an old version of the interface which did not
have that method). The runtime should throw an exception in this case, not
crash.
More information about the mono-bugs
mailing list