[Mono-dev] Status of the Windows build (with patches)

Robert Jordan robertj at gmx.net
Fri May 28 13:16:43 EDT 2010


On 28.05.2010 16:01, Robert Jordan wrote:
> The second issue is a SIGSEGV during the full mscorlib
> compilation (also reported by Atsushi). It seems to be
> caused by the basic bootstrap corlib, but I did not debug
> it in the hope that one of the Reflection.Emit gods is
> able to pinpoint the issue by just looking at the backtrace
> and my patch.

The god is called Marek :) and he found out that the .response
file order in which mscorlib is compiled, is different between
Linux and Windows.

The good (or bad?) news are that the issue is reproducible
under Linux as well:

	cd mcs/class/corlib
	touch corlib.dll.linux-excludes
	make clean
	LC_ALL=C make

Anyways, Marak has committed a patch against the build system
that works around the runtime issue.

Robert



More information about the Mono-devel-list mailing list