Hi all, thanks for reading.
This is on Fedora 43, Zig v0.15.2, and with the nightly too. I’m getting a segfault (Segmentation fault at address 0x0) when invoking any function defined in libopenal.so.
Weirdly, invoking functions from other libraries works just fine. Also, I’m linking with libc (.link_libc=true). I have no idea what is special about this libopenal.so, it comes from the system packages, just as the other libraries that do work.
.use_llvm=true apparently resolves the problem.
Can this be a bug in the compiler/linking phase? Looking at this forum and the issue trackers, I’ve not seen this exact problem. I have no further means to diagnose the problem.