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=80899 --- shadow/80899 2007-02-19 14:29:18.000000000 -0500 +++ shadow/80899.tmp.7642 2007-02-26 10:54:21.000000000 -0500 @@ -74,6 +74,13 @@ The crash happens when trying to create an instance of Crasher, which throws an exception in the class constructor. After this crash, finalizers are not called anymore. Notice that if the exception shown is a regular exception it does not happen. It also does not happen if the Crasher class does not have a finalizer. + +------- Additional Comments From [EMAIL PROTECTED] 2007-02-26 10:54 ------- +This is because the finalizer calls mono_jit_runtime_invoke (), which +calls other functions which raise the type load exception, but there is +nobody to catch it since there is no managed frame on the stack, so the +finalizer thread is aborted after the unhandled exception. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
