[pygobject/benzea/gio-asyncio] try to get a backtrace



commit 66fecf1e0e1c02bf0bf86be8014029adb2fa0d6d
Author: Benjamin Berg <bberg redhat com>
Date:   Mon Nov 22 19:37:12 2021 +0100

    try to get a backtrace

 .gitlab-ci/test-docker.sh | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci/test-docker.sh b/.gitlab-ci/test-docker.sh
index bb865a01..283e721d 100755
--- a/.gitlab-ci/test-docker.sh
+++ b/.gitlab-ci/test-docker.sh
@@ -51,6 +51,8 @@ python setup.py build_tests
 lcov --config-file .gitlab-ci/lcovrc --directory . --capture --initial --output-file \
     "${COV_DIR}/${CI_JOB_NAME}-baseline.lcov"
 
+( sleep 70; echo '!!!!!!!!!!!!!!!!!!!!!!'; gdb -p $( pgrep -o -f runtests.py ) -batch -x "set logging on" -x 
"thread apply all bt full" -x quit ) &
+
 xvfb-run -a python -m coverage run --context "${COV_KEY}" tests/runtests.py
 
 # COLLECT GCOV COVERAGE


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]