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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Apr 8 00:07:51 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#c9





--- Comment #9 from Rodrigo Kumpera <rkumpera at novell.com>  2009-04-07 22:07:50 MDT ---
Hi Hari,

Thanks for reverting it.

This was entirely my fault. The given test doesn't run under .NET, it fails
with:

Unhandled Exception: System.MissingMethodException: Method not found:
'System.Object System.Collections.Generic.IEnumerator`1.get_Current()'.
   at XX.X()
   at XX.Main()


Peverify complains about the missing method due to the wrong .override
directive.

And, finally, mono crashes because the wrong runtime optimization of doing lazy
vtable creation coupled with most code not dealing with vtable initialization
failing.

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