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=78306 --- shadow/78306 2006-05-05 11:48:24.000000000 -0400 +++ shadow/78306.tmp.24301 2006-05-05 12:04:10.000000000 -0400 @@ -156,6 +156,19 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-05-05 11:48 ------- Thanks for the test case. Your problem is fixed in SVN (r60298). I'm keeping the bug open to fix the problem when the security manager is active (but that will be after Mono 1.2 release). + +------- Additional Comments From [EMAIL PROTECTED] 2006-05-05 12:04 ------- +Two other things: + +(a) the patch was also applied to the 1.1.13.x branch (r60300). Newer +(non beta) version of Mono will have the fix too; + +(b) an immediate workaround would be to call + +Thread.CurrentThread.ExecutionContext.SuppressFlow (); + +(or similar code in each thread) inside your application. This will +not flow any data, including the compressed stack. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
