-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
cmd/compile,runtime: SIGILL on linux-loong64-3a5000
#53093
Comments
linux-loong64-3a5000
linux-loong64-3a5000
Sorry, We're having the same issue and we're analysing what's causing it. |
I can't reproduce this.
Try bumping your kernel version and/or bootstrap toolchain version? |
(My kernel is my handmade https://github.com/xen0n/linux/tree/loongarch-playground-v13.101, FYI. (Basically the last known good version to boot on old firmware, but with UAPI manually upgraded to latest.) |
@abner-chenc Hi, do you still see this issue appearing in your daily development? I assume you should be using a more recent system for a while. |
Change https://go.dev/cl/465156 mentions this issue: |
I had initially added known issues fairly aggressively in order to use them to reduce noise in 'greplogs -triage'. Now that we are using 'watchflakes' for triage, that noise reduction is no longer important (the failures are already clustered to their respective known issues), and having greyed-out cells on the dashboard makes new regressions too easy to miss. Concretely: - golang/go#42212 is mostly specific to x/net at this point (as golang/go#57841) - There have been no failures matching golang/go#51001 since October. - golang/go#52724 has been so rare lately that we hadn't yet added a 'watchflakes' pattern for it. - There have been no failures matching golang/go#51443 since May. - There have been no failures matching golang/go#53116 or golang/go#53093 since I enabled 'watchflakes' for the builder in December. - The linux-amd64-perf builder seems to be passing consistently for x/benchmarks and x/tools, so there is no need to refer to golang/go#53538 to explain failures on it. Change-Id: Ia16db2a23e5fa037a299f1f56fb26f1cf84521e1 Reviewed-on: https://go-review.googlesource.com/c/build/+/465156 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Bryan Mills <[email protected]> Auto-Submit: Bryan Mills <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
greplogs -l -e '(?ms)\Alinux-loong64-.*signal: illegal instruction \(core dumped\)'
2022-05-24T17:02:34-70668a4/linux-loong64-3a5000
(attn @golang/loong64)
The text was updated successfully, but these errors were encountered: