-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Crash dump with standalone OS X package #96
Comments
There's no need to start/stop RabbitMQ to reproduce this issue. Just running rabbitmqctl will generate the crash dump |
As explained in our internal bug system here https://bugzilla.rabbitmq.com/show_bug.cgi?id=26441#c3 we need to pass the boot file explicitly when using the standalone release in every place where we call The code here https://github.com/rabbitmq/rabbitmq-server/blob/master/src/rabbit_nodes.erl#L207 doesn't pass this option, therefore Erlang crashes since it can't find the boot script. Adding: |
Good point @videlalvaro, I just noticed that simply running |
The |
This file is required by rabbit_nodes:ensure_epmd/0 in order to be able to programatically start epmd Fixes #96
This file is required by rabbit_nodes:ensure_epmd/0 in order to be able to programatically start epmd Fixes #96
This file is required by rabbit_nodes:ensure_epmd/0 in order to be able to programatically start epmd Fixes #96
Bump minimal required version to 18.3
This file is required by rabbit_nodes:ensure_epmd/0 in order to be able to programatically start epmd Fixes rabbitmq/rabbitmq-server#96
This file is required by rabbit_nodes:ensure_epmd/0 in order to be able to programatically start epmd Fixes rabbitmq/rabbitmq-server#96
See this thread.
Even though RabbitMQ starts and stops successfully, something still produces a crash dump (I'm attaching one).
Steps to reproduce:
./sbin/rabbitmq-server -detached
with the standalone OS X packageerl_crash.dump
in the current directory../sbin/rabbitmqctl status
suggests the node is fine./sbin/rabbitmqctl stop
stops the node successfullyThe text was updated successfully, but these errors were encountered: