I noticed a data race in XQuartz.  We call ErrorF in a couple places off of the 
main server thread.  I could fix it by simply moving this logging onto the 
server thread (or not doing it with os/log), but with the split of InputThread 
off of MainThread, I'm wondering if it would be better to instead make ErrorF 
thread safe.

Thoughts?

--Jeremy


Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to