[Mono-bugs] [Bug 81685][Wis] Changed - Stack Overflow detection

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu May 24 06:31:13 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 lupus at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=81685

--- shadow/81685	2007-05-24 04:47:15.000000000 -0400
+++ shadow/81685.tmp.25847	2007-05-24 06:31:13.000000000 -0400
@@ -153,6 +153,12 @@
 errors, including stack overflows. The host can even choose a priori 
 which action the CLR should perform when a specific error condition
 has occurred. Although some errors (stack overflows) are not really
 recoverable, the host can choose to remain alive (MSSQL is such a
 host).
 
+
+------- Additional Comments From lupus at ximian.com  2007-05-24 06:31 -------
+Jim likely talked about stack overflow in unmanaged code and as I said
+above, it's hard to recover in that case, the only option may be to
+abort. The issue is different with managed code overflows, which we
+need to handle (and the MS implementation handles as well).


More information about the mono-bugs mailing list