Skip to content

Commit

Permalink
More gdb output in CI
Browse files Browse the repository at this point in the history
Print locals and arguments.
  • Loading branch information
akuzm committed Dec 9, 2022
1 parent c76dfa0 commit a01e483
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux-32bit-build-and-test.yaml
Expand Up @@ -107,6 +107,8 @@ jobs:
printf "'"'"condition = '%s'\n"'"'", conditionName
up 1
l
info args
info locals
bt full
" | tee -a stacktrace.log
done
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/linux-build-and-test.yaml
Expand Up @@ -206,6 +206,8 @@ jobs:
printf "'"'"condition = '%s'\n"'"'", conditionName
up 1
l
info args
info locals
bt full
" 2>&1 | tee stacktrace.log
./scripts/bundle_coredumps.sh
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sanitizer-build-and-test.yaml
Expand Up @@ -177,6 +177,8 @@ jobs:
printf "'"'"condition = '%s'\n"'"'", conditionName
up 1
l
info args
info locals
bt full
" 2>&1 | tee stacktrace.log
./scripts/bundle_coredumps.sh
Expand Down

0 comments on commit a01e483

Please sign in to comment.