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

jamal panics on MacOS Monteray when compiled with older versions of go #2

Closed
mumbley opened this issue Dec 13, 2021 · 2 comments
Closed

Comments

@mumbley
Copy link

mumbley commented Dec 13, 2021

fatal error: runtime: bsdthread_register error

runtime stack:
runtime.throw(0x117110e, 0x21)
	/usr/local/go/src/runtime/panic.go:596 +0x95 fp=0x7ff7bfeff460 sp=0x7ff7bfeff440
runtime.goenvs()
	/usr/local/go/src/runtime/os_darwin.go:108 +0xa0 fp=0x7ff7bfeff490 sp=0x7ff7bfeff460
runtime.schedinit()
	/usr/local/go/src/runtime/proc.go:486 +0xa1 fp=0x7ff7bfeff4d0 sp=0x7ff7bfeff490
runtime.rt0_go(0x7ff7bfeff508, 0x2, 0x7ff7bfeff508, 0x0, 0x1000000, 0x2, 0x7ff7bfeff730, 0x7ff7bfeff736, 0x0, 0x7ff7bfeff73a, ...)
	/usr/local/go/src/runtime/asm_amd64.s:158 +0x183 fp=0x7ff7bfeff4d8 sp=0x7ff7bfeff4d0```

This is not a bug with jamal but with the go version.  following the README.md to rebuild jamal with go version >= go1.17.5 fixes the issue.
@quantumew
Copy link
Owner

quantumew commented Dec 13, 2021

The release attached to this repo is old! Feel free to follow the instructions to build it yourself with Go >= 1.17.5. Otherwise I can cut a new release sometime this evening.

@quantumew
Copy link
Owner

quantumew commented Dec 14, 2021

New binaries uploaded, see release v1.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants