- Maine, United States
- https://tty.garden/
-
Hobbyist software dev, most of my projects are at https://seed.tty.garden/nmcdaniel
-
Joined on
2026年03月10日
Discussed on Zulip: https://zsf.zulipchat.com/#narrow/channel/454360-compiler/topic//near/581115099
Through some trial and error, I was able to recreate the bug and create a fairly minimal reproduction:
On debug builds this doesn't seem to present itself as a miscompilation, but rather a compiler crash. The issue is caused by the assumption that any callee nav value is a function (x86) and...
I noticed #31528 was a crash in the same code segment, so I made some slight corrections to fix that use case as well.
The problem here is that zig's linker is copying the st_other visibility bits of the symbol from the Qt library shared object. Qt's shared objects use STV_PROTECTED, which disallows external...