[Mono-bugs] [Bug 327189] Crash in mono_signature_hash

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Sep 23 13:32:58 EDT 2007


https://bugzilla.novell.com/show_bug.cgi?id=327189#c1


Robert Jordan <robertj at gmx.net> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |robertj at gmx.net




--- Comment #1 from Robert Jordan <robertj at gmx.net>  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.


More information about the mono-bugs mailing list