[Mono-bugs] [Bug 570647] abort in mono_method_to_ir (costs > 0) while JITting a verified method

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jul 21 08:19:43 EDT 2010


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

http://bugzilla.novell.com/show_bug.cgi?id=570647#c5


--- Comment #5 from Sebastien Pouliot <spouliot at novell.com> 2010-07-21 12:19:42 UTC ---
Created an attachment (id=377453)
 --> (http://bugzilla.novell.com/attachment.cgi?id=377453)
assembly causing the abort

more recent test case on x86 opensuse 11.3

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


* Assertion at method-to-ir.c:7856, condition `costs > 0' not met


Program received signal SIGABRT, Aborted.
[Switching to Thread 0xb73ecb70 (LWP 1074)]
0xffffe424 in __kernel_vsyscall ()
(gdb) bt
#0  0xffffe424 in __kernel_vsyscall ()
#1  0xb7e2d7ff in raise () from /lib/libc.so.6
#2  0xb7e2f140 in abort () from /lib/libc.so.6
#3  0x08281706 in monoeg_g_logv (log_domain=0x0, log_level=G_LOG_LEVEL_ERROR,
format=0x82a392c "* Assertion at %s:%d, condition `%s' not met\n", args=
    0xb73eb6f4 "\033\071*\b\260\036") at goutput.c:134
#4  0x08281785 in monoeg_assertion_message (format=0x82a392c "* Assertion at
%s:%d, condition `%s' not met\n") at goutput.c:154
#5  0x080a12ea in mono_method_to_ir (cfg=0x8561ac0,
method="System.ServiceModel.Channels.MessageFault:ReadFaultCode12 ()",
start_bblock=0x8438734, 
    end_bblock=0x84387d4, return_var=0x0, dont_inline=0x85be6e8,
inline_args=0x0, inline_offset=0, is_virtual_call=0) at method-to-ir.c:7856
#6  0x08061728 in mini_method_compile
(method="System.ServiceModel.Channels.MessageFault:ReadFaultCode12 ()",
opts=59861503, domain=0x34e70, run_cctors=0, 
    compile_aot=0, parts=0) at mini.c:4026
#7  0x080e39ec in compile_all_methods_thread_main (args=0xbfffee34) at
driver.c:878
#8  0x081e56d2 in start_wrapper (data=0x84273c0) at threads.c:747
#9  0x08261a68 in thread_start_routine (args=0x84107bc) at wthreads.c:285
#10 0x0828ff81 in GC_start_routine (arg=0x5efc0) at pthread_support.c:1390
#11 0xb7f73b25 in start_thread () from /lib/libpthread.so.0
#12 0xb7ed546e in clone () from /lib/libc.so.6

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