diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 87d82ed8dd..a150164fe1 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -510,6 +510,9 @@ build clang fedora x86_64: GST_VALIDATE_LAUNCHER_FORCE_COLORS: "true" TIMEOUT_FACTOR: "2" CARGO_HOME: "/cache/gstreamer/cargo" + # Enable the fault handler so we get backtraces on segfaults. + # any non-empty string will do + PYTHONFAULTHANDLER: "enabled" rules: - if: '$CI_PROJECT_NAME !~ /^(cerbero|gst-examples|gst-docs)$/' script: