[Mono-bugs] [Bug 397627] POST with HttpWebRequest is leaking memory -- probably in WebConnectionStream

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Aug 19 15:43:09 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=397627

User miguel at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=397627#c10





--- Comment #10 from Miguel de Icaza <miguel at novell.com>  2008-08-19 13:43:08 MDT ---
HeapShot is a tool to profile memory allocations, and it helps to show who is
keeping objects in memory and how many objects are kept.

This is a precise scan, so we actually have information about every live
object, and this is how I determined that the leak is real (unlike the
GC.TotalXXXMemory methods which is a best-guess approach).


-- 
Configure bugmail: https://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