Re: [Mono-dev] mono_aot_get_method, aot_mutex, and default_opt

2005-09-01 Thread Zoltan Varga
Hi, The type of aot_mutex is CRITICAL_SECTION, which is a structure, so it cannot be NULL. Try putting debug statements into mono_aot_get_method and mono_aot_init to see which one is called first. Also, you can run your program with -O=-aot to disable the AOT

Re: [Mono-dev] mono_aot_get_method, aot_mutex, and default_opt

2005-09-01 Thread Gary Smithrud
Bleep! You are right. dbx printed out that it was 0, but apparently it was confused. I will try turning off aot tomorrow (I was performing a make check before installing, so I'll try installing anyway and turning off aot.) Thanks. On Sep 1, 2005, at 6:37 PM, Zoltan Varga wrote:

[Mono-dev] mono_aot_get_method, aot_mutex, and default_opt

2005-08-31 Thread Gary Smithrud
I'm sorry if this is a repeat (we had a power issue and I'm not sure that it got out), but I have not seen the original. The issue is that mono_aot_get_method is coredumping on Solaris 8 in the LeaveCriticalSection because aot_mutex is NULL. Default_opt is 0 and so I believed that