We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ (cd $(mktemp -d); GO111MODULE=on go get github.com/google/gops/@v0.3.21)
$ ~/go/bin/gops panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x38 pc=0x410df6e] goroutine 11 [running]: rsc.io/goversion/version.(*machoExe).Symbols(0xc000024210) /Users/paul.johnston/go/pkg/mod/rsc.io/goversion@v1.2.0/version/exe.go:290 +0x2e rsc.io/goversion/version.ReadExe({0xc000024210, 0x0}) /Users/paul.johnston/go/pkg/mod/rsc.io/goversion@v1.2.0/version/read.go:41 +0x1d0 github.com/google/gops/goprocess.isGo({0x4196550, 0xc00006a4c0}) /Users/paul.johnston/go/pkg/mod/github.com/google/gops@v0.3.21/goprocess/gp.go:123 +0x93 github.com/google/gops/goprocess.findAll.func1() /Users/paul.johnston/go/pkg/mod/github.com/google/gops@v0.3.21/goprocess/gp.go:60 +0xd1 created by github.com/google/gops/goprocess.findAll /Users/paul.johnston/go/pkg/mod/github.com/google/gops@v0.3.21/goprocess/gp.go:56 +0xd4
$ go version go version go1.17.1 darwin/amd64
The text was updated successfully, but these errors were encountered:
I think #166 should fix this issue, at least when building gops using Go 1.18.
gops
@pcj could you please check whether gops v0.3.23 built using Go 1.18 works as expected for you?
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: