1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00
nix/nix-meson-build-support/common
Sergei Zimmerman f07486b205 libutil: Print stack trace on assertion failure
This change overrides __assert_fail on glibc/musl
to instead call std::terminate that we have a custom
handler for. This ensures that we have more context
to diagnose issues encountered by users in the wild.

(cherry picked from commit 46382ade74)
2025-10-11 00:08:36 +00:00
..
assert-fail libutil: Print stack trace on assertion failure 2025-10-11 00:08:36 +00:00
meson.build libutil: Print stack trace on assertion failure 2025-10-11 00:08:36 +00:00