[Mono-list] loops allright

Christophe VG mono@baselabs.org
18 Feb 2002 17:06:40 +0100


Lupus send me a freshly compiled mcs.exe and corlib.dll, and now it
spins again like a kitten.

I really hope Miguel can setup some sort of snapshot builds for these
files.

On with the exploration ... 

C

On Mon, 2002-02-18 at 16:57, Dietmar Maurer wrote:
> It works here (with latest CVS version).
> 
> On Mon, 2002-02-18 at 16:05, Christophe VG wrote:
> > okay,
> > 
> > it seems that a few hours ago the cvs was broken, which made me go back
> > to the 0.8 release ... problem seems solved now. So with a newly
> > from-cvs compiled mint I'm on th road again.
> > 
> > .. but I think I found an other problem ...
> > 
> > 
> > using System;
> > 
> > class crash {
> >         public static void Main() {
> >                 string name = "Christophe";
> >                 Console.WriteLine( name );
> >                 Console.WriteLine( "{0}", name );
> > 
> >                 int number = 1;
> >                 Console.WriteLine( number );
> >                 Console.WriteLine( "{0}", number );
> >         }
> > }
> > 
> > segfaults on execution of the last (4th) WriteLine ... (my guess is it
> > will be fixed in the CVS version of mcs :) but ... see PPS)
> > 
> > C
> > 
> > PS I'm just going through some examples from a C# tutorial 
> > 
> > PPS I don't have a windows-based compiling system, so I can't recompile
> > the mcs itself from CVS. Maybe it would be a good idea to have mcs.exe
> > snapshots for us windows-impaired ;-)
> > 
> > 
> > > It works fine here. Since 0.8 there's been a lot of bugfixing, but
> > > if you can use the latests mcs/corlib/runtime combo from cvs and
> > > confirm it works for you, too, that would be nice.
> > > 
> > > Thanks!
> > > 
> > > lupus
> > 
> > -- 
> > It is ridiculous to claim that video games
> > influence children.  Nonsense!
> > 
> > For instance, if PacMan affected kids born in the
> > eighties, we should by now have a bunch of teenagers
> > who run around in darkened rooms and eat pills while
> > listening to monotonous electronic music.
> > 
> > 
> > _______________________________________________
> > Mono-list maillist  -  Mono-list@ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-list
> -- 
> --------------------------------------------------
> Dietmar Maurer        Maurer IT Systemlösungen KEG
>                                 Technischer Leiter
> 
> Kohlgasse 51/9             Tel:  +43 1 545 449 711
> A - 1050 WIEN              Fax:  +43 1 545 449 722
>                          Mobil: +43 699 105 880 32
> dietmar@maurer-it.com
> http://www.maurer-it.com
> ---------------------------------------------------
> 
-- 
It is ridiculous to claim that video games
influence children.  Nonsense!

For instance, if PacMan affected kids born in the
eighties, we should by now have a bunch of teenagers
who run around in darkened rooms and eat pills while
listening to monotonous electronic music.