cmd/compile: illegal instruction on mips64le #43045
Open
Labels
Milestone
Comments
There is nothing wrong to jump to a NOP. The question is why it SIGILLs at a NOP instruction. |
I make Go net.test by 10000 times it all passed.
And it's totally fined. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
maybe
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
https://build.golang.org/log/65667e5916fe3585b16aade700588c65c1f70c87
What did you expect to see?
all test passed
What did you see instead?
I rebuilded the code and checked the 0x12004d7f8
Maybe it's async preempted with wrong quatum value some where in the compiler since it jumps to NOP.
It's more weird that runtime.findrunable shouldn't be preempted.
@cherrymui @randall77
The text was updated successfully, but these errors were encountered: