[Mono-bugs] [Bug 403894] Crash (unknown type 0x1e in type_to_stind) on generics code
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Jun 26 14:02:08 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=403894
User rkumpera at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=403894#c4
--- Comment #4 from Rodrigo Kumpera <rkumpera at novell.com> 2008-06-26 12:02:07 MDT ---
To be more specific, the "(b, e) => {b.Append (selector (e).ToString ());}"
closure is been miscompiled:
.method assembly hidebysig
instance default void '<>m__0' (class
[mscorlib]System.Text.StringBuilder b, !TSource e) cil managed
This is obviously wrong as it's type as no generic argument. !TSource must be a
generic method argument.
There might be some SRE issues involved, but I need someone with mcs knowledge
to point then.
--
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