зеркало из https://github.com/mono/mail-archives.git
109 строки
4.6 KiB
HTML
109 строки
4.6 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||
|
<HTML>
|
||
|
<HEAD>
|
||
|
<TITLE> [Mono-bugs] [Bug 71001][Cri] Changed - xsp.exe virtual size grows
|
||
|
without bound -- large messages
|
||
|
</TITLE>
|
||
|
<LINK REL="Index" HREF="index.html" >
|
||
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2071001%5D%5BCri%5D%20Changed%20-%20xsp.exe%20virtual%20size%20grows%0A%09without%20bound%20--%20large%20messages&In-Reply-To=bug-71001%40chernobyl.ximian.com">
|
||
|
<META NAME="robots" CONTENT="index,nofollow">
|
||
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||
|
<LINK REL="Previous" HREF="030479.html">
|
||
|
<LINK REL="Next" HREF="030481.html">
|
||
|
</HEAD>
|
||
|
<BODY BGCOLOR="#ffffff">
|
||
|
<H1>[Mono-bugs] [Bug 71001][Cri] Changed - xsp.exe virtual size grows
|
||
|
without bound -- large messages</H1>
|
||
|
<B>bugzilla-daemon at bugzilla.ximian.com</B>
|
||
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2071001%5D%5BCri%5D%20Changed%20-%20xsp.exe%20virtual%20size%20grows%0A%09without%20bound%20--%20large%20messages&In-Reply-To=bug-71001%40chernobyl.ximian.com"
|
||
|
TITLE="[Mono-bugs] [Bug 71001][Cri] Changed - xsp.exe virtual size grows
|
||
|
without bound -- large messages">bugzilla-daemon at bugzilla.ximian.com
|
||
|
</A><BR>
|
||
|
<I>Wed Jun 15 15:08:04 EDT 2005</I>
|
||
|
<P><UL>
|
||
|
<LI>Previous message: <A HREF="030479.html">[Mono-bugs] [Bug 75260][Wis] Changed - [GMCS] gmcs generates
|
||
|
unverifiable code for method overrides
|
||
|
</A></li>
|
||
|
<LI>Next message: <A HREF="030481.html">[Mono-bugs] [Bug 75050][Nor] Changed - deadlock in runtime
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#30480">[ date ]</a>
|
||
|
<a href="thread.html#30480">[ thread ]</a>
|
||
|
<a href="subject.html#30480">[ subject ]</a>
|
||
|
<a href="author.html#30480">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
<HR>
|
||
|
<!--beginarticle-->
|
||
|
<PRE>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 <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">matt.hargett at logiclibrary.com.</A>
|
||
|
|
||
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=71001">http://bugzilla.ximian.com/show_bug.cgi?id=71001</A>
|
||
|
|
||
|
--- shadow/71001 2005-06-07 21:46:08.000000000 -0400
|
||
|
+++ shadow/71001.tmp.19252 2005-06-15 15:08:04.000000000 -0400
|
||
|
@@ -1,16 +1,16 @@
|
||
|
Bug#: 71001
|
||
|
Product: Mono: Runtime
|
||
|
Version: unspecified
|
||
|
OS: SLES 9
|
||
|
OS Details: AMD-64
|
||
|
-Status: RESOLVED
|
||
|
-Resolution: WONTFIX
|
||
|
+Status: REOPENED
|
||
|
+Resolution:
|
||
|
Severity: Unknown
|
||
|
Priority: Critical
|
||
|
-Component: misc
|
||
|
+Component: GC
|
||
|
AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
|
||
|
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">jrodman at ximian-bugzilla.spamportal.net</A>
|
||
|
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
|
||
|
TargetMilestone: ---
|
||
|
URL:
|
||
|
Cc:
|
||
|
@@ -170,6 +170,17 @@
|
||
|
|
||
|
Oh, and, as that buffer is allocated when reading the request, if you
|
||
|
set that limit too high, you will be subject to denial of service
|
||
|
attacks by anyone that posts a big content length a few times...
|
||
|
|
||
|
|
||
|
+
|
||
|
+------- Additional Comments From <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">matt.hargett at logiclibrary.com</A> 2005-06-15 15:08 -------
|
||
|
+This leak actually happens even when transferring files as small as
|
||
|
+2KB, perhaps even smaller. This seems to toss out the idea that the
|
||
|
+problem is strictly related to large SOAP messages.
|
||
|
+
|
||
|
+Memory usage (RSS and virtual) will increase incrementally, plateau,
|
||
|
+and then increase incrementally again, plateau again, etc, etc. We
|
||
|
+were initially fooled by the second plateau, since it takes a few
|
||
|
+transfers to get it leaking again. All transfers are synchronous, btw,
|
||
|
+one after the other.
|
||
|
</PRE>
|
||
|
|
||
|
|
||
|
<!--endarticle-->
|
||
|
<HR>
|
||
|
<P><UL>
|
||
|
<!--threads-->
|
||
|
<LI>Previous message: <A HREF="030479.html">[Mono-bugs] [Bug 75260][Wis] Changed - [GMCS] gmcs generates
|
||
|
unverifiable code for method overrides
|
||
|
</A></li>
|
||
|
<LI>Next message: <A HREF="030481.html">[Mono-bugs] [Bug 75050][Nor] Changed - deadlock in runtime
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#30480">[ date ]</a>
|
||
|
<a href="thread.html#30480">[ thread ]</a>
|
||
|
<a href="subject.html#30480">[ subject ]</a>
|
||
|
<a href="author.html#30480">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
|
||
|
<hr>
|
||
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
||
|
mailing list</a><br>
|
||
|
</body></html>
|