[Mono-bugs] [Bug 565598] abort in mono_spill_global_vars (load_opcode != OP_LOADV_MEMBASE) while JITting a verified method
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Apr 29 08:56:48 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=565598
http://bugzilla.novell.com/show_bug.cgi?id=565598#c6
Sebastien Pouliot <spouliot at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Version|2.6.x |SVN
Depends on| |600905
Resolution|FIXED |
--- Comment #6 from Sebastien Pouliot <spouliot at novell.com> 2010-04-29 12:56:45 UTC ---
The same assertion can still be hit using:
mono --security=core-clr --compile-all
bin/System.ServiceModel.Web.sigabrt.51027.dll
ERROR:method-to-ir.c:10903:mono_spill_global_vars: assertion failed:
(load_opcode != OP_LOADV_MEMBASE)
Stacktrace:
Native stacktrace:
mono [0x48aa26]
/lib64/libpthread.so.0 [0x7f62dae1ec00]
/lib64/libc.so.6(gsignal+0x35) [0x7f62da8924e5]
/lib64/libc.so.6(abort+0x180) [0x7f62da8939b0]
/usr/lib64/libglib-2.0.so.0(g_assertion_message+0x10f) [0x7f62db49a77f]
/usr/lib64/libglib-2.0.so.0 [0x7f62db49acf0]
mono [0x42aa0c]
mono [0x41f4b8]
mono [0x468833]
mono [0x577fcc]
mono [0x599543]
mono [0x5c3e45]
/lib64/libpthread.so.0 [0x7f62dae1665d]
/lib64/libc.so.6(clone+0x6d) [0x7f62da930e1d]
NOTE: if executed under GDB you'll crash before this - see bug #600905
--
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