http://bugzilla.novell.com/show_bug.cgi?id=492778
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=492778#c9 --- Comment #9 from Rodrigo Kumpera <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
