elixir-ls 0.20.0 regression build failure against erlang 26.2.3
Closed this issue ยท 2 comments
chenrui333 commented
๐ While upgrading OTP to 26.2.3, seeing some build failure as below:
eheap_alloc: Cannot allocate 976733209832459912 bytes of memory (of type "heap_frag").
Crash dump is being written to: erl_crash.dump...beam/erl_term.h:1492:tag_val_def() Assertion failed: tag_val_def error
lukaszsamson commented
That's OTP issue, please downgrade to a working version. See https://elixirforum.com/t/crash-dump-when-installing-phoenix-on-mac-m2-eheap-alloc-cannot-allocate-x-bytes-of-memory-of-type-heap-frag/62154/6 erlang/otp#8238
chenrui333 commented
I see, thanks for the pointer.