[Mono-bugs] [Bug 606353] New: [verifier] abort in inflate_generic_signature
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon May 17 08:17:59 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=606353
http://bugzilla.novell.com/show_bug.cgi?id=606353#c0
Summary: [verifier] abort in inflate_generic_signature
Classification: Mono
Product: Mono: Runtime
Version: SVN
Platform: x86-64
OS/Version: openSUSE 11.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: verifier
AssignedTo: rkumpera at novell.com
ReportedBy: spouliot at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Created an attachment (id=362600)
--> (http://bugzilla.novell.com/attachment.cgi?id=362600)
assembly causing the abort
gdb --args pedump --verify all bin/System.Core.sigabrt.1228.dll
ERROR:loader.c:760:inflate_generic_signature: assertion failed: (mono_error_ok
(&error))
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 0x0000000000439fe4 in inflate_generic_signature (image=0x896d90,
sig=0x8e0698, context=0x8e8af8) at loader.c:760
#5 0x000000000043d705 in mono_method_signature_checked (m=0x8e8ab0,
error=0x7fffffffd220) at loader.c:2133
#6 0x000000000043dcb0 in mono_method_signature (m=0x8e8ab0) at loader.c:2256
#7 0x000000000041e0aa in check_interface_method_override (class=0x8dff80,
im=0x8e8ab0, cm=0x8e05b0, require_newslot=1,
interface_is_explicitly_implemented_by_class=1, slot_is_empty=1,
security_enabled=0) at class.c:3427
#8 0x000000000041f47f in mono_class_setup_vtable_general (class=0x8dff80,
overrides=0x8e81f0, onum=1) at class.c:3937
#9 0x000000000041dfd8 in mono_class_setup_vtable (class=0x8dff80) at
class.c:3327
#10 0x0000000000421468 in mono_class_init (class=0x8e8280) at class.c:4585
#11 0x0000000000418822 in mono_class_setup_fields (class=0x8e0298) at
class.c:1273
#12 0x000000000041926d in mono_class_setup_fields_locking (class=0x8e0298) at
class.c:1466
#13 0x00000000004286e4 in mono_class_get_fields (klass=0x8e0298,
iter=0x7fffffffdb20) at class.c:7736
#14 0x00000000004e3008 in verify_class_fields (class=0x8e0298) at verify.c:5705
#15 0x00000000004e342a in mono_verifier_verify_class (class=0x8e0298) at
verify.c:5823
#16 0x0000000000420e5b in mono_class_init (class=0x8e0298) at class.c:4469
#17 0x000000000040ebf3 in verify_image_file (fname=0x7fffffffe300
"bin/System.Core.sigabrt.1228.dll") at pedump.c:465
#18 0x000000000040f4e9 in main (argc=4, argv=0x7fffffffdeb8) at pedump.c:685
--
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