<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - LibreOffice crashes when opening a document in print preview"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=130559#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - LibreOffice crashes when opening a document in print preview"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=130559">bug 130559</a>
              from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=163503" name="attach_163503" title="bt from initial exception">attachment 163503</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=163503&action=edit" title="bt from initial exception">[details]</a></span>
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
<a href="https://opengrok.libreoffice.org/xref/core/sfx2/source/dialog/backingcomp.cxx?r=27f4feab#583">https://opengrok.libreoffice.org/xref/core/sfx2/source/dialog/backingcomp.cxx?r=27f4feab#583</a>)

So I took a bt from this location.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>