[Mono-bugs] [Bug 324361] Stack Overflow detection

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Oct 13 13:55:46 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=324361

User lupus at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=324361#c3





--- Comment #3 from Paolo Molaro <lupus at novell.com>  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.


More information about the mono-bugs mailing list