[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
Mon Jul 9 11:37:24 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 mark.probst at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81673
--- shadow/81673 2007-07-09 10:59:10.000000000 -0400
+++ shadow/81673.tmp.25643 2007-07-09 11:37:24.000000000 -0400
@@ -12,12 +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
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