Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Add support for MacOS Monterey (?) #190

@dgollahon

Description

@dgollahon

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions