[Mono-list] loops segfault ?
Christophe VG
mono@baselabs.org
18 Feb 2002 14:29:20 +0100
I don't know if I should report this at this stage but I'm having
problems compiling loops running mcs.exe on linux ...
-----
using System;
class ForLoop {
public static void Main() {
for (int i=0; i < 20; i++) {
Console.WriteLine(i);
}
}
}
-----
results in a
-----
[ntt@taurus cs]$ mcs loops.cs
Message: WSAStartup: high version 0x2
/usr/local/bin/mcs: line 2: 31905 Segmentation fault
/usr/local/bin/mint /usr/local/bin/mcs.exe $*
-----
I'm using the mono-0.8 release on a RH7.2 box.
So far the hello world test worked ;-)
On request I can add any debug output you'd like, just let me know, or
just tell me to hold on for a little longer before continuing to test
the mcs.exe ;-)
C
--
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.