[Mono-bugs] [Bug 583501] generic sharing causes crash on some dynamically generated method(?)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Apr 8 23:00:44 EDT 2010


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

http://bugzilla.novell.com/show_bug.cgi?id=583501#c2


Zoltan Varga <vargaz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |vargaz at gmail.com
         Resolution|                            |WONTFIX

--- Comment #2 from Zoltan Varga <vargaz at gmail.com> 2010-04-09 03:00:42 UTC ---
This is not a runtime bug, wcf generates invalid IL:

In ClientProxyGenerator.cs:

                        new CodePropertyReference (
                            m.GetThis (),
                            typeof (ClientRuntimeChannel).GetProperty
("Contract")),
                        typeof (ContractDescription).GetProperty
("Operations")),

Here, the this arguments does not subclass ClientRuntimeChannel but some other
class. If you run mono with --verify-all it will throw a verification
exception, altough that is not visible in the testcase, wcf probably swallows
it.

-- 
Configure bugmail: http://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