http://bugzilla.novell.com/show_bug.cgi?id=560196
http://bugzilla.novell.com/show_bug.cgi?id=560196#c1 Sebastien Pouliot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[verifier] abort in |[verifier] abort in |get_call_info (x86_64) |get_call_info (both x86 and |while JITting a verified |x86_64) while JITting a |method |verified method --- Comment #1 from Sebastien Pouliot <[email protected]> 2009-12-15 01:42:54 UTC --- Same condition occurs on x86 ** ERROR **: unexpected type 0x1 aborting... Program received signal SIGABRT, Aborted. [Switching to Thread 0xb751db90 (LWP 28855)] 0xffffe430 in __kernel_vsyscall () (gdb) bt #0 0xffffe430 in __kernel_vsyscall () #1 0xb7d60990 in raise () from /lib/libc.so.6 #2 0xb7d622c8 in abort () from /lib/libc.so.6 #3 0xb7f28dac in g_logv () from /usr/lib/libglib-2.0.so.0 #4 0xb7f28de6 in g_log () from /usr/lib/libglib-2.0.so.0 #5 0x08118ed3 in get_call_info (gsctx=0x0, mp=<value optimized out>, sig=0x835bc1c, is_pinvoke=0) at mini-x86.c:464 #6 0x08119d7e in mono_arch_create_vars (cfg=0x835ed00) at mini-x86.c:1069 #7 0x08061123 in mono_compile_create_vars (cfg=0x835ed00) at mini.c:2869 #8 0x080626a3 in mini_method_compile (method=0x835bbfc, opts=64055807, domain=0x34e70, run_cctors=0, compile_aot=0, parts=0) at mini.c:3406 #9 0x080d54c5 in compile_all_methods_thread_main (args=0xbfffeec8) at driver.c:881 #10 0x0816b1b7 in start_wrapper (data=0x834b658) at threads.c:662 #11 0x08205066 in thread_start_routine (args=0x833033c) at wthreads.c:286 #12 0x08222b3d in GC_start_routine (arg=0x35f20) at pthread_support.c:1390 #13 0xb7ec11b5 in start_thread () from /lib/libpthread.so.0 #14 0xb7e073ae in clone () from /lib/libc.so.6 (gdb) up 5 #5 0x08118ed3 in get_call_info (gsctx=0x0, mp=<value optimized out>, sig=0x835bc1c, is_pinvoke=0) at mini-x86.c:464 464 g_error ("unexpected type 0x%x", ptype->type); -- 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
