AW: [Mono-list] Domain.c

Jochen Wezel (CompuMaster GmbH) jwezel@compumaster.de
Tue, 4 Jan 2005 10:33:59 +0100


Hi Sebastien,

What can I do more than following? There was no error anywhere...

wget mono-1.1.3.20050103.tar.gz
cd mono-1.1.3.20050103
./configure --prefix=3D/usr
make
make uninstall
make install

Thanks
Jochen

-----Urspr=FCngliche Nachricht-----
Von: S=E9bastien Pouliot [mailto:spouliot@videotron.ca]=20
Gesendet: Montag, 3. Januar 2005 20:02
An: Jochen Wezel (CompuMaster GmbH); mono-list@lists.ximian.com
Betreff: RE: [Mono-list] Domain.c

> Domain.c raises exceptions; any ideas?

Your runtime (mono) is more recent than your corlib.

> This is nightly build from 2005-01-03, I use RedHat 9.
>=20
> [root@lwezel tmp]# mono test.exe
>=20
> ** ERROR **: file domain.c: line 594 (mono_init_internal): assertion
> failed: (mono_defaults.runtimesecurityframe_class !=3D 0) aborting...
> Abgebrochen
> [root@lwezel tmp]#

Sebastien