[Libreoffice-bugs] [Bug 130559] LibreOffice crashes when opening a document in print preview

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Jul 25 08:45:47 UTC 2020


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

--- Comment #9 from Julien Nabet <serval2412 at yahoo.fr> ---
Created attachment 163503
  --> https://bugs.documentfoundation.org/attachment.cgi?id=163503&action=edit
bt from initial exception

On pc Debian x86-64 with master sources updated today, I gave a new try and
could still reproduce this.

I noticed this trace:
warn:sfx.view:12741:12741:sfx2/source/view/frmload.cxx:489:
DBG_UNHANDLED_EXCEPTION in static void (anonymous
namespace)::SfxFrameLoader_Impl::impl_handleCaughtError_nothrow(const
com::sun::star::uno::Any &, const ::comphelper::NamedValueCollection &)
exception: com.sun.star.uno.RuntimeException message: not supported
/home/julien/lo/libreoffice/sfx2/source/dialog/backingcomp.cxx:583
[New Thread 0x7fffe54fc700 (LWP 12891)]
warn:sfx:12741:12741:sfx2/source/control/thumbnailviewacc.cxx:542: Calling
disposed object. Throwing exception:
warn:sfx:12741:12741:sfx2/source/control/thumbnailviewacc.cxx:542: Calling
disposed object. Throwing exception:
warn:legacy.osl:12741:12741:vcl/source/window/window.cxx:273: Window (
19SfxFrameWindow_Impl()) with live children destroyed: 
23SfxFrameViewWindow_Impl() 14SfxSplitWindow() 21SfxEmptySplitWin_Impl()
14SfxSplitWindow() 21SfxEmptySplitWin_Impl() 14SfxSplitWindow()
21SfxEmptySplitWin_Impl() 14SfxSplitWindow() 21SfxEmptySplitWin_Impl()
Window ( 19SfxFrameWindow_Impl()) with live children destroyed: 
23SfxFrameViewWindow_Impl() 14SfxSplitWindow() 21SfxEmptySplitWin_Impl()
14SfxSplitWindow() 21SfxEmptySplitWin_Impl() 14SfxSplitWindow()
21SfxEmptySplitWin_Impl() 14SfxSplitWindow() 21SfxEmptySplitWin_Impl()

sfx2/source/dialog/backingcomp.cxx 583 contains:
    571 /** not supported.
    572 
    573     @param  xListener
    574                 not used.
    575 
    576     @throw  css::uno::RuntimeException
    577                 because the listener expect to be holded alive by this
container.
    578                 We must inform it about this unsupported feature.
    579  */
    580 
    581 void SAL_CALL BackingComp::addEventListener( /*IN*/ const
css::uno::Reference< css::lang::XEventListener >& )
    582 {
    583     throw css::uno::RuntimeException(
    584             "not supported",
    585             static_cast< ::cppu::OWeakObject* >(this));
    586 }

(see
https://opengrok.libreoffice.org/xref/core/sfx2/source/dialog/backingcomp.cxx?r=27f4feab#583)

So I took a bt from this location.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200725/0797d776/attachment.htm>


More information about the Libreoffice-bugs mailing list