From 51ff2969e1d2d98e3456106339f275f765d6530b Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Fri, 27 Mar 2026 08:52:11 +0100 Subject: [PATCH] Ignore signal `SIG34` in Linux tests --- .github/data/bt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/data/bt.sh b/.github/data/bt.sh index f636b0ffa..c02a09adc 100644 --- a/.github/data/bt.sh +++ b/.github/data/bt.sh @@ -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' \