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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to