How to read erl_crash.dump

I’ve had to debug a bug previously when the machine exited with no elixir logs. I’ve changed my Dockerfile to:

- CMD ["/app/bin/server"]
+ CMD ["sleep", "infinity"]

Then you can deploy once more and fly ssh console. Do note your app will not be online during that time.

This post has more debugging tips:

1 Like