b4ff86cf73
With GNU gdb (Debian 13.2-1) 13.2, I noticed this trace on console when using --backtrace Warning: 'set logging on', an alias for the command 'set logging enabled', is deprecated. Use 'set logging enabled on'. Change-Id: Ic03911ea94aff57dee8f594744147302ef01a1ed Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160143 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
13 lines
350 B
Text
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
|