[Libreoffice-bugs] [Bug 127099] CppUnitTest_sc_dataprovider fails on ppc64le

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Aug 22 14:59:49 UTC 2019


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

--- Comment #3 from Noel Grandin <noelgrandin at gmail.com> ---
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.

-- 
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/20190822/864c33e0/attachment.html>


More information about the Libreoffice-bugs mailing list