Libreoffice service fails in OBS (openSUSE)
Stephan Bergmann
sbergman at redhat.com
Thu Jan 5 10:23:28 UTC 2017
On 01/04/2017 10:24 PM, Tomáš Chvátal wrote:
> #0 0x00007ffff7657b00 in __cxa_throw () at /usr/lib64/libstdc++.so.6
> #1 0x00007fffe05d902e in
> ooo::vba::getXSomethingFromArgs<com::sun::star::frame::XModel>(com::sun::star::uno::Sequence<com::sun::star::uno::Any>
> const&, int, bool) ()
> at
> /home/abuild/rpmbuild/BUILD/libreoffice-5.3.0.0.beta2/instdir/program/libvbahelperlo.so
> #2 0x00007fffe05e3734 in
> VbaEventsHelperBase::VbaEventsHelperBase(com::sun::star::uno::Sequence<com::sun::star::uno::Any>
> const&,
> com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>
> const&) () at
> /home/abuild/rpmbuild/BUILD/libreoffice-5.3.0.0.beta2/instdir/program/libvbahelperlo.so
> #3 0x00007fffe01fcfed in
> ScVbaEventsHelper::ScVbaEventsHelper(com::sun::star::uno::Sequence<com::sun::star::uno::Any>
> const&,
> com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>
> const&) ()
> at
> /home/abuild/rpmbuild/BUILD/libreoffice-5.3.0.0.beta2/instdir/program/libvbaobjlo.so
> #4 0x00007fffe01fd513 in ScVbaEventsHelper_get_implementation() () at
> /home/abuild/rpmbuild/BUILD/libreoffice-5.3.0.0.beta2/instdir/program/libvbaobjlo.so
> #5 0x00007ffff602fc5f in
> cppuhelper::ServiceManager::Data::Implementation::createInstance(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>
> const&, bool) ()
> at
> /home/abuild/rpmbuild/BUILD/libreoffice-5.3.0.0.beta2/instdir/program/libuno_cppuhelpergcc3.so.3
> #6 0x00007ffff60333c2 in
> cppuhelper::ServiceManager::createInstanceWithContext(rtl::OUString
> const&,
> com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>
> const&) ()
> at
> /home/abuild/rpmbuild/BUILD/libreoffice-5.3.0.0.beta2/instdir/program/libuno_cppuhelpergcc3.so.3
> #7 0x00007fffe1617b26 in createInstance() () at
> /home/abuild/rpmbuild/BUILD/libreoffice-5.3.0.0.beta2/workdir/LinkTarget/CppunitTest/libtest_services.so
> #8 0x00007fffe161cd5a in test() () at
> /home/abuild/rpmbuild/BUILD/libreoffice-5.3.0.0.beta2/workdir/LinkTarget/CppunitTest/libtest_services.so
You're breaking on random exception throws? That's probably not helpful
to debug your problem. This throw of
css::lang::IllegalArgumentException in getXSomethingFromArgs
(include/vbahelper/vbahelper.hxx) is caught in
VbaEventsHelperBase::VbaEventsHelperBase
(vbahelper/source/vbahelper/vbaeventshelperbase.cxx) and well expected
to happen due to how this test works.
More information about the LibreOffice
mailing list