[Mono-list] compilation problems: mcs killed

Miguel de Icaza miguel@ximian.com
03 Sep 2003 17:40:51 -0400


Hello Marcel,

> I'm running into problems with compiling software with mono/mcs 0.26 on
> Mandrake 9.2rc1. I'm rather confused by it, and I'm not sure what exactly is
> happening and why.
> I can compile parts of software, like mod_mono/xsp or gtk-sharp, and after
> comiling a part it says "compilation succeeded", but the mcs process gets
> killed, which makes make stop also.
> It doesn't always happen at the same place, but it does happen on another
> computer as well, so I doubt it has to do with memory problems.

The strace output is not very useful, because you are tracing the mcs
script, which is just a wrapper to call mono with the mcs.exe parameter.

can you try running it again, but on the mono process running mcs?  We
have heard a few reports, but nothing that would let us track this down.