/usr/lib/libreoffice/program/gdbtrace is in libreoffice-common 1:5.1.2-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | 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 on
set logging overwrite on
run
bt
thread apply all bt
quit
set logging off
echo log is saved as gdbtrace.log\n
|