From 97aaf5a067ab98e78c7bb7c46d4a483bba76a2b1 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner <hans@eds.org> Date: Tue, 12 Jan 2021 11:50:53 +0100 Subject: [PATCH] gitlab-ci: include Java crash dump logs in artifacts https://gitlab.com/fdroid/ci-images-client/-/jobs/957371759 ``` A fatal error has been detected by the Java Runtime Environment: SIGSEGV (0xb) at pc=0x00007f6775b513c0, pid=1923, tid=0x00007f675eef6700 JRE version: OpenJDK Runtime Environment (8.0_275-b01) (build 1.8.0_275-8u275-b01-1~deb9u1-b01) Java VM: OpenJDK 64-Bit Server VM (25.275-b01 mixed mode linux-amd64 compressed oops) Problematic frame: V [libjvm.so+0x92d3c0] Core dump written. Default location: /builds/test/fdroidclient/app/core or core.1923 An error report file with more information is saved as: /builds/test/fdroidclient/app/hs_err_pid1923.log Compiler replay data is saved as: /builds/test/fdroidclient/app/replay_pid1923.log If you would like to submit a bug report, please visit: http://bugreport.java.com/bugreport/crash.jsp ``` --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 01ff1d887..a15c52462 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,8 @@ before_script: name: "${CI_PROJECT_PATH}_${CI_JOB_STAGE}_${CI_COMMIT_REF_NAME}_${CI_COMMIT_SHA}" paths: - logcat.txt + - app/core* + - app/*.log - app/build/reports - app/build/outputs/*ml - app/build/outputs/apk