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

User [email protected] added comment
http://bugzilla.novell.com/show_bug.cgi?id=493068#c1





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

Reply via email to