Hi, thanks for the library.
If I follow the instructions in the readme, everything works fine.
However, when I build a debug build (which works):
zig build -Doptimize=Debug
And then try to run:
zig build run -Dpath="src/shell.zig" -Doptimize=Debug
It crashes when compiling.
I built a debug build of Zig (0.13), to try to get more information. All I know is that it's an index out of range here because fdes.items == 0 and rec.fde == 0.
Hi, thanks for the library.
If I follow the instructions in the readme, everything works fine.
However, when I build a debug build (which works):
And then try to run:
It crashes when compiling.
I built a debug build of Zig (0.13), to try to get more information. All I know is that it's an index out of range here because
fdes.items == 0andrec.fde == 0.