inconshreveable / ngrok

Unified ingress for developers
https://ngrok.com
Other
24.17k stars 4.26k forks source link

error Command failed with signal "SIGKILL". #851

Closed Vadorequest closed 2 years ago

Vadorequest commented 2 years ago

ngrok used to work just fine on my previous computer, but when I run ngrok http 9999 I get:

 ↵ SIGKILL(9)  ngrok http 9999
[1]    35034 killed     ngrok http 9999
 ✔  ngrok
[1]    41235 segmentation fault  ngrok

I'm running this on one of those new fancy mac (Silicon), using "ngrok": "4.0.1". If there is additional info I can provide that'd help, let me know.

Vadorequest commented 2 years ago

Seems to be related to Apple Silicon indeed, found https://github.com/Shopify/shopify-cli/issues/1785 which led me to https://ngrok.com/download where you can select the binary for Apple Silicon.

My guess is that the v1.x is not compatible with Apple Silicon.