[Mono-bugs] [Bug 653502] Runtime crash: An exception was thrown by the type initializer for PredicteOf'1

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Nov 16 14:33:03 EST 2010


https://bugzilla.novell.com/show_bug.cgi?id=653502

https://bugzilla.novell.com/show_bug.cgi?id=653502#c5


Miguel de Icaza <miguel at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |INVALID

--- Comment #5 from Miguel de Icaza <miguel at novell.com> 2010-11-16 19:33:03 UTC ---
One of your LINQ methods is triggering the request for PredicateOf to be JIT
compiled.   Since the AOT compiler was not able to guess this, you can either
make sure that you teach it (call the method manually in some method of yours
for the method that was shown as causing the problem) or rewrite your code to
not trigger a call to PredicateOf.

For general questions, post them to StackOverflow, do not reopen bugs.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list