[Mono-devel-list] Leak in System.Timers.Timer?

2005-03-10 Thread Brian Kroeker
Title: Leak in System.Timers.Timer? I'm seeing what looks like a memory leak somewhere in System.Timers.Timer. I'm using mono 1.1.4 on a linux system. The code I used to reproduce the problem is: -- using System; namespace TimerTest {     public class TimerTest     {   

RE: [Mono-devel-list] Leak in System.Timers.Timer?

2005-03-10 Thread Brian Kroeker
Title: Message I haven't installed mono on windows but using the MS Framework I don't see this behavior on windows. Also I don't believe this could be a lapsed-listener, since I'm subscribing to an event in the instance of timer - when all references to timer are gone shouldn't the garbage

RE: [Mono-devel-list] Leak in System.Timers.Timer?

2005-03-11 Thread Brian Kroeker
ous processing time if it has to collect zillions of short-lived objects... Just my 2 cents, :) On Thu, 10 Mar 2005 15:07:55 -0500, Brian Kroeker <[EMAIL PROTECTED]> wrote: >  >  > I haven't installed mono on windows but using the MS Framework I don't see > this be