<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash swlo!SwEditShell::ValidateAllParagraphSignatures"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126004#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash swlo!SwEditShell::ValidateAllParagraphSignatures"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126004">bug 126004</a>
              from <span class="vcard"><a class="email" href="mailto:xiscofauli@libreoffice.org" title="Xisco FaulĂ­ <xiscofauli@libreoffice.org>"> <span class="fn">Xisco FaulĂ­</span></a>
</span></b>
        <pre>(In reply to Julien Nabet from <a href="show_bug.cgi?id=126004#c5">comment #5</a>)
<span class="quote">> With this patch, it doesn't crash
> diff --git a/sw/source/core/doc/DocumentTimerManager.cxx
> b/sw/source/core/doc/DocumentTimerManager.cxx
> index 266ee7386875..f13a25559f1f 100644
> --- a/sw/source/core/doc/DocumentTimerManager.cxx
> +++ b/sw/source/core/doc/DocumentTimerManager.cxx
> @@ -200,7 +200,8 @@ IMPL_LINK_NOARG( DocumentTimerManager, DoIdleJobs,
> Timer*, void )
>          m_rDoc.getIDocumentFieldsAccess().UpdateRefFields();  // References
>  
>          // Validate and update the paragraph signatures.
> -        m_rDoc.GetEditShell()->ValidateAllParagraphSignatures(true);
> +        if (m_rDoc.GetEditShell())
> +            m_rDoc.GetEditShell()->ValidateAllParagraphSignatures(true);
>  
>          pTmpRoot->EndAllAction();
> but as always, is it a real fix or am I just hiding the root cause.</span >

@Julien, Could you please submit a patch to gerrit so others can review it ?</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>