Skip to content
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: incorrect register returned from sigctx on netbsd-amd64 #59154

Closed
Relect opened this issue Mar 20, 2023 · 2 comments
Closed

runtime: incorrect register returned from sigctx on netbsd-amd64 #59154

Relect opened this issue Mar 20, 2023 · 2 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.

Comments

@Relect
Copy link

Relect commented Mar 20, 2023

func (c *sigctxt) r9() uint64 { return c.regs().__gregs[_REG_R8] }

@heschi heschi closed this as not planned Won't fix, can't repro, duplicate, stale Mar 20, 2023
@heschi heschi reopened this Mar 20, 2023
@heschi heschi changed the title err REG_R8 runtime: incorrect register returned from sigctx on netbsd-amd64 Mar 20, 2023
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Mar 20, 2023
@heschi
Copy link
Contributor

heschi commented Mar 20, 2023

cc @golang/netbsd

@heschi heschi added the NeedsFix The path to resolution is known, but the work has not been done. label Mar 20, 2023
@ianlancetaylor
Copy link
Contributor

Dup of #59152.

@ianlancetaylor ianlancetaylor closed this as not planned Won't fix, can't repro, duplicate, stale Mar 20, 2023
@golang golang locked and limited conversation to collaborators Mar 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

4 participants