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: SIGSEGV and "unexpected return pc for runtime.recordForPanic" on freebsd-amd64-race #46182

Closed
bcmills opened this issue May 15, 2021 · 1 comment
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-FreeBSD
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented May 15, 2021

2021-05-14T16:42:01-3d324f1/freebsd-amd64-race

unexpected fault address 0x100198
fatal error: fault
[signal SIGSEGV: segmentation violation code=0x1 addr=0x100198 pc=0x41020a]

goroutine 391 [running]:
runtime.throw({0xebd59f, 0x5})
	/tmp/workdir/go/src/runtime/panic.go:1198 +0x74 fp=0x7fffdd9ead30 sp=0x7fffdd9ead00 pc=0x480274
runtime.sigpanic()
	/tmp/workdir/go/src/runtime/signal_unix.go:742 +0x3cf fp=0x7fffdd9ead90 sp=0x7fffdd9ead30 pc=0x49a30f
runtime: unexpected return pc for runtime.recordForPanic called from 0x2
stack: frame={sp:0x7fffdd9ead90, fp:0x7fffdd9eadc8} stack=[0xc000892000,0xc000894000)

runtime.recordForPanic({0xebc878, 0x3, 0x3})
	/tmp/workdir/go/src/runtime/print.go:54 +0x48 fp=0x7fffdd9eadc8 sp=0x7fffdd9ead90 pc=0x481c48
created by testing.(*T).Run
	/tmp/workdir/go/src/testing/testing.go:1289 +0x78e

CC @prattmic @cherrymui @danscales @randall77

@bcmills bcmills added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label May 15, 2021
@bcmills bcmills added this to the Backlog milestone May 15, 2021
@mknyszek
Copy link
Contributor

Closing as a duplicate of #46272.

@golang golang locked and limited conversation to collaborators May 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-FreeBSD
Projects
None yet
Development

No branches or pull requests

3 participants