http://bugzilla.novell.com/show_bug.cgi?id=560196
http://bugzilla.novell.com/show_bug.cgi?id=560196#c0 Summary: [verifier] abort in get_call_info (x86_64) 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: [email protected] ReportedBy: [email protected] QAContact: [email protected] CC: [email protected] Found By: --- Blocker: --- Created an attachment (id=330650) --> (http://bugzilla.novell.com/attachment.cgi?id=330650) assembly to reproduce abort gdb --args mono --security=core-clr --compile-all System.sigabrt.3115.dll ** ERROR:(mini-amd64.c:804):get_call_info: code should not be reached Program received signal SIGABRT, Aborted. [Switching to Thread 0x407a9950 (LWP 6004)] 0x00007fd6cff975c5 in raise () from /lib64/libc.so.6 (gdb) bt #0 0x00007fd6cff975c5 in raise () from /lib64/libc.so.6 #1 0x00007fd6cff98bb3 in abort () from /lib64/libc.so.6 #2 0x00007fd6d0dc52c7 in g_assertion_message () from /usr/lib64/libglib-2.0.so.0 #3 0x00000000004b0084 in get_call_info (gsctx=0x0, mp=<value optimized out>, sig=0x9856a8, is_pinvoke=<value optimized out>) at mini-amd64.c:804 #4 0x00000000004b857d in mono_arch_create_vars (cfg=0x970a00) at mini-amd64.c:1580 #5 0x000000000041e35f in mini_method_compile (method=0x985678, opts=55667199, domain=0x7fd6d12dbdb0, run_cctors=<value optimized out>, compile_aot=<value optimized out>, parts=0) at mini.c:2859 #6 0x0000000000469332 in compile_all_methods_thread_main (args=0x7fffd944b160) at driver.c:873 #7 0x000000000051f178 in start_wrapper (data=<value optimized out>) at threads.c:662 #8 0x00000000005a3e3b in thread_start_routine (args=0x935040) at wthreads.c:286 #9 0x00000000005b555e in GC_start_routine (arg=0x7fd6d12dce70) at pthread_support.c:1390 #10 0x00007fd6d051b040 in start_thread () from /lib64/libpthread.so.0 #11 0x00007fd6d003808d 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
