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/

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to