[Mono-bugs] [Bug 616463] SIGSEGV in common_call_trampoline (with test case)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Jun 24 01:14:19 EDT 2010


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

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


Zoltan Varga <vargaz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vargaz at gmail.com

--- Comment #1 from Zoltan Varga <vargaz at gmail.com> 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.


More information about the mono-bugs mailing list