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

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=341244#c5





--- Comment #5 from Juraj Skripsky <[EMAIL PROTECTED]>  2007-12-06 15:51:16 MST 
---
The culprit seems to be commit r87565 (or a consequence thereof):

Tue Oct 16 12:14:43 CEST 2007 Paolo Molaro <[EMAIL PROTECTED]>

        * Timer.cs: rewrote to use threadpool threads to invoke the callbacks,
        avoid Thread.Abort and Thread.Interrupt and use a single scheduler
        thread, partially from the patch of Rafael Ferreira in bug #315999.
        Fixes bug #315999, #332206.

This, in combination with a timer created in
mcs/class/System.Web/System.Web/TimeoutManager.cs:

timer = new Timer (new TimerCallback (CheckTimeouts), null, 0, 15000);

..is responsible for one leaked thread handle every 15 seconds.


The leak is gone after reverting r87565.


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