[Mono-bugs] [Bug 553403] [verifier] abort in mono_get_delegate_invoke on bad assembly

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Apr 15 11:11:25 EDT 2010


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

http://bugzilla.novell.com/show_bug.cgi?id=553403#c2


--- Comment #2 from Sebastien Pouliot <spouliot at novell.com> 2010-04-15 15:11:24 UTC ---
Created an attachment (id=354702)
 --> (http://bugzilla.novell.com/attachment.cgi?id=354702)
a more recent test case

Still occurs with HEAD using Moonlight assemblies

gdb --args pedump --verify all bin/System.Core.sigabrt.14151.dll
..
ERROR:object.c:3278:mono_get_delegate_invoke: assertion failed: (im)

Program received signal SIGABRT, Aborted.
0x00007ffff6d6d4e5 in raise () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ffff6d6d4e5 in raise () from /lib64/libc.so.6
#1  0x00007ffff6d6e9b0 in abort () from /lib64/libc.so.6
#2  0x00007ffff797577f in g_assertion_message () from
/usr/lib64/libglib-2.0.so.0
#3  0x00007ffff7975cf0 in g_assertion_message_expr () from
/usr/lib64/libglib-2.0.so.0
#4  0x0000000000488b7a in mono_get_delegate_invoke (klass=0x9f9380) at
object.c:3278
#5  0x00000000004cc835 in verify_delegate_compatibility (ctx=0x7fffffffd610,
delegate=0x9f9380, value=0x9f88d0, funptr=0x9f88e8) at verify.c:2413
#6  0x00000000004d3aeb in do_newobj (ctx=0x7fffffffd610, token=167772717) at
verify.c:3468
#7  0x00000000004dcbdc in mono_method_verify (method=0x9f5c80, level=135) at
verify.c:5090
#8  0x000000000040e762 in dump_verify_info (image=0x8e8a50, flags=135) at
pedump.c:365
#9  0x000000000040f592 in main (argc=4, argv=0x7fffffffde98) at pedump.c:720

-- 
Configure bugmail: http://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