[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
Mon Jul 19 16:52:14 EDT 2010


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

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


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

newer test case on x86 opensuse 11.3

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

* Assertion at method-to-ir.c:8192, condition `!(field->type->attrs &
FIELD_ATTRIBUTE_LITERAL)' not met


Program received signal SIGABRT, Aborted.
[Switching to Thread 0xb7410b70 (LWP 17804)]
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  0x0827bc52 in monoeg_g_logv (log_domain=0x0, log_level=G_LOG_LEVEL_ERROR,
format=0x829dc0c "* Assertion at %s:%d, condition `%s' not met\n", args=
    0xb740f6f4 "\373\333)\b") at goutput.c:134
#4  0x0827bcd1 in monoeg_assertion_message (format=0x829dc0c "* Assertion at
%s:%d, condition `%s' not met\n") at goutput.c:154
#5  0x080a31ef in mono_method_to_ir (cfg=0x8420c20,
method="System.Net.Sockets.Socket:get_OSSupportsIPv6 ()",
start_bblock=0x854667c, end_bblock=0x854671c, 
    return_var=0x0, dont_inline=0x8562f18 = {...}, inline_args=0x0,
inline_offset=0, is_virtual_call=0) at method-to-ir.c:8192
#6  0x08061718 in mini_method_compile
(method="System.Net.Sockets.Socket:get_OSSupportsIPv6 ()", opts=59861503,
domain=0x34e70, run_cctors=0, compile_aot=
    0, parts=0) at mini.c:4026
#7  0x080e22a0 in compile_all_methods_thread_main (args=0xbfffee44) at
driver.c:878
#8  0x081e3fa2 in start_wrapper (data=0x8421a68) at threads.c:747
#9  0x082602ef in thread_start_routine (args=0x840a7bc) at wthreads.c:285
#10 0x0828a451 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