Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 3.2k
Zig crashes on LoongArch64 #22859
Copy link
Copy link
Closed
Labels
arch-loongarch6464-bit LoongArch64-bit LoongArchbackend-llvmThe LLVM backend outputs an LLVM IR Module.The LLVM backend outputs an LLVM IR Module.bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorregressionIt worked in a previous version of Zig, but stopped working.It worked in a previous version of Zig, but stopped working.upstreamAn issue with a third party project that Zig uses.An issue with a third party project that Zig uses.
Milestone
Description
Metadata
Metadata
Assignees
Labels
arch-loongarch6464-bit LoongArch64-bit LoongArchbackend-llvmThe LLVM backend outputs an LLVM IR Module.The LLVM backend outputs an LLVM IR Module.bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorregressionIt worked in a previous version of Zig, but stopped working.It worked in a previous version of Zig, but stopped working.upstreamAn issue with a third party project that Zig uses.An issue with a third party project that Zig uses.
Zig Version
0.14.0-dev.3187+d4c85079c
Steps to Reproduce and Observed Behavior
zig initthenzig build, got'zig build' terminated by signal SIGSEGV (Address boundary error)On earlier versions,
zig initbuild successfully but building the currentmasterzig crashes (SIGBUS or SIGSEGV).On latest versions,
zig init-projects also could not be built.Expected Behavior
It should build.