summaryrefslogtreecommitdiff
path: root/distro-configs
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-04-09 14:12:21 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-04-09 22:50:42 +0200
commit8a44736f89f07f462fc65b9d67a199e6b4850dd3 (patch)
tree93cc299b6288e8aec3abfe7af43b5c2bb9e14b6b /distro-configs
parent22a1557314ffa7c8ae57ebe5d0056893ed1103a8 (diff)
Try --disable-split-debug for distro-configs/Jenkins/linux_clang_dbgutil_64
...in the hope that it will fix gdb backtrace generation for those Jenkins builds, as just discussed on Freenode #libreoffice-dev: > Apr 09 14:03:47 <sberg> mst___, cloph, didn't you discuss broken gdb > backtraces on some Jenkins bots the other day? > <https://ci.libreoffice.org/job/gerrit_linux_clang_dbgutil/56703/console> is > another example of the bt for thread 1 missing, probably because gdb went > south or something > Apr 09 14:06:05 <llunak> sberg: that looks like gdb is too old to handle debug > info produced by that clang version > Apr 09 14:08:05 <llunak> sberg: and presumably --disable-split-debug would be > a workaround with some (not sure how big) performance cost > Apr 09 14:11:43 <mst___> yeah there were lots of complaints about > incomprehensible DWARFs in that log Change-Id: I69aa80fdd13148330d00231eefe37cbf965fe4d6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91970 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'distro-configs')
-rw-r--r--distro-configs/Jenkins/linux_clang_dbgutil_641
1 files changed, 1 insertions, 0 deletions
diff --git a/distro-configs/Jenkins/linux_clang_dbgutil_64 b/distro-configs/Jenkins/linux_clang_dbgutil_64
index b64e77363a02..4c38a41e572e 100644
--- a/distro-configs/Jenkins/linux_clang_dbgutil_64
+++ b/distro-configs/Jenkins/linux_clang_dbgutil_64
@@ -4,3 +4,4 @@ COMPILER_PLUGINS_CXX=ccache g++ -std=c++11
--enable-kf5
--disable-compiler-plugins-analyzer-pch
--disable-dependency-tracking
+--disable-split-debug