Randy Fay
Randy Fay
Sorry, missed that. I'm surprised. They do everything else so well.
Invited you both to https://github.com/ddev/github-action-setup-ddev - if you prefer to rename or etc before publicizing, that's fine too.
I think that was the agreement with everybody.
Is there an interim workaround for this problem in GoLand on mac M1? I'm unable to debug one project... (I also see this using `go version go1.20rc1 darwin/arm64`)
Compile time Stack trace, go1.20rc1 arm64 from goland (debugging) GOROOT=/usr/local/go #gosetup GOPATH=/Users/rfay/go #gosetup /usr/local/go/bin/go build -o /private/var/folders/3k/0159p4ld73jfbct7ykph9w340000gn/T/GoLand/___1colima_start -gcflags all=-N -l github.com/abiosoft/colima/cmd/colima #gosetup # github.com/abiosoft/colima/cmd/colima gvisor.dev/gvisor/pkg/refs.(*AtomicRefCount).DecRef: nosplit stack over 792 byte...
Code is https://github.com/abiosoft/colima, thanks for listening!
* gvisor uses a phantom setup for `go get`, https://github.com/google/gvisor#using-go-get * `go get -u gvisor.dev/gvisor/runsc@go` and then * `go get -u ./... && go mod vendor` Seem to solve this,...
If I understand right, this issue is obsolete, so closing, happy to continue the conversation and happy to reopen if needed.
Hoping to target this for v1.22.0, coming soon @miromichalicka , hope you're doing better!