https://bugs.documentfoundation.org/show_bug.cgi?id=145817
--- Comment #11 from Julien Nabet <[email protected]> --- "bt" is the shortcut for "backtrace", it asks to gdb to retrieve a backtrace. Once LO is launched, you call gdb. Once gdb is launched, it'll display a prompt (at this moment LO is freezed) You must type "c" (for "continue") (it'll unfreeze LO) Reproduce the crash when it crashes, gdb stops and displays again a prompt with some info, the same form like you quoted: Thread 1 "soffice.bin" received signal SIGSTOP, Stopped (signal). 0x00007f488f6e1aff in poll () from /lib/x86_64-linux-gnu/libc.so.6 (gdb) at this moment, type "bt" (without the quotes). -- You are receiving this mail because: You are the assignee for the bug.
