[Mono-bugs] [Bug 539500] Use of Action<int> causes Jit exception at runtime

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Sep 16 00:29:03 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=539500

User chris at foundation42.org added comment
http://bugzilla.novell.com/show_bug.cgi?id=539500#c1


Christian Beaumont <chris at foundation42.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chris at foundation42.org




--- Comment #1 from Christian Beaumont <chris at foundation42.org>  2009-09-15 22:29:03 MDT ---
Just an fyi...

You were thinking it was related to generics but we just tried changing it to a
simple concrete delegate and it still happens:

So using this instead of Action<int>

delegate void JobCompletionFunc(int jobHandle);

-- 
Configure bugmail: http://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