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

2011-04-04 Thread kralu
W dniu 2011-03-30 22:07:45 użytkownik Miguel de Icaza mig...@novell.com napisał: While another one is doing an equality test, the state is half-built. The way you could instrument this is to rewrite that routine to not be recursive, but instead to be iterative, and have a maximum count,

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

2011-04-04 Thread kralu
On Mon, 2011-04-04 22:03:47 Gonzalo Paniagua Javier gonzalo.m...@gmail.com wrote: On Mon, 2011-04-04 at 20:48 +0100, Alan wrote: Aren't event handler methods emitted with a [synchronized] attribute by default which would prevent this issue? You can check by disassembling the IL and seeing

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

2011-04-04 Thread kralu
On Mon, 2011-04-04 22:41:47 nekresh nekr...@gmail.com wrote: On Mon, Apr 4, 2011 at 10:37 PM, kr...@poczta.onet.pl wrote: On Mon, 2011-04-04 22:03:47 Gonzalo Paniagua Javier gonzalo.m...@gmail.com wrote: On Mon, 2011-04-04 at 20:48 +0100, Alan wrote: Aren't event handler methods