homburg opened a new issue #103: URL: https://github.com/apache/mynewt-mcumgr/issues/103
I am trying to connect with `mcumgr`, but the process seems to be killed, .eg ```zsh ❯ ./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 ``` ```zsh Password: DEBU[2020-12-11 13:11:35.413] Using connection profile: name=unnamed type=ble connstring=peer_name=something [1] 60061 killed sudo ./mcumgr --loglevel debug --conntype ble --connstring peer_name=somethin ``` 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)` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
