-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runtime: crash in memmove on loongson 3a4000 (mips64le) #50728
Comments
Go 1.17 doesn't support loongarch. |
@ianlancetaylor loong 3a4000 is not loongarch, it is mips64le. |
OK, reopening. But the Go team does not have access to any loong 3a4000 systems, and our mips64le systems are not showing any problems. This will most likely have to be investigated by somebody with access to a machine that shows the failure. |
@ianlancetaylor I send user and password to your mail (ian@airs.com). No privacy or secret on this host! |
@ianlancetaylor there is a loong 3a4000 (host-linux-mipsle-mengzhuo) in the build farmer, you can access it with gomote p.s. I've tried on mips64le builder (Loongson 3A4K, go 1.13.15 to bootstrap 1.17 ) and it works fine. error log shows an access memory to 0 at memmove_mips64x.s:97
go/src/runtime/memmove_mips64x.s Line 97 in ec51703
|
@mengzhuo Can you provide your email if you are interested. |
Why 1.13 and multiple builds? Can't you just bootstrap build 1.17 on your amd64 system and use that result? I can't get your error.txt file - it appears empty. Is this reproducible? Can you figure out what test is failing, set a breakpoint on the faulting instruction, and see where the presumably bad R6 is coming from? Is it a bad argument to |
@randall77 I send mail to your mail (keithr@alum.mit.edu) ** go1.17 amd64 - > go.1.17 mips64le bootstrap - > go.1.17 mips64le**
** go1.4 amd64 - > go.1.17 mips64le bootstrap - > go.1.17 mips64le**
Is this reproducible? yes! but I`m a junior programmer, don't know how to debug |
output.log is empty.
(+ some other goroutines) I suspect the first error is the salient one. I think a mips64le maintainer should take a look. Can the bootstrap-built distribution build and run a hello world program? Or is it just when trying to build the whole distribution again that it fails? |
I`m a junior programmer, don't know how to debug. but I can privode the user accout of loongson hosts! |
@randall77 I've tried to reproduce by the OP's bootstrap approach (3 times) @runner-mei Maybe you can run a memtest on your machine and AFAIK the original distribution from Loongson (Loognix) runs on a buggy fork of Linux (3.19) Here is my build log and script
|
@mengzhuo
build in loongnix 3A4000 + kernel 4.19 is ok
|
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
fail
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I build go1.13.15 with mips64le on the centos7 amd64, and golang version is 1.4
GOOS=linux GOARCH=mips64le ./bootstrap.bash
copy go-linux-mips64le-bootstrap.tbz to target host
target host:
Linux localhost.localdomain 3.10.0-693.lns7.18.mips64el cmd/cgo: fails with gcc 4.4.1 #1 SMP PREEMPT Fri Jul 10 15:28:05 CST 2020 mips64 mips64 mips64 GNU/Linux
target os:
Loongnix-Server release 1.7.2007 (Core)
Loongnix-Server release 1.7.2007 (Core)
NAME="Loongnix"
VERSION="7 (Core)"
ID="loongnix"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="Loongnix 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:loongnix:loongnix:7"
HOME_URL="https://www.loongnix.org/"
BUG_REPORT_URL="https://bugs.loongnix.org/"
compile go1.13 with go-linux-mips64le-bootstrap.tbz , and successful.
compile go1.17 with go1.13 , and failure
What did you expect to see?
What did you see instead?
error.txt
The text was updated successfully, but these errors were encountered: