Robert Lunnon bobl@optusnet.com.au writes:
I'm having the wineserver sparodically return a failure STATUS_NO_SUCH_FILE I think this is possibly because wineserver didn't get compiled with a threadsafe errno but I'd welcome other ideas
No, the wineserver doesn't use threads. The bug is that the unix_tid field in init_thread() is -1 instead of the lwpid, so opening the /proc file fails. My guess is that you are using wine-kthread instead of wine-pthread.