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=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 [EMAIL PROTECTED] 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). _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
