[Libreoffice-commits] core.git: distro-configs/Jenkins
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Thu Apr 9 20:51:18 UTC 2020
distro-configs/Jenkins/linux_clang_dbgutil_64 | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 8a44736f89f07f462fc65b9d67a199e6b4850dd3
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Apr 9 14:12:21 2020 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Apr 9 22:50:42 2020 +0200
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 at redhat.com>
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
More information about the Libreoffice-commits
mailing list