check segfault

This commit is contained in:
2025-11-05 21:16:02 +01:00
parent 749f252266
commit 8b36768b39

View File

@@ -14,6 +14,7 @@ steps:
- apk update - apk update
- apk add --no-cache bash build-base words-en - apk add --no-cache bash build-base words-en
- make - make
- ./dicepwgen -y | grep -E '[a-z]*%' - gdb -batch -ex "run" -ex "bt" --args dicepwgen
#- ./dicepwgen -y | grep -E '[a-z]*%'