[Libreoffice-commits] core.git: solenv/bin
Stephan Bergmann
sbergman at redhat.com
Thu Jun 22 08:45:10 UTC 2017
solenv/bin/gdb-core-bt.sh | 1 +
1 file changed, 1 insertion(+)
New commits:
commit d36dc7b3ce28e6fe1590aa7cb72e53e2d745c073
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Jun 22 10:43:24 2017 +0200
Temporary debg output to find out why tinderboxes still don't find program
...that dumped a core file. Is it just that the pathname is too long and gets
truncated? To be reverted again.
Change-Id: I2e571cf7d5d3a128e8875e01df37bfccadefe80a
diff --git a/solenv/bin/gdb-core-bt.sh b/solenv/bin/gdb-core-bt.sh
index 45b612128e6f..149f819224a6 100755
--- a/solenv/bin/gdb-core-bt.sh
+++ b/solenv/bin/gdb-core-bt.sh
@@ -25,6 +25,7 @@ then
GDBCOMMANDFILE=$(mktemp)
printf "info registers\nthread apply all backtrace full\n" \
>"$GDBCOMMANDFILE"
+file "$COREFILE"
guess=$(file "$COREFILE")
guess=${guess#* execfn: \'}
guess=${guess%%\'*}
More information about the Libreoffice-commits
mailing list