[Mono-bugs] [Bug 577816] New: Memory with repeated requests from same webservice object
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Feb 7 20:59:56 EST 2010
http://bugzilla.novell.com/show_bug.cgi?id=577816
http://bugzilla.novell.com/show_bug.cgi?id=577816#c0
Summary: Memory with repeated requests from same webservice
object
Classification: Mono
Product: Mono: Class Libraries
Version: 2.4.x
Platform: 64bit
OS/Version: Ubuntu
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.Web.Services
AssignedTo: atsushi at ximian.com
ReportedBy: licho at ufo.cz
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Opera/9.80 (Windows NT 6.1; U; en) Presto/2.2.15
Version/10.10
If you send multiple request to instantiated webservice object, memory is not
freed correctly.
This can be fixed by re creating webservice object.
(Memory is not disposed even after many hours and was caused whole system to
crash after several days until i tracked it there)
Reproducible: Always
Steps to Reproduce:
1. create some System.Web.Services.WebService proxy
2. run myService.SomeMethodWithLargeResult() repeatedly (tested with 4mb
results)
3. check memory
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list