Closed klintan closed 3 years ago
Hey @klintan, uh oh, that looks like an exceptional sad. I suspect this is due to homebrew compiling with Go 1.17, theres similar panics out there where a few dependencies needed upgrading so hopefully it'll that simple.
Thanks for raising this, I can likely get a patch release out this weekend but in the meantime you'll lkely need to downgrade if possible.
I'm not entirely sure which dependency update fixed it but it looks as though this is fixed by the latest commit, so I'll port the dependencies over and cut a patch release.
Looks like this is fixed with, tagging shortly: https://github.com/Jeffail/benthos/commit/de00ee98b7314545cae84f58c4e792eebc627fbf
Released: https://github.com/Jeffail/benthos/releases/tag/v3.54.1, it'll take a little while for homebrew to update but you can pull the latest binary from the releases page or use the slightly dodge curl installer curl -Lsf https://sh.benthos.dev | bash
. If you still find issues in the newer version please reopen and I'll dig a bit deeper.
Awesome thank you so much Ash! :)
Hello!
Trying to run Benthos on mac and getting sigpanic
Intel Mac MacBook Pro (15-inch, 2019) Big sur 11.5.2 .
Ran
brew update
andbrew upgrade
and tried reinstall Benthosbrew reinstall benthos
Any ideas what it might be ?