[Mono-dev] Mono runtime regression

Kamil Skalski kamil.skalski at gmail.com
Wed Feb 22 17:26:22 EST 2006


Hi!

I noticed another regression, which seems to be caused by
http://lists.ximian.com/pipermail/mono-patches/2006-February/070993.html

It gives
NUnit version 2.2.0
Copyright (C) 2002-2003 James W. Newkirk, Michael C. Two, Alexei A.
Vorontsov, Charlie Poole.
Copyright (C) 2000-2003 Philip Craig.
All Rights Reserved.

OS Version: Unix 2.6.10.0    Mono Version: 2.0.50727.42


** ERROR **: file loader.c: line 1582 (mono_method_signature_full):
assertion failed: (mono_metadata_token_table (m->token) ==
MONO_TABLE_METHOD)
aborting...
Abort
make[1]: *** [nunit] Error 134


During execution of Nemerle test suite.

Just if it escape your attention :)  (especially as it seems to fail
quite late in our build/test process). To reproduce:

1. download http://nemerle.org/download/snapshots/nemerle-0.9.2.99.6135.tar.gz
2. configure, so that NUnit is activated (it should detect
nunit-console2 in your environment)
3. make  (to bootstrap compiler)
4. cd lib/tests
5. define NUNIT_LIB=-pkg:/home/user/local/lib/pkgconfig/mono-nunit.pc
in Makefile
6. make

--
Kamil Skalski
http://nazgul.omega.pl


More information about the Mono-devel-list mailing list