1
0
Fork 0
libreoffice/desktop/scripts/gdbtrace
Daniel Baumann 8e63e14cf6
Adding upstream version 4:25.2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 16:20:04 +02:00

13 lines
350 B
Text

set pagination off
echo log will be saved as gdbtrace.log, this will take some time, patience...\n
handle SIGPIPE SIGXCPU SIG33 SIG35 SIGPWR nostop noprint
set logging redirect on
set logging file gdbtrace.log
set logging enabled on
set logging overwrite on
run
bt
thread apply all bt
quit
set logging enabled off
echo log is saved as gdbtrace.log\n