From ee38f8856229595aee6a1d79020c479605dfa66b Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Tue, 10 Mar 2026 13:23:51 +0100 Subject: [PATCH] Ensure to fail Github Action test on Linux when `gdb` detects the crash --- .github/data/bt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/data/bt.sh b/.github/data/bt.sh index 72328d856..f636b0ffa 100644 --- a/.github/data/bt.sh +++ b/.github/data/bt.sh @@ -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 \