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


Zoltan Varga <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |[EMAIL 
PROTECTED]
          Component|misc                                            |C#
            Product|Mono: Runtime                                   |Mono: 
Compilers




--- Comment #1 from Zoltan Varga <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to