Skip to content

Instantly share code, notes, and snippets.

@kingbuzzman
Last active February 10, 2022 12:23
Show Gist options
  • Save kingbuzzman/df739f76bc6b75b30152d4c75df5de6c to your computer and use it in GitHub Desktop.
Save kingbuzzman/df739f76bc6b75b30152d4c75df5de6c to your computer and use it in GitHub Desktop.
Recompiled OSX rancher 1.6
View raw

(Sorry about that, but we can’t show files that are this big right now.)

@kingbuzzman
Copy link
Author

After getting an error like this:

fatal error: runtime: bsdthread_register error

runtime stack:
runtime.throw(0x626972, 0x21)
	/usr/local/go/src/runtime/panic.go:566 +0x95 fp=0x7ff7bfeff700 sp=0x7ff7bfeff6e0
runtime.goenvs()
	/usr/local/go/src/runtime/os_darwin.go:88 +0xa0 fp=0x7ff7bfeff730 sp=0x7ff7bfeff700
runtime.schedinit()
	/usr/local/go/src/runtime/proc.go:450 +0x9c fp=0x7ff7bfeff770 sp=0x7ff7bfeff730
runtime.rt0_go(0x7ff7bfeff7a0, 0xd, 0x7ff7bfeff7a0, 0x1000, 0xd, 0x7ff7bfeff9b0, 0x7ff7bfeff9c0, 0x7ff7bfeff9ca, 0x7ff7bfeff9cd, 0x7ff7bfeff9d4, ...)
	/usr/local/go/src/runtime/asm_amd64.s:145 +0x14f fp=0x7ff7bfeff778 sp=0x7ff7bfeff770
	```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment