[Mono-dev] default_opt and aot

Gary Smithrud gary.smithrud at haley.com
Wed Aug 31 09:32:23 EDT 2005


I'm trying to get the 8/29 source tarball built on Solaris and it is  
core dumping when performing "make check".  The issue is that  
mono_aot_get_method is being called and aot_mutex is 0 (the coredump  
is occurring in LeaveCriticalSection.)  It looks like that the  
default_opt of 0 is causing the aot_init to not be called and thus  
the aot_mutex is not initialized.  Is there a way to set the  
default_opt from outside (I don't have time to track down how to do  
this)?



More information about the Mono-devel-list mailing list