Re: [Mono-dev] Memory leaks and segfaults

2005-10-12 Thread Thorsten Schuett
On Wednesday 12 October 2005 13:30, you wrote: > Hi, > > Please attach the source code of a test case that causes this leak The simulator is about 6000 lines of C# code. I don't think, that I can break it down into a small "test case". But I can certainly send you the code. I just don't want to s

[Mono-dev] Memory leaks and segfaults

2005-10-12 Thread Thorsten Schuett
Hi, I sent a mail to this list in September regarding a memory leak on IA64. Back then the problem wasn't solved, but the machine had enough memory to survive. This week the problem became worse. mono segfaults! VS 2005 Beta: The simulation runs fine and the memory consumption reported by the t

Re: [Mono-dev] Memory leaks

2005-09-20 Thread Thorsten Schuett
On Friday 16 September 2005 15:34, Thorsten Schuett wrote: > On Thursday 15 September 2005 19:15, Paolo Molaro wrote: > > On 09/15/05 Thorsten Schuett wrote: > > > I "ported" a simulation from Visual C# beta 2 to mono this week. You > > > can't really cal

Re: [Mono-dev] Memory leaks

2005-09-19 Thread Thorsten Schuett
On Thursday 15 September 2005 19:15, Paolo Molaro wrote: > On 09/15/05 Thorsten Schuett wrote: > > I "ported" a simulation from Visual C# beta 2 to mono this week. You > > can't really call it porting, because I only had to remove references to > > Stopwatch.

[Mono-dev] Memory leaks

2005-09-15 Thread Thorsten Schuett
Hi, I "ported" a simulation from Visual C# beta 2 to mono this week. You can't really call it porting, because I only had to remove references to Stopwatch. But anyway, thanks to all of you for making it so easy. It is a long running application, therefore I used an IA64 at work. Almost everyt