From d59dcdc0b2fe5749b96e69df73668b66f712e9c9 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 31 Mar 2019 22:38:13 +0200 Subject: [PATCH] ci: another attempt to debug CI-only segfaults --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a1f0509e9..d0d525d32 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,9 @@ variables: DOCKER_IMAGE: villas/node DOCKER_IMAGE_DEV: villas/node-dev MAKE_OPTS: -j 16 + LD_PRELOAD: /usr/lib64/libSegFault.so + SEGFAULT_SIGNALS: all + SEGFAULT_SIGNALS: bus abrt stages: - prepare @@ -20,7 +23,6 @@ stages: # For some reason, GitLab CI prunes the contents of the submodules so we need to restore them. before_script: - git submodule foreach git checkout . - - export LD_PRELOAD=/usr/lib64/libSegFault.so # Stage: prepare ##############################################################################