You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
Describe the bug make fails with below corrupt atom table errors -
➜ erlang_ls git:(main) ✗ make
Building escript...
===> Errors loading plugin erlfmt. Run rebar3 with DEBUG=1 set to see errors.
=ERROR REPORT==== 12-Jul-2025::14:56:02.235090 ===
beam/beam_load.c(150): Error loading module erlfmt:
corrupt atom table
===> Errors loading plugin rebar3_proper. Run rebar3 with DEBUG=1 set to see errors.
=ERROR REPORT==== 12-Jul-2025::14:56:02.253565 ===
beam/beam_load.c(150): Error loading module rebar3_proper:
corrupt atom table
=ERROR REPORT==== 12-Jul-2025::14:56:02.271007 ===
beam/beam_load.c(150): Error loading module rebar3_coveralls:
corrupt atom table
===> Failed creating providers. Run with DIAGNOSTIC=1 for stacktrace or consult rebar3.crashdump.
make: *** [Makefile:7: all] Error 1
To Reproduce
clone repo
run make
Expected behavior
installs without any error
Actual behavior
A clear and concise description of what happens instead.
See above
Logs with DEBUG=1 out4.txt