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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2007-07-09 12:33 ------- +Fixed in SVN now. However, see bugs 82049 and 82050. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
