Also just tested with 2.2

tcmich...@linux-kx0n:~/exampleMono> mono -O=all --full-aot helloWorld.exe
Failed to load AOT module '/usr/lib/mono/1.0/mscorlib.dll.so' in aot-only
mode.
tcmich...@linux-kx0n:~/exampleMono> mono -O=all  helloWorld.exe
Hello World
tcmich...@linux-kx0n:~/exampleMono> mono -O=all --aot --full-aot
helloWorld.exe

** ERROR **: Attempting to allocate from the global code manager while
running with --aot-only.

aborting...

** (process:4568): WARNING (recursed) **: Thread (nil) may have been
prematurely finalized
Stacktrace:


** (process:4568): WARNING (recursed) **: Thread (nil) may have been
prematurely finalized

Mono JIT compiler version 2.2 (tarball Fri Jan  9 17:41:21 UTC 2009)
Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com



-- 
View this message in context: 
http://www.nabble.com/AOT-with-2.0.1-tp21874279p21892232.html
Sent from the Mono - General mailing list archive at Nabble.com.

_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to