I’m trying to deploy an Phoenix app, and I’m getting an error and erl_crash.dump
that I’m having a difficult time parsing.
First there’s this error in the logs:
2025-03-08T04:49:25Z app[6830313c736598] sin [info]{exit,terminating,[{application_controller,call,2,[{file,"application_controller.erl"},{line,511}]},{application,enqueue_or_start,6,[{file,"application.erl"},{line,380}]},{application,ensure_all_started,3,[{file,"application.erl"},{line,359}]},{elixir,start_cli,0,[{file,"src/elixir.erl"},{line,195}]},{init,start_it,1,[]},{init,start_em,1,[]},{init,do_boot,3,[]}]}
And then the erl_crash.dump
begins:
Runtime terminating during boot (terminating)
Crash dump is being written to: /dev/stderr...=erl_crash_dump:0.5
Sat Mar 8 04:49:25 2025
Slogan: Runtime terminating during boot (terminating)
System version: Erlang/OTP 27 [erts-15.2] [source] [64-bit] [smp:1:1] [ds:1:1:10] [async-threads:1] [jit:ns]
Taints: crypto,picosat_nif,asn1rt_nif,Elixir.Bcrypt.Base,dyntrace
Atoms: 69273
Calling Thread: scheduler:1
(mix.exs
, mix.lock
, Dockerfile
, fly.toml
, logs, & erl_crash.dump
here.)
Any thoughts on what to do?