On Tue, Nov 4, 2025 at 1:22 AM Dean Webber <[email protected]>
wrote:

> Hi Aivaras,
>
> I could try to troubleshoot the install if there is a verbose output for
> soffice I could be looking at, or a diagnostic tool I could use.


Please try the following.

When the error happens, and that popup window is still open, in a terminal
find the process ID (PID) of OpenOffice, usually by running "ps faxww" and
look for "soffice" there.

Then, using the PID from above:
$ gdb
(gdb) attach PID
(gdb) thread apply all backtrace

and paste the output in an email here. That should help us see where the
error is coming from.

You might need to run gdb as root, if the steps above fail.

Regards
Damjan

Reply via email to