[Mono-list] mcs/gmcs crash

Andreas Färber andreas.faerber at web.de
Sun Oct 8 09:55:28 EDT 2006


Hello,

When I compile the following code:

public class test {
	public static void Main() {
		hjk;
	}
}

in Mono 1.1.17.1 on OS X (both ppc and i386) using "[g]mcs test.cs [- 
out:...]" then both mcs and gmcs emit an appropriate error message  
and exit, but on the console I see that mono crashed, apparently  
performing an illegal memory access.

If I leave out the semicolon in the faulty line (leading to a  
different error) then there is no crash.

Is this a known issue, or should I file a ticket?

Andreas


More information about the Mono-list mailing list