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 10:55:16.000000000 -0400 +++ shadow/81673.tmp.24161 2007-07-09 10:59:10.000000000 -0400 @@ -35,6 +35,19 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-07-09 10:55 ------- Created an attachment (id=19526) Fix for the time being - has some issues (see below). + +------- Additional Comments From [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
