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

--- Comment #11 from N.P. <[email protected]> ---
(In reply to Stéphane Guillou (stragu) from comment #10)
> What kind of package manager do you use?

I use portage (to build packages from source).

> Would be great if you could use a different install method, see if
> it is still reproducible, and produce a backtrace for the crash,
> given that no one else has been able to reproduce.
> 
> https://wiki.documentfoundation.org/QA/BugReport/Debug_Information

I *really* don't want to compile LibreOffice from source (it would
require compiling 56 *new* packages in addition to LibreOffice). I
use AppImages of certain large applications such as LibreOffice mainly
to avoid having to compile them.

I have done a couple of straces, which don't seem to show much. With
the first (trying to export), almost all of the strace gets written
just from starting LibreOffice, with nothing added when trying to
export the document.

https://dpaste.com/3KUHVHFV3

When attempting to print to a file, I get almost the same strace,
except for the ending (and this extra line in the export attempt):

< read(3, 0x7ffc12b9a728, 1)              = ? ERESTARTSYS (To be restarted if
SA_RESTART is set)

The attempt to print to a file contains two additional lines at the
end (and of course, an exit code of 1 instead of 0):

1764a1764,1765
> terminate called after throwing an instance of 
> 'com::sun::star::uno::RuntimeException'
> Unspecified Application Error
1766c1767
< futex(0x1ba1b20, FUTEX_WAKE_PRIVATE, 1) = 0
---
> futex(0x1e5ab20, FUTEX_WAKE_PRIVATE, 1) = 0
1768,1769c1769,1770
< exit_group(0)                           = ?
< +++ exited with 0 +++
---
> exit_group(1)                           = ?
> +++ exited with 1 +++


While I certainly have a willingness to spend time and effort to
track this down, I don't have a very high skill level, and have
virtually no experience doing any kind of debugging.

I could try taking apart the AppImages and running them. It might
help me to know what has changed (particularly in library versions)
between 7.4 and 7.5.

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

Reply via email to