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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Apr 15 14:53:44 EDT 2010


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

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


--- Comment #4 from Sebastien Pouliot <spouliot at novell.com> 2010-04-15 18:53:42 UTC ---
Created an attachment (id=354773)
 --> (http://bugzilla.novell.com/attachment.cgi?id=354773)
a more recent test case

This still occurs on HEAD

gdb --args mono --security=core-clr --compile-all
bin/System.Core.sigabrt.116262.dll
..
ERROR:method-to-ir.c:8063:mono_method_to_ir: assertion failed:
(!(field->type->attrs & FIELD_ATTRIBUTE_LITERAL))

Program received signal SIGABRT, Aborted.
[Switching to Thread 0x7ffff6147910 (LWP 10844)]
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  0x000000000047179b in mono_method_to_ir (cfg=0xada900,
method="System.Linq.Expressions.Expression:GetDelegateType ()",
start_bblock=0xbd67d8, 
    end_bblock=0xbd68e8, return_var=0x0, dont_inline=0xacacc0 = {...},
inline_args=0x0, inline_offset=0, is_virtual_call=0) at method-to-ir.c:8063
#5  0x00000000004217c6 in mini_method_compile
(method="System.Linq.Expressions.Expression:GetDelegateType ()", opts=51472895,
domain=0x7ffff7e7dd48, 
    run_cctors=0, compile_aot=0, parts=0) at mini.c:4018
#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