[Mono-list] mcs currently not working ?

Christophe VG mono@baselabs.org
11 Mar 2002 08:48:15 +0100


I get strange results this morning ...

1) using mono/mcs

[ntt@taurus ntt]$ mcs projects/cs/hello.cs 
error CS16: Coult not write to file `projects/cs/hello.exe', cause:
Invalid handle
Error: Compilation failed
RESULT: 1

[ntt@taurus ntt]$ su -
Password: 
[root@taurus root]# mcs ~ntt/projects/cs/hello.cs 
/usr/local/bin/mcs: line 2:  9626 Segmentation fault     
/usr/local/bin/mono /usr/local/bin/mcs.exe $*

2) using mint/mcs

[ntt@taurus ntt]$ /usr/local/bin/mint /usr/local/bin/mcs.exe
projects/cs/hello.cs 
error CS16: Coult not write to file `projects/cs/hello.exe', cause:
Invalid handle
Error: Compilation failed

[ntt@taurus ntt]$ su -
Password: 
[root@taurus root]# /usr/local/bin/mint /usr/local/bin/mcs.exe
~ntt/projects/cs/hello.cs
Unhandled exception System.NullReferenceException Segmentation fault.
#0: 0x00000            in
System.Reflection.Emit.AssemblyBuilder::getDataChunk ([0x817f308] [0]
[0x81c23c0] )
#1: 0x00017 call       in System.Reflection.Emit.AssemblyBuilder::Save
([0x81c1f38] )
#2: 0x0000c callvirt   in Mono.CSharp.CodeGen::Save ([0x817ebb8] )
#3: 0x00999 callvirt   in Mono.CSharp.Driver::MainDriver ([0x80e6a78] )
#4: 0x00001 call       in Mono.CSharp.Driver::Main ([0x80e6a78] )


C