msacks
msacks

Reputation: 33

running complied erlang app yields a crash dump erlang_guidelines

I am trying to run a compiled erlang beam file from https://github.com/elbrujohalcon/erlang_guidelines

but it crash dumps for some reason. I'm actually not quite sure how to run the example applications using rebar or erl directly (not rebar3, I am on CentOS 7 with EPEL-release version of erlang, which is probably not recommended right?).

Any guidance appreciated.

Upvotes: 1

Views: 66

Answers (1)

msacks
msacks

Reputation: 33

I updated to the latest erlang from erlang solutions downloads and removed the epel-release version of erlang and it's dependencies; then I installed rebar3 using rebar3 and ran rebar compile on erlang_guidelines and it compiles and no longer crash dumps.

Upvotes: 0

Related Questions