[Mono-bugs] [Bug 348708] New: Thread handle leakage eventually leads to crash

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Dec 14 07:14:56 EST 2007


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


           Summary: Thread handle leakage eventually leads to crash
           Product: Mono: Runtime
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: misc
        AssignedTo: mprobst at novell.com
        ReportedBy: juraj at hotfeet.ch
         QAContact: mono-bugs at ximian.com
          Found By: ---


Created an attachment (id=187627)
 --> (https://bugzilla.novell.com/attachment.cgi?id=187627)
test case

Recipe:
=======
Just extract the zip and start "mono tinyhost.exe 50" (for 50 web app
restarts). It's a variation of the test case from bug 323430.

Even with a GC.Collect() after every restart, quite a few thread handles are
being held until the tinyhost.exe app itself finishes.

We've got Mono/mod_mono from SVN running on two servers. Even without app
restarts, the Mono crashes after three or four days due to all thread handle
slots being used up.

System.Web wakes up every 15s (timeout manager) and 60s (cache expiration
check), continuously consuming thread handles.


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