https://bugzilla.novell.com/show_bug.cgi?id=672446
https://bugzilla.novell.com/show_bug.cgi?id=672446#c10 Zoltan Varga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #10 from Zoltan Varga <[email protected]> 2011-02-22 14:14:35 UTC --- We seem to crash in: MonoMethodRuntimeGenericContext *mrgctx = (MonoMethodRuntimeGenericContext*)mono_arch_find_static_call_vtable (regs, code); klass = mrgctx->class_vtable->klass; method_inst = mrgctx->method_inst; in common_call_trampoline (), because the caller doesn't pass in an rgctx parameter. The caller is Castle.Windsor.WindsorContainer:Resolve<T> (object) and the callee is Castle.Windsor.WindsorContainer:Resolve<T> (System.Collections.IDictionary). -- Configure bugmail: https://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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
