[Mono-list] assertion failed on linux

Christophe VG mono@baselabs.org
11 Apr 2002 12:20:02 +0200


Hi James,

I just tried to replicate your problem but I don't seem to be able to
because the latest snapshot doesn't seem to have any diffs against the
cvs server (yet). I will try again later, after commits have been
propagated to the anon server I use for compiling the snapshots.

greetz,

Christophe

On Thu, 2002-04-11 at 12:25, James Ots wrote:
> 
> Hi,
> 
> If I download the latest snapshot from mono.baselabs.org, run
> autogen.sh, make and make install, everything works nicely. But if I
> then check out the cvs sources, run autogen.sh, make and make install, I
> get the following error when I run mcs:
> 
> (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.
> 
> -- 
> Cheers
> James Ots