[Bug 44393] cannot read form named pipe in wine 3.0 after bug fix 43217

wine-bugs at winehq.org wine-bugs at winehq.org
Thu May 17 07:45:06 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=44393

Jacek Caban <jacek at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jacek at codeweavers.com

--- Comment #13 from Jacek Caban <jacek at codeweavers.com> ---
The problem is probably that we no longer have UNIX fd associated with named
pipes, so we can't pass it to UNIX application. I think we could extend UNIX
mode in start.exe to create new fds and pump data between named pipes and UNIX
sockets. You could then use something like:
| start /unix /usr/bin/ls /tmp |...

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list