[Mono-bugs] [Bug 58343][Nor] Changed - AOT failure for classpath.dll from ikvm
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 17 May 2004 09:45:01 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by totte@hiddenpeaks.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58343
--- shadow/58343 2004-05-17 07:33:42.000000000 -0400
+++ shadow/58343.tmp.7697 2004-05-17 09:45:01.000000000 -0400
@@ -51,6 +51,35 @@
"mono -O=all,-loop --aot classpath.dll"
work correctly.
On the other hand, "mono -O=-all --aot classpath.dll"
still does *not* work for me.
+
+------- Additional Comments From totte@hiddenpeaks.com 2004-05-17 09:45 -------
+Strange, this is my output from "mono -O=-all --aot classpath.dll"
+
+Mono Ahead of Time compiler - compiling
+assembly /home/totte/novell/mono/mono/mini/classpath.dll
+Executing the native assembler: as /tmp/mono_aot_jLgaOh -
+o /tmp/mono_aot_jLgaOh.o
+Executing the native linker: ld -shared -
+o /home/totte/novell/mono/mono/mini/classpath.dll.so /tmp/mono_aot_jLg
+aOh.o
+Compiled 19077 out of 19470 methods (97%)
+0 methods contain absolute addresses (0%)
+393 methods contain wrapper references (2%)
+0 methods contain lmf pointers (0%)
+0 methods have other problems (0%)
+AOT RESULT 0
+
+and this is the output form "mono -O=all --aot classpath.dll"
+
+Mono Ahead of Time compiler - compiling
+assembly /home/totte/novell/mono/mono/mini/classpath.dll
+mono: mini-x86.c:3309: mono_arch_patch_code: Assertion `0' failed.
+Aborted
+
+cvs diff only shows one local change and thats in helpers.c enabling
+intel asm output, do you have any local changes?
+
+or are we testing different classpaths.dll? maybee that's the problem?