<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - CppUnitTest_sc_dataprovider fails on ppc64le"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=127099#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - CppUnitTest_sc_dataprovider fails on ppc64le"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=127099">bug 127099</a>
              from <span class="vcard"><a class="email" href="mailto:noelgrandin@gmail.com" title="Noel Grandin <noelgrandin@gmail.com>"> <span class="fn">Noel Grandin</span></a>
</span></b>
        <pre>This looks like some kind of shutdown/C++ destructor problem, probably because
the order of destruction of C++ global objects is undefined, and the order
slightly different on your machine, and some global object is attempting to
access another global object during  shutdown, but the accessee is already
dead.</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>