[Mono-dev] default_opt and aot
Zoltan Varga
vargaz at gmail.com
Fri Sep 2 08:54:21 EDT 2005
Hi,
default_opt is initialized in mini_init () before aot_init is
called, so this should
not happen. Which test is core dumping for you ?
Zoltan
On 8/31/05, Gary Smithrud <gary.smithrud at haley.com> wrote:
> 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)?
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
More information about the Mono-devel-list
mailing list