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

--- Comment #3 from Noel Grandin <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to