Comment 5 for bug 1750087

Revision history for this message
Olivier Tilloy (osomon) wrote : Re: libreoffoice crashes when trying to save

That crash file is not relevant indeed.

Can you install debug symbols for libreoffice, then run libreoffice in gdb and see if you get a useful stacktrace?

See https://wiki.ubuntu.com/Debug%20Symbol%20Packages for how to install the debug packages, and then from a terminal run "gdb --args libreoffice --writer" and reproduce the crash. At the gdb prompt input "bt" to get a backtrace.