[Mono-bugs] [Bug 79272][Blo] New - Fails to build on Linux/arm with assertion failure: file mini-arm.c: line 103 (emit_memcpy)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Sep 4 05:34:22 EDT 2006
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 slomo at ubuntu.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79272
--- shadow/79272 2006-09-04 05:34:22.000000000 -0400
+++ shadow/79272.tmp.25691 2006-09-04 05:34:22.000000000 -0400
@@ -0,0 +1,60 @@
+Bug#: 79272
+Product: Mono: Runtime
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Blocker
+Component: JIT
+AssignedTo: lupus at ximian.com
+ReportedBy: slomo at ubuntu.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Fails to build on Linux/arm with assertion failure: file mini-arm.c: line 103 (emit_memcpy)
+
+Hi,
+at least mono .17.1 fails to build on arm with an assertion failure. .13.8
+was fine.
+Below is the relevant output of the buildlog:
+
+[...]
+make[8]: Entering directory `/build/buildd/mono-1.1.17.1/mcs/mcs'
+../jay/jay -ctv < ../jay/skeleton.cs cs-parser.jay > jay-tmp.out && mv
+jay-tmp.out cs-parser.cs
+../jay/jay: 5 rules never reduced
+../jay/jay: 30 shift/reduce conflicts, 1 reduce/reduce conflict.
+MONO_PATH="../class/lib/monolite:$MONO_PATH"
+/build/buildd/mono-1.1.17.1/runtime/mono-wrapper
+../class/lib/monolite/mcs.exe /codepage:28591 -d:NET_1_1 -d:ONLY_1_1
+-d:BOOTSTRAP_WITH_OLDLIB -debug -target:exe -out:mcs.exe cs-parser.cs
+ at mcs.exe.sources
+
+** ERROR **: file mini-arm.c: line 103 (emit_memcpy): assertion failed:
+(arm_is_imm12 (doffset))
+aborting...
+
+=================================================================
+Got a SIGABRT while executing native code. This usually indicates
+a fatal error in the mono runtime or one of the native libraries
+used by your application.
+=================================================================
+
+Stacktrace:
+
+ at Mono.CSharp.Binary.DoResolve (Mono.CSharp.EmitContext) <0xffffffff>
+
+Native stacktrace:
+
+make[8]: *** [../class/lib/basic/mcs.exe] Aborted
+make[8]: Leaving directory `/build/buildd/mono-1.1.17.1/mcs/mcs'
+make[7]: *** [do-all] Error 2
+[...]
+
+Complete build log here:
+http://buildd.debian.org/fetch.php?&pkg=mono&ver=1.1.17.1-1&arch=arm&stamp=1157335424&file=log&as=raw
+
+Bye
More information about the mono-bugs
mailing list