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




commit fc21d738984e6a66ed62713a488cc5d20c34520c
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..70d0116f 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"
 
+( echo '!!!!!!!!!!!!!!!!!!!!!!'; sleep 70; echo '!!!!!!!!!!!!!!!!!!!!!!'; gdb -p $( pgrep -n -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]