Zig Version
0.17.0-dev.313+27be3b069
Steps to Reproduce and Observed Behavior
Using zig on Ubuntu 25.10
Trying to build zls, I get fish: Job 1, 'zig build' terminated by signal SIGSEGV (Address boundary error). In the zls discord we worked out that this behavior occurred trying to fetch dependencies. By commenting out all dependencies in build.zig.zon building was able to proceed (albeit failing because no deps). I tried commenting out each dependency individually, however, I could only get some output when all dependencies were commented out. Building a new project created with zig init worked just fine.
Expected Behavior
Zig would fetch the needed dependencies before building
### Zig Version
0.17.0-dev.313+27be3b069
### Steps to Reproduce and Observed Behavior
Using zig on Ubuntu 25.10
Trying to build `zls`, I get `fish: Job 1, 'zig build' terminated by signal SIGSEGV (Address boundary error)`. In the zls discord we worked out that this behavior occurred trying to fetch dependencies. By commenting out all dependencies in `build.zig.zon` building was able to proceed (albeit failing because no deps). I tried commenting out each dependency individually, however, I could only get some output when all dependencies were commented out. Building a new project created with `zig init` worked just fine.
### Expected Behavior
Zig would fetch the needed dependencies before building