[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 12:33:48 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 12:32:43.000000000 -0400
+++ shadow/81673.tmp.27587 2007-07-09 12:33:48.000000000 -0400
@@ -1,24 +1,23 @@
Bug#: 81673
Product: Mono: Runtime
Version: 1.2
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mark.probst at gmail.com
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, 82050
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.
@@ -49,6 +48,9 @@
problems inlines a method B whose compilation triggers this exception,
then compiling method A triggers the exception, too, which probably
shouldn't happen (at least it doesn't happen in Microsoft's CLR).
There's also a memory leak if the exception is triggered more than
once for the same method.
+
+------- Additional Comments From mark.probst at gmail.com 2007-07-09 12:33 -------
+Fixed in SVN now. However, see bugs 82049 and 82050.
More information about the mono-bugs
mailing list