[Mono-dev] AOT compiler crash

Robert Jordan robertj at gmx.net
Fri Jan 20 21:22:58 UTC 2012


On 20.01.2012 21:46, Michael Bayne wrote:
> On Fri, Jan 20, 2012 at 12:31 PM, Robert Jordan<robertj at gmx.net>  wrote:
>> Try to add "-v -v -v" to the AOT compiler's command line arguments
>> in MonoDevelop.
>
> Unfortunately that didn't yield any additional output.
>
>> BTW, the MonoTouch mailing list is over there:
>
> This seems more like a compiler issue (or an issue of IKVM generating
> funky bytecodes) than anything particularly MonoTouch specific. But if
> you think someone on that mailing list is more likely to have insight
> into the problem, I can definitely give it a shot.

It doesn't really matter where the problem is. MT is a commercial,
closed-source product, and its support mailing list isn't mono-devel.

If I were you I'd just drop the project together with the
IKVM assemblies into a freshly created bug report at
http://bugzilla.xamarin.com/.

Other than that, you may want to check whether the IKVM assemblies
are defining delegates that are not derived from MulticastDelegate
(unlikely). Note that in this case the JIT runtime would abort in
the same way, but given its lazy operating principle, odds are
that the offending method was not triggered by your test.

Robert



More information about the Mono-devel-list mailing list