solenv/bin/gdb-core-bt.sh |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit dc6442d4459074ce95559d48a28010def5234e1c
Author:     Noel Grandin <[email protected]>
AuthorDate: Wed Apr 2 18:48:40 2025 +0200
Commit:     Noel Grandin <[email protected]>
CommitDate: Wed Apr 2 20:38:11 2025 +0200

    fix gdb-core-bt
    
    I messed up in
        commit 5440262dd2fc58025702b7172cebe6b9f1c466ec
        Author: Noel Grandin <[email protected]>
        Date:   Mon Feb 26 16:04:32 2024 +0200
        Get at least some information out of coredumpctl
    
    Change-Id: I9e5c035c371114077f02f8adef432f742d98b255
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183638
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <[email protected]>

diff --git a/solenv/bin/gdb-core-bt.sh b/solenv/bin/gdb-core-bt.sh
index e90cd04ada41..428a414d78de 100755
--- a/solenv/bin/gdb-core-bt.sh
+++ b/solenv/bin/gdb-core-bt.sh
@@ -48,7 +48,6 @@ then
             # or multiple matching core dumps have identical PIDs):
             for i in $($COREDUMPCTL --json=short list 
COREDUMP_USER_UNIT="$LIBO_TEST_UNIT".scope | \
                            $JQ -r 
'map(select(.corefile=="present"))|map(.pid)|join(" ")')
-            for i in $($COREDUMPCTL -q -r -1 list | cut -f 2)
             do
                 GDBCOMMANDFILE=$(mktemp)
                 printf 'info registers
thread apply all backtrace full
' >"$GDBCOMMANDFILE"

Reply via email to