[Mono-bugs] [Bug 561614] New: abort in mono_method_to_ir while JITting a verified method

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Dec 8 08:49:51 EST 2009


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

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


           Summary: abort in mono_method_to_ir while JITting a verified
                    method
    Classification: Mono
           Product: Mono: Runtime
           Version: 2.6.x
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: JIT
        AssignedTo: lupus at novell.com
        ReportedBy: spouliot at novell.com
         QAContact: mono-bugs at lists.ximian.com
                CC: rkumpera at novell.com
          Found By: ---
           Blocker: ---


Created an attachment (id=331563)
 --> (http://bugzilla.novell.com/attachment.cgi?id=331563)
assembly to reproduce abort

MONO_PATH=/opt/mono/lib/moonlight/plugin/ gdb --args mono --security=core-clr
--compile-all System.sigabrt.21100.dll

** ERROR:(method-to-ir.c:8178):mono_method_to_ir: assertion failed:
(!(field->type->attrs & FIELD_ATTRIBUTE_LITERAL))

Program received signal SIGABRT, Aborted.
[Switching to Thread 0x418cc950 (LWP 22960)]
0x00007ffbe30145c5 in raise () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ffbe30145c5 in raise () from /lib64/libc.so.6
#1  0x00007ffbe3015bb3 in abort () from /lib64/libc.so.6
#2  0x00007ffbe3e422c7 in g_assertion_message () from
/usr/lib64/libglib-2.0.so.0
#3  0x00007ffbe3e42762 in g_assertion_message_expr () from
/usr/lib64/libglib-2.0.so.0
#4  0x000000000046c990 in mono_method_to_ir (cfg=0xa34200, method=0xa31860,
start_bblock=0xa4aee8, end_bblock=0xa4aff0, return_var=0x0,
dont_inline=0xa46180, 
    inline_args=0x0, inline_offset=0, is_virtual_call=0) at method-to-ir.c:8178
#5  0x000000000041f790 in mini_method_compile (method=0xa31860, opts=55667199,
domain=0x7ffbe4358db0, run_cctors=0, compile_aot=0, parts=0) at mini.c:3401
#6  0x00000000004a381a in compile_all_methods_thread_main (args=0x7fffec4c6040)
at driver.c:881
#7  0x00000000005aea8a in start_wrapper (data=0xa272f0) at threads.c:662
#8  0x00000000006579c3 in thread_start_routine (args=0x9fab10) at
wthreads.c:286
#9  0x0000000000670bde in GC_start_routine (arg=0x7ffbe4359e70) at
pthread_support.c:1390
#10 0x00007ffbe3598040 in start_thread () from /lib64/libpthread.so.0
#11 0x00007ffbe30b508d in clone () from /lib64/libc.so.6
#12 0x0000000000000000 in ?? ()
(gdb) up 4
#4  0x000000000046c990 in mono_method_to_ir (cfg=0xa34200, method=0xa31860,
start_bblock=0xa4aee8, end_bblock=0xa4aff0, return_var=0x0,
dont_inline=0xa46180, 
    inline_args=0x0, inline_offset=0, is_virtual_call=0) at method-to-ir.c:8178
8178                g_assert (!(field->type->attrs & FIELD_ATTRIBUTE_LITERAL));
(gdb) p field->type->attrs
$1 = 32854

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