John Högberg
John Högberg
That error should not be possible under any circumstances. Did you clean up the build in between (`git clean -fdxq`)? Are you certain that you haven't set _anything at all_...
Great, now try building the debug emulator with `make emulator TYPE=debug` and running it with `bin/cerl -debug` to see if the issue is present in a non-optimized build too.
Great. As a sanity check, can you try `` too? After that, can you try `bin/cerl -debug -rgdb`, and set a breakpoint like: `b erts_new_bs_put_float if num_bits == 16` Once...