[pygobject/benzea/gio-asyncio] try to get a backtrace
- From: Benjamin Berg <bberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygobject/benzea/gio-asyncio] try to get a backtrace
- Date: Mon, 22 Nov 2021 19:23:43 +0000 (UTC)
commit 0471eb16f51f293e2e716dc29dfcc22819a8af38
Author: Benjamin Berg <bberg redhat com>
Date: Mon Nov 22 19:37:12 2021 +0100
try to get a backtrace
.gitlab-ci.yml | 3 +++
.gitlab-ci/test-docker.sh | 2 ++
2 files changed, 5 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ba852c19..806a9727 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -66,6 +66,9 @@ python3.6:
variables:
PYENV_VERSION: "3.6.12"
<<: *defaults
+ artifacts:
+ paths:
+ - gdb.txt
#python3.7:
# variables:
diff --git a/.gitlab-ci/test-docker.sh b/.gitlab-ci/test-docker.sh
index bb865a01..49ed5580 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 '!!!!!!!!!!!!!!!!!!!!!!' >> gdb.txt; 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]