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

Eyal Rozenberg <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #197109|0                           |1
        is obsolete|                            |

--- Comment #11 from Eyal Rozenberg <[email protected]> ---
Created attachment 197113
  --> https://bugs.documentfoundation.org/attachment.cgi?id=197113&action=edit
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))
{}

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

Reply via email to