Ignore signal SIG34 in Linux tests

This commit is contained in:
Wojtek Figat
2026-03-27 08:52:11 +01:00
parent 5773dc47f4
commit 51ff2969e1

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

@@ -9,6 +9,7 @@ gdb -q --batch \
-ex 'handle SIGUSR1 nostop pass' \
-ex 'handle SIGUSR2 nostop pass' \
-ex 'handle SIGCHLD nostop pass' \
-ex 'handle SIG34 nostop pass' \
-ex 'set print thread-events off' \
-return-child-result \
-ex 'run' \