solenv/bin/gdb-core-bt.sh | 1 +
1 file changed, 1 insertion(+)
New commits:
commit d36dc7b3ce28e6fe1590aa7cb72e53e2d745c073
Author: Stephan Bergmann <[email protected]>
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%%\'*}
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits