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: corruption in tests on linux/mips64le #60668

Closed
mknyszek opened this issue Jun 7, 2023 · 2 comments
Closed

runtime: corruption in tests on linux/mips64le #60668

mknyszek opened this issue Jun 7, 2023 · 2 comments
Labels
arch-mips NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Milestone

Comments

@mknyszek
Copy link
Contributor

mknyszek commented Jun 7, 2023

#!watchflakes
default <- (`runtime.throw\(` || `^\s*fatal error:`) && builder == "linux-mips64le-rtrk"

Broken out from #55167.

2023-06-01 23:34 linux-mips64le-rtrk go@40c7be9b bootstrap/cmd/compile/internal/devirtualize [build] (log)
fatal error: unexpected signal during runtime execution
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x33680]

runtime stack:
runtime.throw({0xb2e39b, 0x2a})
	/tmp/genbootstrap-3894857761/go-linux-mips64le-bootstrap/src/runtime/panic.go:1198 +0x6c
runtime.sigpanic()
	/tmp/genbootstrap-3894857761/go-linux-mips64le-bootstrap/src/runtime/signal_unix.go:719 +0x328
runtime.readgstatus(...)
	/tmp/genbootstrap-3894857761/go-linux-mips64le-bootstrap/src/runtime/proc.go:889
runtime.markroot(0xc00002f698, 0x2a)
	/tmp/genbootstrap-3894857761/go-linux-mips64le-bootstrap/src/runtime/mgcmark.go:198 +0x228
runtime.gcDrain(0xc00002f698, 0x3)
	/tmp/genbootstrap-3894857761/go-linux-mips64le-bootstrap/src/runtime/mgcmark.go:1013 +0x534
runtime.gcBgMarkWorker.func2()
	/tmp/genbootstrap-3894857761/go-linux-mips64le-bootstrap/src/runtime/mgc.go:1269 +0xe4
runtime.systemstack()
	/tmp/genbootstrap-3894857761/go-linux-mips64le-bootstrap/src/runtime/asm_mips64x.s:191 +0x7c
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jun 7, 2023
@mknyszek mknyszek added arch-mips and removed compiler/runtime Issues related to the Go compiler and/or runtime. labels Jun 7, 2023
@mknyszek mknyszek added this to the Backlog milestone Jun 7, 2023
@mknyszek mknyszek added WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Jun 7, 2023
@mknyszek
Copy link
Contributor Author

mknyszek commented Jun 7, 2023

CC @golang/mips

@seankhliao seankhliao added WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. and removed WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. labels Sep 18, 2023
@gopherbot
Copy link
Contributor

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.)

@gopherbot gopherbot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-mips NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
None yet
Development

No branches or pull requests

3 participants