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

Add support for MacOS Monterey (?) #190

Open
dgollahon opened this issue Jan 11, 2022 · 2 comments
Open

Add support for MacOS Monterey (?) #190

dgollahon opened this issue Jan 11, 2022 · 2 comments

Comments

@dgollahon
Copy link

Hi there. It seems like there is an issue with misspell with MacOS Monterey. After updating, running misspell produces this error:

fatal error: runtime: bsdthread_register error

runtime stack:
runtime.throw(0x13b111d, 0x21)
	/home/travis/.gimme/versions/go1.10.linux.amd64/src/runtime/panic.go:619 +0x81 fp=0x7ff7bfeff708 sp=0x7ff7bfeff6e8 pc=0x1029051
runtime.goenvs()
	/home/travis/.gimme/versions/go1.10.linux.amd64/src/runtime/os_darwin.go:129 +0x83 fp=0x7ff7bfeff738 sp=0x7ff7bfeff708 pc=0x1026bd3
runtime.schedinit()
	/home/travis/.gimme/versions/go1.10.linux.amd64/src/runtime/proc.go:496 +0xa4 fp=0x7ff7bfeff790 sp=0x7ff7bfeff738 pc=0x102b914
runtime.rt0_go(0x7ff7bfeff7c8, 0x1, 0x7ff7bfeff7c8, 0x0, 0x1000000, 0x1, 0x7ff7bfeff990, 0x0, 0x7ff7bfeff999, 0x7ff7bfeff9d5, ...)
	/home/travis/.gimme/versions/go1.10.linux.amd64/src/runtime/asm_amd64.s:252 +0x1f4 fp=0x7ff7bfeff798 sp=0x7ff7bfeff790 pc=0x10515e4

It seems like this could be remedied by building with go 1.11 instead of 1.10, per this golang wiki entry.

I assume this is something that should be fixed here and not on my system because I am downloading the installer script and using the executable it builds rather than going through go itself, but please let me know if that is incorrect. I am not very familiar with go or the inner workings of this codebase.

Thank you for making an excellent tool! ❤️

@Akasurde
Copy link

Any news?

@iluvcapra
Copy link

I see this as well. Me:

Mach kernel version:
	 Darwin Kernel Version 22.3.0: Mon Jan 30 20:42:11 PST 2023; root:xnu-8792.81.3~2/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1 2 3
Primary memory available: 16.00 gigabytes
Default processor set: 887 tasks, 2675 threads, 4 processors
Load average: 1.31, Mach factor: 2.67

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

3 participants