<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash when registered data source is not available."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=129412#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash when registered data source is not available."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=129412">bug 129412</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=129412#c5">comment #5</a>)
<span class="quote">> Eike:
> this patch prevents from asserting:
> diff --git a/sc/source/ui/unoobj/PivotTableDataProvider.cxx
> b/sc/source/ui/unoobj/PivotTableDataProvider.cxx
> index fa77cd0f133a..d7979cda8cbe 100644
> --- a/sc/source/ui/unoobj/PivotTableDataProvider.cxx
> +++ b/sc/source/ui/unoobj/PivotTableDataProvider.cxx
> @@ -285,6 +285,8 @@ void PivotTableDataProvider::collectPivotTableData()
>      m_aFieldOutputDescriptionMap.clear();
>  
>      uno::Reference<sheet::XDataPilotResults>
> xDPResults(pDPObject->GetSource(), uno::UNO_QUERY);
> +    if (!xDPResults.is())
> +        return;
>      const uno::Sequence<uno::Sequence<sheet::DataResult>>
> xDataResultsSequence = xDPResults->getResults();
>  
>      double fNan;

> however, it opens Chart dialog and at the end, chart is empty (as expected).
> Any thoughts about a better solution than this naive patch?
> (part of bt in my previous comment)</span >

Hi Julien,
Would you mind to submit a patch to gerrit?</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>