[Mono-bugs] [Bug 597072] New: abort in create_jit_info while JITting a verified method

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Apr 15 14:58:08 EDT 2010


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

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


           Summary: abort in create_jit_info while JITting a verified
                    method
    Classification: Mono
           Product: Mono: Runtime
           Version: SVN
          Platform: x86-64
        OS/Version: openSUSE 11.2
            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=354774)
 --> (http://bugzilla.novell.com/attachment.cgi?id=354774)
assembly cause the abort

gdb --args mono --security=core-clr --compile-all
bin/System.Core.sigabrt.102161.dll
..

ERROR:mini.c:3563:create_jit_info: assertion failed: (tblock)

Program received signal SIGABRT, Aborted.
[Switching to Thread 0x7ffff6147910 (LWP 11027)]
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  0x0000000000420558 in create_jit_info (cfg=0xb14e90,
method_to_compile="System.Linq.Expressions.Expression:CheckMemberBindings ()")
at mini.c:3563
#5  0x0000000000422683 in mini_method_compile
(method="System.Linq.Expressions.Expression:CheckMemberBindings ()",
opts=51472895, domain=0x7ffff7e7dd48, 
    run_cctors=0, compile_aot=0, parts=0) at mini.c:4437
#6  0x00000000004ac8f6 in compile_all_methods_thread_main (args=0x7fffffffdbb0)
at driver.c:879
#7  0x000000000063a571 in start_wrapper (data=0xad0310) at threads.c:739
#8  0x000000000066a3d1 in thread_start_routine (args=0xaa6518) at
wthreads.c:286
#9  0x000000000069c715 in GC_start_routine (arg=0x7ffff7e2ffc0) at
pthread_support.c:1390
#10 0x00007ffff72f165d in start_thread (arg=<value optimized out>) at
pthread_create.c:297
#11 0x00007ffff6e0be1d in clone () from /lib64/libc.so.6
#12 0x0000000000000000 in ?? ()

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