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

panic error in docker v0.35.0 image #402

Closed
dmachard opened this issue Sep 19, 2023 · 0 comments · Fixed by #404
Closed

panic error in docker v0.35.0 image #402

dmachard opened this issue Sep 19, 2023 · 0 comments · Fixed by #404
Labels
bug Something isn't working
Milestone

Comments

@dmachard
Copy link
Owner

panic: Something in this program imports go4.org/unsafe/assume-no-moving-gc to declare that it assumes a non-moving garbage collector, but your version of go4.org/unsafe/assume-no-moving-gc hasn't been updated to assert that it's safe against the go1.21 runtime. If you want to risk it, run with environment variable ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH="go1.21" set. Notably, if go1.21 adds a moving garbage collector, this program is unsafe to use.

goroutine 1 [running]:
go4.org/unsafe/assume-no-moving-gc.init.0()
	/go/pkg/mod/go4.org/unsafe/[email protected]/untested.go:25 +0x1da
@dmachard dmachard added the bug Something isn't working label Sep 19, 2023
@dmachard dmachard added this to the v0.36.0 milestone Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant