Source: abseil Version: 20220623.1-1 Severity: normal Tags: upstream Control: forwarded -1 https://github.com/abseil/abseil-cpp/pull/1550
On RISC-V, Abseil's cycle counter uses the rdcycle instruction, which is a privileged instruction when running on Debian's Linux kernels. This causes some widely used Abseil functions (e.g., certain member functions on absl::Mutex) to crash with a SIGILL.