-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
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
macos: mcumgr
process killed
#103
Comments
Might be this go issue: golang/go#19734 (comment)
Tried strategies from golang#19734 without success:
|
Running into the same issue. Any idea what's going on? |
Got the same issue. It's not related to golang bug of 2017, it's related (at least in my case) to bluetooth privacy changes in Big Sur. This is the instructions I've found in some other bluetooth-related project that helped me (part 2, enable bluetooth access for my terminal app)
|
I am trying to connect with
mcumgr
, but the process seems to be killed, .eg❯ ./mcumgr --loglevel debug --conntype ble --connstring peer_name=something echo conn_test DEBU[2020-12-11 13:06:59.936] Using connection profile: name=unnamed type=ble connstring=peer_name=something [1] 59676 killed ./mcumgr --loglevel debug --conntype ble --connstring peer_name=something ech
Can you help with any explanation why the process might be killed?
Versions
go
go version go1.14.4 darwin/amd64
macOS
macOS Big Sur 11.0.1
Shell
zsh 5.8 (x86_64-apple-darwin19.3.0)
The text was updated successfully, but these errors were encountered: