How to debug the production release error using the erl_crash.dump file?

Please anyone advice me about strategize on debugging the production release error using the erl_crash.dump file.

Copy the dump file to your machine and use :crashdump_viewer.start inside iex to look at it.
Some information on how the file is structured can be found here

A good article would be https://medium.com/@brucepomeroy/troubleshooting-elixir-crashes-50fbe80b459b

3 Likes

I saw that post and my erl_crash.dump file has not much information. I will upload my crash_dump here.