[Mono-list] AOT with 2.0.1
tcmichals
tcmichals at yahoo.com
Sat Feb 7 14:59:31 EST 2009
Also just tested with 2.2
tcmichals at 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.
tcmichals at linux-kx0n:~/exampleMono> mono -O=all helloWorld.exe
Hello World
tcmichals at 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.
More information about the Mono-list
mailing list