ninenines / erlang.mk

A build tool for Erlang that just works.
https://erlang.mk
ISC License
578 stars 241 forks source link

Compilation fails on .app file with OTP-27 but not OTP-26.2 #1003

Closed crownedgrouse closed 2 months ago

crownedgrouse commented 2 months ago

Compilation fails on .app file with OTP-27 but not OTP-26.2 Note : this is a .app.src file and I'm using last erlang.mk available.

 ERLC   geas.erl geas_db.erl geas_doc.erl geas_semver.erl geas_tests.erl
Killed
make[1]: *** [/home/eric/git/geas/erlang.mk:4761 : ebin/geas.app] Erreur 137
make: *** [erlang.mk:4502 : app] Erreur 2
crownedgrouse commented 2 months ago

Exit 137 (127 + 9) is due to a SIGKILL, but I cannot find the root cause.

crownedgrouse commented 2 months ago

Seems this is a OOM issue, not related to erlang.mk as rebar3 has same issue. Closing.