[Mono-bugs] [Bug 563963] New: abort in mono_spill_global_vars while JITting a verified method
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Dec 11 08:58:21 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=563963
http://bugzilla.novell.com/show_bug.cgi?id=563963#c0
Summary: abort in mono_spill_global_vars 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=332179)
--> (http://bugzilla.novell.com/attachment.cgi?id=332179)
assembly to reproduce abort
MONO_PATH=/opt/mono/lib/moonlight/plugin/ gdb --args mono --security=core-clr
--compile-all System.Windows.sigabrt.20120.dll
** ERROR:(method-to-ir.c:10862):mono_spill_global_vars: assertion failed:
(store_opcode != OP_STOREV_MEMBASE)
Program received signal SIGABRT, Aborted.
0x00007f8d679fb5c5 in raise () from /lib64/libc.so.6
(gdb) bt
#0 0x00007f8d679fb5c5 in raise () from /lib64/libc.so.6
#1 0x00007f8d679fcbb3 in abort () from /lib64/libc.so.6
#2 0x00007f8d688292c7 in g_assertion_message () from
/usr/lib64/libglib-2.0.so.0
#3 0x00007f8d68829762 in g_assertion_message_expr () from
/usr/lib64/libglib-2.0.so.0
#4 0x0000000000483622 in mono_spill_global_vars (cfg=0xb4cf30,
need_local_opts=0x4112bddc) at method-to-ir.c:10862
#5 0x00000000004201ff in mini_method_compile (method=0xc794d8, opts=55667199,
domain=0x7f8d68d3fdb0, run_cctors=0, compile_aot=0, parts=0) at mini.c:3709
#6 0x00000000004a382e in compile_all_methods_thread_main (args=0x7fff70eada20)
at driver.c:881
#7 0x00000000005aef56 in start_wrapper (data=0xa26550) at threads.c:662
#8 0x0000000000656cb3 in thread_start_routine (args=0x9f9c30) at
wthreads.c:286
#9 0x000000000066fece in GC_start_routine (arg=0x7f8d68d40e70) at
pthread_support.c:1390
#10 0x00007f8d67f7f040 in start_thread () from /lib64/libpthread.so.0
#11 0x00007f8d67a9c08d in clone () from /lib64/libc.so.6
#12 0x0000000000000000 in ?? ()
10862 g_assert (store_opcode != OP_STOREV_MEMBASE);
(gdb) p store_opcode
$1 = 388
--
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