[Mono-bugs] [Bug 657694] New: Verifier rejects valid constructor access

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Dec 6 06:54:09 EST 2010


https://bugzilla.novell.com/show_bug.cgi?id=657694

https://bugzilla.novell.com/show_bug.cgi?id=657694#c0


           Summary: Verifier rejects valid constructor access
    Classification: Mono
           Product: Mono: Runtime
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: verifier
        AssignedTo: rkumpera at novell.com
        ReportedBy: msafar at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


mono --verify-all gtest-etree-04.exe

Unhandled Exception: System.MethodAccessException: Error verifying (wrapper
dynamic-method) object:lambda_method (System.Runtime.CompilerServices.Closure):
Constructor System.Nullable`1<Foo>:.ctor (Foo) not visible from (wrapper
dynamic-method) object:lambda_method (System.Runtime.CompilerServices.Closure)
at 0x0012
  at (wrapper managed-to-native) System.Delegate:CreateDelegate_internal
(System.Type,object,System.Reflection.MethodInfo,bool)
  at System.Delegate.CreateDelegate (System.Type type, System.Object
firstArgument, System.Reflection.MethodInfo method, Boolean throwOnBindFailure,
Boolean allowClosed) [0x00000] in <filename unknown>:0 
  at System.Delegate.CreateDelegate (System.Type type, System.Object
firstArgument, System.Reflection.MethodInfo method) [0x00000] in <filename
unknown>:0 
  at System.Reflection.Emit.DynamicMethod.CreateDelegate (System.Type
delegateType, System.Object target) [0x00000] in <filename unknown>:0 
  at System.Dynamic.Utils.TypeExtensions.CreateDelegate
(System.Reflection.MethodInfo methodInfo, System.Type delegateType,
System.Object target) [0x00000] in <filename unknown>:0 
  at System.Linq.Expressions.Compiler.LambdaCompiler.CreateDelegate ()
[0x00000] in <filename unknown>:0 
  at System.Linq.Expressions.Compiler.LambdaCompiler.Compile
(System.Linq.Expressions.LambdaExpression lambda,
System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator)
[0x00000] in <filename unknown>:0 
  at
System.Linq.Expressions.Expression`1[System.Func`1[System.Boolean]].Compile ()
[0x00000] in <filename unknown>:0 
  at C.Main () [0x00000] in <filename unknown>:0

-- 
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