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
macOS Monterey 12.0.1 kt version v13.0.0
➜ kt git:(master) ✗ ./kt -v kt is a tool for Kafka. Usage: kt command [arguments] ...
➜ ~ kt -v fatal error: runtime: bsdthread_register error runtime stack: runtime.throw(0x132711e, 0x21) /usr/local/go/src/runtime/panic.go:605 +0x95 fp=0x7ff7bfeff460 sp=0x7ff7bfeff440 pc=0x102ae85 runtime.goenvs() /usr/local/go/src/runtime/os_darwin.go:108 +0x83 fp=0x7ff7bfeff490 sp=0x7ff7bfeff460 pc=0x1028723 runtime.schedinit() /usr/local/go/src/runtime/proc.go:482 +0xa1 fp=0x7ff7bfeff4d0 sp=0x7ff7bfeff490 pc=0x102d831 runtime.rt0_go(0x7ff7bfeff508, 0x2, 0x7ff7bfeff508, 0x0, 0x1000000, 0x2, 0x7ff7bfeff798, 0x7ff7bfeff79b, 0x0, 0x7ff7bfeff79e, ...) /usr/local/go/src/runtime/asm_amd64.s:175 +0x1eb fp=0x7ff7bfeff4d8 sp=0x7ff7bfeff4d0 pc=0x1055d3b
https://github.com/golang/go/wiki/MacOS12BSDThreadRegisterIssue
The text was updated successfully, but these errors were encountered:
I resolve this problem just update go version in go.mod to go 1.16 and rebuild kt. Can make the PR?
go.mod
go 1.16
Sorry, something went wrong.
hey! i updated go.mod but it'll take me a few days to cut a new release. but maybe you can try to build a new binary from master until then?
finally got around to pushing out a release, hope that addresses this issue, please re-open in case the issue persists for you
No branches or pull requests
My environment:
macOS Monterey 12.0.1
kt version v13.0.0
What I expect to happen?
What actually happened?
How resolve this problem ?
https://github.com/golang/go/wiki/MacOS12BSDThreadRegisterIssue
The text was updated successfully, but these errors were encountered: