[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 11:32:17 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:21:52.000000000 -0400
+++ shadow/78306.tmp.23086 2006-05-05 11:32:17.000000000 -0400
@@ -3,21 +3,21 @@
Version: 1.1
OS: other
OS Details: Red Hat Enterprise Linux 4
Status: NEW
Resolution:
Severity: Unknown
-Priority: Critical
+Priority: Normal
Component: CORLIB
AssignedTo: sebastien at ximian.com
ReportedBy: horst.reiterer at mind-breeze.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: CompressedStack causes continuous slowdown / excessive memory usage
+Summary: [2.0] CompressedStack causes continuous slowdown / excessive memory usage
The test case below (client.cs, server.cs), a simple HTTP client / server
scenario is affected by an issue in the CompressedStack implementation.
With an increasing uptime, the rate of processed requests decreases
dramatically. At the same time, the memory consumption of the server
process approaches unacceptable levels, the heap grows constantly.
@@ -142,6 +142,12 @@
}
------- Additional Comments From horst.reiterer at mind-breeze.com 2006-05-05 10:28 -------
Created an attachment (id=16934)
Works around the reported issue
+
+------- Additional Comments From sebastien at ximian.com 2006-05-05 11:32 -------
+This wasn't supposed to be enabled, but now gets called by
+ExecutionContext.Capture.
+
+note: resetting priority to normal as this occurs inside the 2.0 profile.
More information about the mono-bugs
mailing list