Ensure to fail Github Action test on Linux when gdb detects the crash

This commit is contained in:
Wojtek Figat
2026-03-10 13:23:51 +01:00
parent e90de5d815
commit ee38f88562

1
.github/data/bt.sh vendored
View File

@@ -10,6 +10,7 @@ gdb -q --batch \
-ex 'handle SIGUSR2 nostop pass' \
-ex 'handle SIGCHLD nostop pass' \
-ex 'set print thread-events off' \
-return-child-result \
-ex 'run' \
-ex 'thread apply all bt' \
--tty=/dev/stdout \