https://bugzilla.novell.com/show_bug.cgi?id=324361
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=324361#c3 --- Comment #3 from Paolo Molaro <[EMAIL PROTECTED]> 2008-10-13 11:55:45 MDT --- x86 and amd64 in svn have code now to deal with stack overflows that happen in unmanaged code: the jit will unprotect the soft overflow pages and protect them again when getting back to managed code. So the major issue is handling the case where someone tries to overflow the stack again from a finally handler after another overflow. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
