[Mono-list] assertion failed on linux

Miguel de Icaza miguel@ximian.com
11 Apr 2002 02:31:09 -0400


> (process:11142): ** ERROR **: file appdomain.c: line 325 (mono_init):
> assertion failed: (mono_defaults.transparent_proxy_class != 0)
> aborting...
> /usr/local/bin/mcs: line 2: 11142 Trace/breakpoint trap  
> /usr/local/bin/mono /usr/local/bin/mcs.exe $*
> 
> I assume this is because the mcs.exe in the baselabs tar.gz is
> incompatible with the cvs runtime, perhaps? Since I have no way of
> creating mcs.exe myself this is the only way I can get it, but I would
> like to work on the cvs source and contribute to mono, but I just keep
> getting stuck at every corner at the moment.

This means that the JIT engine is out of sync with the class libraries.

Miguel