runtime: SIGILL in amd64 optimized memmove during VMOVDQU on AMD Epyc platform #49063
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I am using syscall.Memmap to map 0xFF000000 (iomem where the BIOS is) into userspace and copy it, see the following snippet:
What did you expect to see?
io.ReadAll returning an array.
What did you see instead?
Important Note:
When I deliberately defeat the optimization by copying 256-byte chunks, then the code works. It works on other AMD Zen-based systems, but not this one:
Code is running inside a VM.
The text was updated successfully, but these errors were encountered: