[MonoTouch] Attempting to JIT compile method... what am I doing wrong?

Sebastien Pouliot sebastien at xamarin.com
Thu Mar 22 01:12:24 UTC 2012


On Wed, Mar 21, 2012 at 8:48 PM, slodge <me at slodge.com> wrote:
>> I just ran in to problems with this sort of thing using LINQ
>
> I'm seeing some of that too, Felix - e.g. a problem with OrderBy - currently

That's likely a duplicate of #3114 [1]. You can try the latest alpha
(5.3.2) to see if it's fixed. Otherwise fill a bug report (with your
query and all the types definitions) and we'll check it out for you
(and help you find a workaround if needed).

> not proving easy to reproduce - need to get it in a test app

In general they are easy to reproduce (device only) unless (part of)
your LINQ query returns an empty set (and the offending code is not
called).

Sebastien

[1] https://bugzilla.xamarin.com/show_bug.cgi?id=3114


More information about the MonoTouch mailing list