[Mono-list] a funny bug ;-)
Brian Crowell
brian@fluggo.com
Sat, 13 Apr 2002 11:50:15 -0500
I'm sure many of you have seen this:
http://www.gnu.org/fun/jokes/gnu-overflow.html
--Brian
> -----Original Message-----
> From: mono-list-admin@ximian.com [mailto:mono-list-admin@ximian.com]On
> Behalf Of Paolo Molaro
> Sent: Saturday, April 13, 2002 6:10 AM
> To: mono-list@ximian.com
> 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
>
> --
> -----------------------------------------------------------------
> lupus@debian.org debian/rules
> lupus@ximian.com Monkeys do it better
>
> _______________________________________________
> Mono-list maillist - Mono-list@ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
> ---
>
>
---