[rabbitmq-discuss] intermittent erl.exe crash

Matthias Radestock matthias at lshift.net
Thu Nov 5 16:51:47 GMT 2009


JD,

JD Conley wrote:
> Where would I find the dump file on Windows?

By default the Windows service setup of rabbitmq configures Erlang to
place the erl_crash.dump file in the same place as the rabbit logs.
Well, that's what the code in rabbitmq-service.bat purports to do - no
idea whether anything actually pays attention to that setting.

> Is there any configuration I can do to try to get more information?

If you can, try running the server directly rather than starting it as a
service. Then, if it crashes, a) you may see a message in the console
where you started it, and b) the erl_crash.dump should get written to
the dir where you started the server.

> The one thing I notice is Rabbitmq seems to get very upset and
> disconnect the client when we try to unbind a non-existent binding.

It doesn't really get upset about it, it just logs it as an error and
closes the offending connection with an appropriate error message.

> You can see the log file on pastebin: http://pastebin.com/m614be2bb

Is there anything in the sasl log?


Regards,

Matthias.




More information about the rabbitmq-discuss mailing list