[Mono-bugs] [Bug 655497] Reflection.Emit usage causes SIGBUS from ves_icall_System_Delegate_CreateDelegate_internal
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Nov 26 12:40:35 EST 2010
https://bugzilla.novell.com/show_bug.cgi?id=655497
https://bugzilla.novell.com/show_bug.cgi?id=655497#c4
Rodrigo Kumpera <rkumpera at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #4 from Rodrigo Kumpera <rkumpera at novell.com> 2010-11-26 17:40:34 UTC ---
Fixed in trunk, not it properly rejects the code in question.
Notice that the code in question is broken. As it pushes an int32 on stack and
then call ret for a method with int64 return type. This is unverifiable and on
MS it causes different return values depending on which runtime is used.
--
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