[Mono-devel-list] Re: Bootstrap net_2_0 fails on Windows

Andrew Skiba andrews at mainsoft.com
Tue Jun 21 09:09:59 EDT 2005


Angel Marin wrote:
> In net_2_0 profile I see this error only while it's doing the 
> net_2_0_bootstrap profile. If I have a net_2_0_bootstrap built, then 
> net_2_0 builds properly.
> 
> The net_2_0_bootstrap only builds here when using csc (mcs or gmcs 
> doesn't work). So under mcs:
> 
> make BOOTSTRAP_MCS=csc RESGEN=monoresgen PROFILE=net_2_0_bootstrap
> make RESGEN=monoresgen PROFILE=net_2_0
> 

I use Cygwin, too, but could not compile Mono with above commands. So 
after some tries and errors, I managed somehow to build mcs and the 
runtime. I am able to run make and make install in sys.xml, although 
make run-test gives one failure in 
MonoTests.System.XmlSerialization.ComplexDataStructure.WriteLiteral.

But I've got a strange behavior of the runtime if I try to call 
XmlDocument.Load of one of the W3C test xmls 
(System.XML/Test/System.Xml/W3C/xmlconf/eduni/namespaces/1.0/011.xml)

mono.exe hangs and does not react to ^C or ^Break, it uses 95% of CPU, 
and I can only kill it via Task Manager. If I run the same code on .NET 
(using Mono System.XML) it works just fine.

What can I do to diagnose the problem?

Regards,
Andrew.




More information about the Mono-devel-list mailing list