Re: [Mono-dev] Crash on Android when trying to execute dynamic code

2013-06-17 Thread Jonathan Pryor
Xamarin.Android-related issues should either go to monodr...@lists.xamarin.com [0] or the Android forums [1]. This particular case appears to be a JIT bug; please file a bug at bugzilla [2] with a reproducible test case, ideally with instructions as simple as run the app and watch it crash and

[Mono-dev] Crash on Android when trying to execute dynamic code

2013-06-15 Thread Robert Pickering
I've been trying to port the F# Interactive to run directly on android. I have a package that loads under android and can generate IL but it fails with an assertion (presumable in the JIT compiler, but I'm not 100% sure). The app source can be found here: https://github.com/robertpi/fsiandroid