[Mono-bugs] [Bug 78306][Nor] Changed - [2.0] CompressedStack causes continuous slowdown / excessive memory usage

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri May 5 12:04:10 EDT 2006


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 sebastien at ximian.com.

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 sebastien at ximian.com  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 sebastien at ximian.com  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.


More information about the mono-bugs mailing list