Server Failure

Alexandre Julliard julliard at winehq.org
Wed Apr 25 11:08:54 CDT 2007


Robert Lunnon <bobl at 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 at winehq.org



More information about the wine-devel mailing list