misspell icon indicating copy to clipboard operation
misspell copied to clipboard

Add support for MacOS Monterey (?)

Open dgollahon opened this issue 4 years ago • 2 comments

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! ❤️

dgollahon avatar Jan 11 '22 01:01 dgollahon

Any news?

Akasurde avatar Apr 20 '22 10:04 Akasurde

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

iluvcapra avatar May 07 '23 00:05 iluvcapra