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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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 [EMAIL PROTECTED] + +** 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 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
