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

Michael Weghorn <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
     Ever confirmed|0                           |1

--- Comment #13 from Michael Weghorn <[email protected]> ---
(In reply to Eyal Rozenberg from comment #11)
> Created attachment 197113 [details]
> gdbtrace.log from a crashing run with --backtrace
> 
> Installed libreoffice-core-dbgsym and re-generated the GDB trace.
> 
> The relevant part seems to be:
> 
> #9  0xb74670da in com::sun::star::configuration::ReadWriteAccess::create ()
> at
> ./workdir/UnoApiHeadersTarget/offapi/normal/com/sun/star/configuration/
> ReadWriteAccess.hpp:50
> #10 0xb7464281 in
> comphelper::detail::ConfigurationWrapper::ConfigurationWrapper () at
> ./comphelper/source/misc/configuration.cxx:114
> #11 0xb746432d in comphelper::detail::ConfigurationWrapper::get () at
> ./comphelper/source/misc/configuration.cxx:107
> #12 0xb7dd2b2f in
> comphelper::ConfigurationProperty<officecfg::Setup::Office::
> OfficeRestartInProgress, bool>::get () at
> ./include/comphelper/configuration.hxx:223
> 
> and the snippet of configuration.cxx is:
> 
> comphelper::detail::ConfigurationWrapper::ConfigurationWrapper(
>     css::uno::Reference<css::uno::XComponentContext> const & context):
>     context_(context.is() ? context :
> comphelper::getProcessComponentContext()),
>     access_(css::configuration::ReadWriteAccess::create(context_, u"*"_ustr))
> {}

That's not code I'm very familiar with. From looking a bit into the code,
something might go (have gone) wrong somewhere when creating the component
context/services.

Some questions:

1) Does this also happen with a new user profile, or in safe mode?
2) Is package `libreoffice` installed? (which *should* take care of installing
relevant other packages and avoid having an "interesting" combination of just
single packages)
3) Do you have a `/usr/lib/libreoffice/program/unorc` that looks something like
this:

[Bootstrap]
URE_INTERNAL_LIB_DIR=${ORIGIN}
URE_INTERNAL_JAVA_DIR=${ORIGIN}/classes
URE_INTERNAL_JAVA_CLASSPATH=${URE_MORE_JAVA_TYPES}
UNO_TYPES=${ORIGIN}/types.rdb ${URE_MORE_TYPES}
UNO_SERVICES=${ORIGIN}/services.rdb ${URE_MORE_SERVICES}

4) Are there any environment variables set in your setup that might mess with
the installation in some way? (Does `env` output contain anything that looks
like it might be related, e.g. some variable starting with `UNO_` or `URE_`?
5) Is this a fresh installation of Q4OS? If not: Did LO ever work there in the
past?
6) Any other ideas?

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

Reply via email to