Re: [Mono-dev] StackOverflow on System.Delegate.Equals

2011-03-30 Thread Tom Spink
Hi Marcin, I very much agree with you here. Even searching for assignments to prev, doesn't yield anything too suspicious (except for where a local variable overrides the scope of the class-level field!). All assignments *appear* to be clones, which is okay. Can you squeeze out any more debuggi

Re: [Mono-dev] StackOverflow on System.Delegate.Equals

2011-03-30 Thread Miguel de Icaza
> I've found an issue in my ASP.NET application when it's running under heavy > load. It throws an exception like that: http://pastebin.com/DRAYVM0F and > then the whole application is down, i've to restart apache/mod-mono-server. > It's running under mono 2.10.1, apache2 and mod-mono. On IIS/MS.NE