https://bugzilla.novell.com/show_bug.cgi?id=327189#c1
Robert Jordan <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL
PROTECTED]
--- Comment #1 from Robert Jordan <[EMAIL PROTECTED]> 2007-09-23 11:32:57 MST
---
I can exactly reproduce Dick's observations on x86_64 and Win32.
The bug is triggered by this patch:
r85526
http://lists.ximian.com/pipermail/mono-patches/2007-September/100397.html
The failure is really strange, because there are no remoting calls
of generic methods in the whole corlib tests.
I changed the patch to be more readable/debugable and even commented
out the generic param check (see attachment), but the unit test is
still failing.
It stops failing if I replace all "create_remoting_trampoline_with_check ()"
calls with "arch_create_remoting_trampoline ()", which basically
means that this simple wrapper is failing:
static gpointer
create_remoting_trampoline_with_check (MonoMethod *method, MonoRemotingTarget
target_type)
{
return arch_create_remoting_trampoline (method, target_type);
}
Anyone an idea what this means?
--
Configure bugmail: https://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