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


           Summary: [verifier] wrong accessibility/visibility check on
                    generics
    Classification: Mono
           Product: Mono: Runtime
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: misc
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---


[as discussed earlier today on IRC]
The verifier can throws an invalid MethodAccessException when doing its access
checks.

This happens when:
System.Xml.Linq.XHashtable`1/XHashtableState:TryAdd (TValue,TValue&) (flags
134)
(from MS System.Xml.Linq.dll Silverlight 2 SDK)

calls:
System.Threading.Interlocked:CompareExchange<System.Xml.Linq.XHashtable`1/XHashtableState/Entry<TValue>[]>
(System.Xml.Linq.XHashtable`1/XHashtableState/Entry<TValue>[]&,System.Xml.Linq.XHashtable`1/XHashtableState/Entry<TValue>[],System.Xml.Linq.XHashtable`1/XHashtableState/Entry<TValue>[])
(flags 150)

This behavior can be seen on:
* http://demos.telerik.com/silverlight
* http://www.iis.net/media/experiencesmoothstreaming

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to