http://bugzilla.novell.com/show_bug.cgi?id=566296
http://bugzilla.novell.com/show_bug.cgi?id=566296#c1 --- Comment #1 from Sebastien Pouliot <[email protected]> 2010-01-06 14:10:00 UTC --- Created an attachment (id=335162) --> (http://bugzilla.novell.com/attachment.cgi?id=335162) assembly to reproduce abort Here's a second test case with a different missing opcode. MONO_PATH=/opt/mono/lib/moonlight/plugin/ gdb --args mono --security=core-clr --compile-all System.Xml.sigabrt.56962.dll ** ERROR **: Opcode 'float_conv_to_ovf_u_un' missing from machine description file. aborting... Program received signal SIGABRT, Aborted. [Switching to Thread 0x40635950 (LWP 28350)] 0x00007f77efd7b5c5 in raise () from /lib64/libc.so.6 (gdb) bt #0 0x00007f77efd7b5c5 in raise () from /lib64/libc.so.6 #1 0x00007f77efd7cbb3 in abort () from /lib64/libc.so.6 #2 0x00007f77f0b8d54b in g_logv () from /usr/lib64/libglib-2.0.so.0 #3 0x00007f77f0b8d5e3 in g_log () from /usr/lib64/libglib-2.0.so.0 #4 0x00000000004c1f7e in mono_local_regalloc (cfg=0xa45b40, bb=0xab3f68) at mini-codegen.c:1118 #5 0x000000000041e5c8 in mono_codegen (cfg=0xa45b40) at mini.c:3004 #6 0x00000000004206af in mini_method_compile (method=0xa4c180, opts=55667199, domain=0x7f77f10bfdb0, run_cctors=0, compile_aot=0, parts=0) at mini.c:3835 #7 0x00000000004a3e76 in compile_all_methods_thread_main (args=0x7ffff922eda0) at driver.c:881 #8 0x00000000005b01e6 in start_wrapper (data=0xa292c0) at threads.c:662 #9 0x000000000065942b in thread_start_routine (args=0x9fcb70) at wthreads.c:286 #10 0x0000000000672646 in GC_start_routine (arg=0x7f77f10c0e70) at pthread_support.c:1390 #11 0x00007f77f02ff040 in start_thread () from /lib64/libpthread.so.0 #12 0x00007f77efe1c08d in clone () from /lib64/libc.so.6 #13 0x0000000000000000 in ?? () (gdb) up 6 #6 0x00000000004206af in mini_method_compile (method=0xa4c180, opts=55667199, domain=0x7f77f10bfdb0, run_cctors=0, compile_aot=0, parts=0) at mini.c:3835 3835 mono_codegen (cfg); (gdb) p method $1 = (MonoMethod *) 0xa4c180 (gdb) p method->name $2 = 0x7f77f109c57d "ReadElementContentAsDouble" (gdb) p method->klass->name $3 = 0x7f77f10999f8 "XmlReader" (gdb) p method->klass->name_space $4 = 0x7f77f1098a75 "System.Xml" -- 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
