[Mono-bugs] [Bug 342512] SIGABRT wrapping delegate

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Nov 17 14:19:00 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=342512#c1


Zoltan Varga <vargaz at gmail.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |vargaz at gmail.com
          Component|misc                                            |C#
            Product|Mono: Runtime                                   |Mono: Compilers




--- Comment #1 from Zoltan Varga <vargaz at gmail.com>  2007-11-17 12:19:00 MST ---
This is an mcs bug.

In PlotMenuItem:.ctor:

        IL_001a:  ldarg.0
        IL_001b:  dup
        IL_001c:  ldvirtftn instance void class
[mscorlib]System.EventHandler::Invoke(object, class [mscorlib]System.EventArgs)

here, the first argument to ldvirtftn should be of type EventHandler, but
ldarg.0 is of type PlotMenuItem.

MS PEVerify will detect this.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list