[Mono-bugs] [Bug 492778] Mono crashes when running valid generics program

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Apr 8 15:02:11 EDT 2009


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

User rkumpera at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=492778#c12





--- Comment #12 from Rodrigo Kumpera <rkumpera at novell.com>  2009-04-08 13:02:10 MDT ---
Ok, after digging into ECMA 335 and doing some testing here is the situation.

A memberref with a typespec class must match the signature against the generic
type definition because that's required to do it in a non-ambiguous way. P II
9.8 talks more about that, including an example.

The issue here is related to a .NET 3.5 (possibly SP1) extension. It allows
resolving signatures with instantiated members.

It's trivial to support it, but without the proper semantics described I fear
that we might end up with some hard to debug crashes.

-- 
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