[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 10:59:10 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:55:16.000000000 -0400
+++ shadow/81673.tmp.24161	2007-07-09 10:59:10.000000000 -0400
@@ -35,6 +35,19 @@
 
 
 ------- Additional Comments From mark.probst at gmail.com  2007-07-09 10:55 -------
 Created an attachment (id=19526)
 Fix for the time being - has some issues (see below).
 
+
+------- Additional Comments From mark.probst at gmail.com  2007-07-09 10:59 -------
+The above patch fixes the problem for the time being, but due to
+another bug it calls the function mono_loader_set_error_type_load(),
+which it shouldn't.
+
+There's also the issue that if a method A which should compile without
+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.


More information about the mono-bugs mailing list