[Mono-bugs] [Bug 493068] [verifier] wrong accessibility/visibility check on generics

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Apr 7 20:04:03 EDT 2009


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

User spouliot at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=493068#c1





--- Comment #1 from Sebastien Pouliot <spouliot at novell.com>  2009-04-07 18:04:02 MDT ---
in class.c (around 7620)
        if (infl->context.method_inst && !can_access_instantiation
(access_class, infl->context.method_inst))

evaluates to TRUE which returns FALSE which makes the verifier throws the MAE.

(gdb) p access_class->name
$5 = 0x7f6b90eac230 "XHashtableState"

(gdb) p *((MonoMethodInflated*)called)->context.method_inst
$7 = {id = 411, type_argc = 1, is_open = 1, type_argv = 0x2324998}

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