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

http://bugzilla.novell.com/show_bug.cgi?id=616463#c1


Zoltan Varga <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Zoltan Varga <[email protected]> 2010-06-24 05:14:18 UTC ---
This is a runtime bug, it crashes when compiled with csc too.
What happens is:
- this is a fast generic virtual call, but the code which handles it in
common_call_trampoline () is inside a:
if (m->is_generic)
but here m is:
VTI`1<int>:GRAF<K> ()
i.e. it is the instance which is instantiated with its own type parameters.

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

Reply via email to