[Mono-dev] default_opt and aot
Gary M. Smithrud
gary.smithrud at haley.com
Fri Sep 2 09:43:09 EDT 2005
When running exception.exe after the test_0_ulong_cast (both tests did
fail with 1 and 4 as the values instead of 0).
Gary M. Smithrud
Haley Systems, Inc.
Phone: 724-934-7853
gary.smithrud at haley.com
www.haley.com
Moving at the Speed of Change
-----Original Message-----
From: Zoltan Varga [mailto:vargaz at gmail.com]
Sent: Friday, September 02, 2005 8:54 AM
To: Gary M. Smithrud
Cc: mono-devel-list at lists.ximian.com
Subject: Re: [Mono-dev] default_opt and aot
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