[Mono-list] assertion error in mcs (OS-X with boehmgc)
Markus W. Weissmann
mww@opendarwin.org
Tue, 25 Nov 2003 17:05:47 +0100
When executing mcs, I'll get the following error:
---
mww% mcs hello.cs
** ERROR **: file interp.c: line 297 (get_virtual_method): assertion
failed: (res)
aborting...
/opt/local/bin/mcs: line 2: 2078 Abort trap
/opt/local/bin/mint /opt/local/bin/mcs.exe "$@"
mww%
---
mono 0.28, on MacOS-X 10.3.1, compiled with boehmgc 6.2, glib 2.2.3,
./configure --disable-shared
The problem seems to be the garbage collector - when compiled w/o
boehmgc, mcs works;
Is mcs using the gc? (I suppose that the vm does which won't run with
or w/o gc here)
mint works fine with & w/o boehmgc (I assume it doesn't use it?)
mww
---
Markus W. Weissmann
http://www.mweissmann.de/