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

--- Comment #4 from [email protected] ---
The same socket object is used by the reader and writer threads that handle UNO
IPC. The reader thread processes incoming IPC requests and uses socket read
operations, the writer thread sends outgoing IPCs and replies and uses socket
write operations. But both socket read and write operations access the same
m_nLastError member in the socket. Since reader and writer thread write the
same member, helgrind reports data races on m_nLastError.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to