std.debug: disable stack traces on loongarch

Observed to ~randomly crash during FP-based unwinding.

The path forward here will be DWARF-based unwinding.
This commit is contained in:
Alex Rønne Petersen 2025-09-03 11:23:44 +02:00
parent d51d18c986
commit d8d0a3e5c7
No known key found for this signature in database

View file

@ -169,6 +169,8 @@ pub const runtime_safety = switch (builtin.mode) {
pub const sys_can_stack_trace = switch (builtin.cpu.arch) {
// Observed to go into an infinite loop.
// TODO: Make this work.
.loongarch32,
.loongarch64,
.mips,
.mipsel,
.mips64,