[Libreoffice-commits] core.git: solenv/bin

Michael Stahl mstahl at redhat.com
Thu May 21 15:07:15 PDT 2015


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

New commits:
commit 70b24144162a48a2a9f5fe5964c08a8396754b57
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri May 22 00:01:37 2015 +0200

    Revert "solenv: if RR is set, skip gdb backtrace, since it's recorded already"
    
    This reverts commit ea980f3de1da84de730541217bd497a4d3bb3642.

diff --git a/solenv/bin/gdb-core-bt.sh b/solenv/bin/gdb-core-bt.sh
index e3965f5..dba100e 100755
--- a/solenv/bin/gdb-core-bt.sh
+++ b/solenv/bin/gdb-core-bt.sh
@@ -20,10 +20,6 @@ then
         COREFILE=$(ls "$COREDIR"/core*)
         echo
         echo "It looks like ${EXECUTABLE} generated a core file at ${COREFILE}"
-        if test -n "$RR"; then
-            echo "rr is recording, skipping gdb backtrace generation"
-            exit 0
-        fi
         echo "Backtraces:"
         GDBCOMMANDFILE=$(mktemp)
         echo "thread apply all backtrace full" > "$GDBCOMMANDFILE"


More information about the Libreoffice-commits mailing list