[Mono-bugs] [Bug 443569] Memory leak in asp.net (low level) for each unique URL request .

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Nov 14 17:03:04 EST 2008


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

User amirshim at yahoo.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=443569#c1


Amir Shimoni <amirshim at yahoo.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |amirshim at yahoo.com




--- Comment #1 from Amir Shimoni <amirshim at yahoo.com>  2008-11-14 15:03:03 MST ---
I have a hunch for what is causing this bug.

System.Web.Configuration.WebConfigurationManager caches all requests for
configs by path.  Furthermore, it is never cleared or shrunk.  Therefore it
steadily grows with each new URL (path), and holds on to it's (newly created?)
config data for each new url.


-- 
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