-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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: segmentation violation #69247
Comments
how do we reproduce this? |
I can't reproduce it |
goroutine 0 gp=0xc0006821c0 m=9 mp=0xc000680008 [idle]: |
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
Go version
go version go1.22.3 linux/amd64
Output of
go env
in your module/workspace:What did you do?
none
What did you see happen?
SIGSEGV: segmentation violation
PC=0x419877 m=31 sigcode=1 addr=0x20
goroutine 0 gp=0xc000782700 m=31 mp=0xc000801008 [idle]:
runtime.(*mspan).typePointersOfUnchecked(0xc204786000?, 0xc0ffa31140?)
/usr/local/go/src/runtime/mbitmap_allocheaders.go:202 +0x37 fp=0xc00200be80 sp=0xc00200be60 pc=0x419877
runtime.scanobject(0x0?, 0xc000073268)
/usr/local/go/src/runtime/mgcmark.go:1446 +0xb5 fp=0xc00200bf10 sp=0xc00200be80 pc=0x425215
runtime.gcDrain(0xc000073268, 0x3)
/usr/local/go/src/runtime/mgcmark.go:1242 +0x1f4 fp=0xc00200bf78 sp=0xc00200bf10 pc=0x424b74
runtime.gcDrainMarkWorkerDedicated(...)
/usr/local/go/src/runtime/mgcmark.go:1124
runtime.gcBgMarkWorker.func2()
/usr/local/go/src/runtime/mgc.go:1387 +0xa5 fp=0xc00200bfc8 sp=0xc00200bf78 pc=0x4211e5
runtime.systemstack(0x25)
/usr/local/go/src/runtime/asm_amd64.s:509 +0x4a fp=0xc00200bfd8 sp=0xc00200bfc8 pc=0x4762aa
What did you expect to see?
none
The text was updated successfully, but these errors were encountered: