25 Apr
2007
25 Apr
'07
11:08 a.m.
Robert Lunnon <bobl(a)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. -- Alexandre Julliard julliard(a)winehq.org