https://bugs.documentfoundation.org/show_bug.cgi?id=168491

--- Comment #21 from Buovjaga <[email protected]> ---
(In reply to Heinz Repp from comment #20)
> I use debian testing fully updated, gdb is GNU gdb (Debian 16.3-5), and
> after soffice --backtrace there was no gdb message I could have reacted to.

Ok, sorry about that. It might be that you need to install the libdebuginfod
package:  https://wiki.debian.org/Debuginfod

Another, longer, way to initiate the backtrace process is by launching
LibreOffice first and then in a terminal running:

gdb --pid=$(pidof soffice.bin)

At this point it should ask to enable debuginfod.

Then in gdb:

set logging enabled on

and

continue

(or just c)

and then in LibreOffice, open the database to make it crash. With the crash,
gdb shows the prompt and you can say

backtrace

(or just bt)

Now a gdb.txt file should be found in the directory where you invoked gdb.
Finally, you can say quit in gdb.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to