Re: [Mono-dev] Compacting GC

2009-09-12 Thread pablosantosl...@terra.es
Hi, I've just downloaded the latest SVN. This is what I get when I try to build: MCS [net_1_1] Mono.CompilerServices.SymbolWriter.dll Assembly ../../class/lib/net_1_1/tmp/Mono.CompilerServices.SymbolWriter.dll signed. Assembly ../../class/lib/net_1_1/Mono.CompilerServices.SymbolWriter.dll is

Re: [Mono-dev] Compacting GC

2009-09-12 Thread psant...@codicesoftware.com
Trying again I got some more info: MCS [net_1_1] System.dll ** ERROR:sgen-gc.c:3491:mono_gc_alloc_obj: assertion failed: (*p == NULL) Stacktrace: at (wrapper managed-to-native) object.__icall_wrapper_mono_array_new_specific (intptr,int) 0x0004b at (wrapper managed-to-native)

Re: [Mono-dev] Compacting GC

2009-09-12 Thread Jonathan Pryor
Inline... On Sep 12, 2009, at 9:38 AM, psant...@codicesoftware.com psant...@codicesoftware.com wrote: Trying again I got some more info: MCS [net_1_1] System.dll ** ERROR:sgen-gc.c:3491:mono_gc_alloc_obj: assertion failed: (*p == NULL) Remember when we said that sgen wasn't quite

Re: [Mono-dev] Compacting GC

2009-09-12 Thread Miguel de Icaza
MCS [net_1_1] System.dll ** ERROR:sgen-gc.c:3491:mono_gc_alloc_obj: assertion failed: (*p == NULL) Remember when we said that sgen wasn't quite ready? Here's the proof --sgen is asserting while trying to build Mono.Posix.dll. You've built a mono with the sgen GC, it's just not very