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
系统环境:Mac OS Monterey 12.1 步骤: cd mac_64 chmod 777 ./ding ./ding -config=./ding.cfg -subdomain=shi1234ww 8888
报错: fatal error: runtime: bsdthread_register error
runtime stack: runtime.throw(0x14bd408, 0x21) /usr/local/go/src/runtime/panic.go:619 +0x81 fp=0x7ff7bfeff5c8 sp=0x7ff7bfeff5a8 pc=0x102a911 runtime.goenvs() /usr/local/go/src/runtime/os_darwin.go:129 +0x83 fp=0x7ff7bfeff5f8 sp=0x7ff7bfeff5c8 pc=0x1028493 runtime.schedinit() /usr/local/go/src/runtime/proc.go:496 +0xa4 fp=0x7ff7bfeff650 sp=0x7ff7bfeff5f8 pc=0x102d1d4 runtime.rt0_go(0x7ff7bfeff680, 0x4, 0x7ff7bfeff680, 0x1000000, 0x4, 0x7ff7bfeff848, 0x7ff7bfeff84f, 0x7ff7bfeff862, 0x7ff7bfeff877, 0x0, ...) /usr/local/go/src/runtime/asm_amd64.s:252 +0x1f4 fp=0x7ff7bfeff658 sp=0x7ff7bfeff650 pc=0x10540d4
大佬们是不是没有适配最新的Mac OS Monterey 12.1 , 能适配一下吗?
The text was updated successfully, but these errors were encountered:
同样的错误, macOS Monterey Version 12.2.1
./ding --config .ding.cfg --subdomain=abcde 8080 fatal error: runtime: bsdthread_register error runtime stack: runtime.throw(0x14bd408, 0x21) /usr/local/go/src/runtime/panic.go:619 +0x81 fp=0x7ff7bfeff618 sp=0x7ff7bfeff5f8 pc=0x102a911 runtime.goenvs() /usr/local/go/src/runtime/os_darwin.go:129 +0x83 fp=0x7ff7bfeff648 sp=0x7ff7bfeff618 pc=0x1028493 runtime.schedinit() /usr/local/go/src/runtime/proc.go:496 +0xa4 fp=0x7ff7bfeff6a0 sp=0x7ff7bfeff648 pc=0x102d1d4 runtime.rt0_go(0x7ff7bfeff6d8, 0x5, 0x7ff7bfeff6d8, 0x0, 0x1000000, 0x5, 0x7ff7bfeff850, 0x7ff7bfeff857, 0x7ff7bfeff860, 0x7ff7bfeff86a, ...) /usr/local/go/src/runtime/asm_amd64.s:252 +0x1f4 fp=0x7ff7bfeff6a8 sp=0x7ff7bfeff6a0 pc=0x10540d4
Sorry, something went wrong.
已经在这个推送请求中解决了 #55
No branches or pull requests
系统环境:Mac OS Monterey 12.1
步骤:
cd mac_64
chmod 777 ./ding
./ding -config=./ding.cfg -subdomain=shi1234ww 8888
报错:
fatal error: runtime: bsdthread_register error
runtime stack:
runtime.throw(0x14bd408, 0x21)
/usr/local/go/src/runtime/panic.go:619 +0x81 fp=0x7ff7bfeff5c8 sp=0x7ff7bfeff5a8 pc=0x102a911
runtime.goenvs()
/usr/local/go/src/runtime/os_darwin.go:129 +0x83 fp=0x7ff7bfeff5f8 sp=0x7ff7bfeff5c8 pc=0x1028493
runtime.schedinit()
/usr/local/go/src/runtime/proc.go:496 +0xa4 fp=0x7ff7bfeff650 sp=0x7ff7bfeff5f8 pc=0x102d1d4
runtime.rt0_go(0x7ff7bfeff680, 0x4, 0x7ff7bfeff680, 0x1000000, 0x4, 0x7ff7bfeff848, 0x7ff7bfeff84f, 0x7ff7bfeff862, 0x7ff7bfeff877, 0x0, ...)
/usr/local/go/src/runtime/asm_amd64.s:252 +0x1f4 fp=0x7ff7bfeff658 sp=0x7ff7bfeff650 pc=0x10540d4
大佬们是不是没有适配最新的Mac OS Monterey 12.1 , 能适配一下吗?
The text was updated successfully, but these errors were encountered: