/usr/local/opt/rabbitmq/sbin/rabbitmq-server: line 155: 2285 Segmentation fault: 11 start_rabbitmq_server "$@" #5115
Replies: 4 comments 6 replies
-
This is something to do with the Erlang build you are using. How did you install Erlang and RabbitMQ? Did you compile Erlang from source? |
Beta Was this translation helpful? Give feedback.
-
@lukebakken I did not install Erlang(It is already installed.["erlang 25.0.2 is already installed"]. I installed rabbitmq through brew install rabbitmq "Did you compile Erlang from source?" I'm sorry I am not sure what this means. I ran rabbitmq on the terminal globally rather in project directory.Also tried in project directory got same error |
Beta Was this translation helpful? Give feedback.
-
I run RabbitMQ, both binary builds and nodes built from source, on Erlang 23 through 25 on an M1 Mac almost every single day. You need to delete your Erlang installation and reinstall. I don't use Homebrew to provision Erlang What segfaults is the Erlang runtime, RabbitMQ does not allocate or access memory directly. |
Beta Was this translation helpful? Give feedback.
-
@kavyabhargava: Did you ever find a solution for this? Exact same issue and specification here. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Getting segmentation error again and again when trying to run rabbitmq. I have a M1pro MacBook
I did brew install rabbit mq. I got no errors but then I ran
CONF_ENV_FILE="/usr/local/etc/rabbitmq/rabbitmq-env.conf" /usr/local/opt/rabbitmq/sbin/rabbitmq-server
and I got this error. It was running perfectly till yesterday but suddenly it is showing this segmentation error. I have tried reinstalling it, uninstalling it and everything
Beta Was this translation helpful? Give feedback.
All reactions