https://bugs.documentfoundation.org/show_bug.cgi?id=126022
--- Comment #4 from Noel Grandin <[email protected]> ---
Noel's notes:
(*) Helgrind dumps lots of stuff - grep for the drawinglayer related stuff, and
look for "This conflicts with " for the (IMO) more serious races. Straight read
races I don't think are likely to cause crashes.
(*) the getNormal() related stuff looks benign, even if we get inconsistent
data for a bit, it will get rebuilt correctly.
(*) Stuff like SdrLathePrimitive3D::get3DDecomposition is the problem - it
locks before writing to the relevant fields, but not before reading, which
means the read side can see inconsistent data.
(*) my command line for testing was
VALGRIND="helgrind --track-lockorders=no --gen-suppressions=all"
instdir/program/soffice --convert-to odt filename.docx
--
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