Open rlipscombe opened 10 years ago
Well, actually, it turns out, I do get an erl_crash.dump file, but it's truncated.
Hey Roger - if you've ever got time to look further - I've forked to https://github.com/esl/erlzmq - published to hex.pm as erlzmq
We're looking to create an Erlang crash dump, by
erlang:halt("Whoops").
However, instead of creating the crash dump, the Erlang VM dies hard with the following:
This appears to be in
deps/erlzmq/deps/zeromq3/src/epoll.cpp
, from zeromq-3.2.2.tar.gz.This happens on Ubuntu and Mac OS X.