[Mono-bugs] [Bug 66832][Nor] New - mono runtime crash during build of monodoc on amd64

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 25 Sep 2004 05:54:04 -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 martin@wrasse.demon.co.uk.

http://bugzilla.ximian.com/show_bug.cgi?id=66832

--- shadow/66832	2004-09-25 05:54:04.000000000 -0400
+++ shadow/66832.tmp.11405	2004-09-25 05:54:04.000000000 -0400
@@ -0,0 +1,53 @@
+Bug#: 66832
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: martin@wrasse.demon.co.uk               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mono runtime crash during build of monodoc on amd64
+
+Description of Problem:
+
+mono crashes during monodoc build on amd64.
+
+Steps to reproduce the problem:
+1. build and install mono 1.1.1 on amd64 machine
+2. try to build monodoc
+
+Actual Results:
+
+make[1]: Entering directory
+`/var/tmp/portage/monodoc-1.0.2/work/monodoc-1.0.2/class'
+mono --debug ../browser/assembler.exe --ecmaspec ./../ecma334 -o ecma334
+        Section: 1
+
+** (../browser/assembler.exe:1200): WARNING **: wrong maximal instruction
+length of instruction amd64_icompare_membase_reg (expected 7, got 8)
+
+** ERROR **: file mini-amd64.c: line 4591 (mono_arch_output_basic_block):
+should not be reached
+aborting...
+make[1]: *** [ecma334.tree] Killed
+
+
+Expected Results:
+
+build monodoc.
+
+How often does this happen? 
+
+every time.
+
+Additional Information:
+
+gentoo on amd64. no special optimisations, everything set to defaults.