[Mono-bugs] [Bug 560339] New: [verifier] abort in setup_interface_offsets on bad assembly

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Dec 3 09:20:02 EST 2009


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

http://bugzilla.novell.com/show_bug.cgi?id=560339#c0


           Summary: [verifier] abort in setup_interface_offsets on bad
                    assembly
    Classification: Mono
           Product: Mono: Runtime
           Version: 2.6.x
          Platform: Other
        OS/Version: Other
            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=330768)
 --> (http://bugzilla.novell.com/attachment.cgi?id=330768)
assembly to reproduce abort

note: following Marek's suggestion this is System.Core.dll in 4.0 profile to
test more cases of generic. Make sure MONO_PATH points to your 4.0 setup.

MONO_PATH=. gdb --args pedump --verify all System.Core.sigabrt.103525.dll

** ERROR:(class.c:2683):setup_interface_offsets: assertion failed: (io >= 0)
[New Thread 0x7f29b6dac710 (LWP 15876)]

Program received signal SIGABRT, Aborted.
[Switching to Thread 0x7f29b6dac710 (LWP 15876)]
0x00007f29b59195c5 in raise () from /lib64/libc.so.6
(gdb) bt
#0  0x00007f29b59195c5 in raise () from /lib64/libc.so.6
#1  0x00007f29b591abb3 in abort () from /lib64/libc.so.6
#2  0x00007f29b67472c7 in g_assertion_message () from
/usr/lib64/libglib-2.0.so.0
#3  0x00007f29b6747762 in g_assertion_message_expr () from
/usr/lib64/libglib-2.0.so.0
#4  0x000000000041a3ef in setup_interface_offsets (class=0x8860a8, cur_slot=0)
at class.c:2683
#5  0x000000000041b6e2 in mono_class_setup_vtable_general (class=0x8860a8,
overrides=0x0, onum=0) at class.c:3304
#6  0x000000000041ad72 in mono_class_setup_vtable (class=0x8860a8) at
class.c:2888
#7  0x000000000041e2cc in mono_class_init (class=0x8860a8) at class.c:4204
#8  0x000000000040ecc8 in main (argc=<value optimized out>, argv=<value
optimized out>) at pedump.c:475

-- 
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