I'm sure many of you have seen this:
http://www.gnu.org/fun/jokes/gnu-overflow.html --Brian > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Paolo Molaro > Sent: Saturday, April 13, 2002 6:10 AM > To: [EMAIL PROTECTED] > Subject: Re: [Mono-list] a funny bug ;-) > > > On 04/12/02 Adam Treat wrote: > > public class GNU { > > > > public GNU () : this (new GNU()) {} > > > > public GNU (GNU gnu) : this (gnu, new IsNot()) {} > > > > public GNU (GNU gnu, IsNot isnot) : this (gnu, isnot, new Unix()) {} > > > > public GNU (GNU gnu, IsNot isnot, Unix unix) {} > > > > public static void Main(string[] args) > > { > > GNU gnu = new GNU(); > > } > > } > > Recursive acronyms don't work on CPU: you'll get a stack overflow > (on unix systems, a SEGV). > > lupus > > -- > ----------------------------------------------------------------- > [EMAIL PROTECTED] debian/rules > [EMAIL PROTECTED] Monkeys do it better > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list > --- > > --- _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
