We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We're looking to create an Erlang crash dump, by erlang:halt("Whoops").
erlang:halt("Whoops").
However, instead of creating the crash dump, the Erlang VM dies hard with the following:
Bad file descriptor (epoll.cpp:69) Aborted
This appears to be in deps/erlzmq/deps/zeromq3/src/epoll.cpp, from zeromq-3.2.2.tar.gz.
deps/erlzmq/deps/zeromq3/src/epoll.cpp
This happens on Ubuntu and Mac OS X.
The text was updated successfully, but these errors were encountered:
Well, actually, it turns out, I do get an erl_crash.dump file, but it's truncated.
Sorry, something went wrong.
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
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: