http://bugs.winehq.org/show_bug.cgi?id=24101
--- Comment #27 from Guillaume ORTEGA guillaume.ortega@OpenPlug.com 2010-09-02 11:27:08 CDT --- Hello,
I've some news about my investigation, I setup some DTrace scripts on my MacOSX. I trace all errocs on kernel function, I get on wineserver lots of error same as this :
wineserver recvmsg 35\n 1 18555 recvmsg:return libSystem.B.dylib`recvmsg$UNIX2003+0xa wineserver`process_poll_event+0x91 wineserver`fd_poll_event+0x1e wineserver`main_loop_epoll+0x396 wineserver`main_loop+0x31 wineserver`main+0x11c wineserver`start+0x35 wineserver`0x1
35 is the errno number, it correspond to EAGAIN or EWOULDBLOCK on MacOSX. Does this means something for you?
I send to you logs for the process wine, could you just check it to see if I didn't miss something?
Best Regards,
Guillaume ORTEGA.