We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fatal error: runtime: bsdthread_register error
runtime stack: runtime.throw(0x14bd408, 0x21) /usr/local/go/src/runtime/panic.go:619 +0x81 fp=0x7ff7bfeff628 sp=0x7ff7bfeff608 pc=0x102a911 runtime.goenvs() /usr/local/go/src/runtime/os_darwin.go:129 +0x83 fp=0x7ff7bfeff658 sp=0x7ff7bfeff628 pc=0x1028493 runtime.schedinit() /usr/local/go/src/runtime/proc.go:496 +0xa4 fp=0x7ff7bfeff6b0 sp=0x7ff7bfeff658 pc=0x102d1d4 runtime.rt0_go(0x7ff7bfeff6e0, 0x4, 0x7ff7bfeff6e0, 0x1000000, 0x4, 0x7ff7bfeff8c0, 0x7ff7bfeff8c7, 0x7ff7bfeff8da, 0x7ff7bfeff8ec, 0x0, ...) /usr/local/go/src/runtime/asm_amd64.s:252 +0x1f4 fp=0x7ff7bfeff6b8 sp=0x7ff7bfeff6b0 pc=0x10540d4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
./ding -config=./ding.cfg -subdomain=abc 8080
fatal error: runtime: bsdthread_register error
runtime stack:
runtime.throw(0x14bd408, 0x21)
/usr/local/go/src/runtime/panic.go:619 +0x81 fp=0x7ff7bfeff628 sp=0x7ff7bfeff608 pc=0x102a911
runtime.goenvs()
/usr/local/go/src/runtime/os_darwin.go:129 +0x83 fp=0x7ff7bfeff658 sp=0x7ff7bfeff628 pc=0x1028493
runtime.schedinit()
/usr/local/go/src/runtime/proc.go:496 +0xa4 fp=0x7ff7bfeff6b0 sp=0x7ff7bfeff658 pc=0x102d1d4
runtime.rt0_go(0x7ff7bfeff6e0, 0x4, 0x7ff7bfeff6e0, 0x1000000, 0x4, 0x7ff7bfeff8c0, 0x7ff7bfeff8c7, 0x7ff7bfeff8da, 0x7ff7bfeff8ec, 0x0, ...)
/usr/local/go/src/runtime/asm_amd64.s:252 +0x1f4 fp=0x7ff7bfeff6b8 sp=0x7ff7bfeff6b0 pc=0x10540d4
The text was updated successfully, but these errors were encountered: