[Mono-bugs] [Bug 672446] [regression] native stacktrace when Castle generic Resolve by anonymous object
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Feb 22 09:14:36 EST 2011
https://bugzilla.novell.com/show_bug.cgi?id=672446
https://bugzilla.novell.com/show_bug.cgi?id=672446#c10
Zoltan Varga <vargaz at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vargaz at gmail.com
--- Comment #10 from Zoltan Varga <vargaz at gmail.com> 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.
More information about the mono-bugs
mailing list