[PATCH 3/7] server: Added support for message mode named pipes.

Alexandre Julliard julliard at winehq.org
Thu Dec 8 09:47:04 CST 2016


Jacek Caban <jacek at codeweavers.com> writes:

> Signed-off-by: Jacek Caban <jacek at codeweavers.com>
> ---
>  dlls/kernel32/tests/pipe.c |  74 ++-----
>  dlls/ntdll/file.c          |   7 +-
>  dlls/ntdll/tests/file.c    |   2 +-
>  server/async.c             |  15 ++
>  server/file.h              |   2 +
>  server/named_pipe.c        | 499
> ++++++++++++++++++++++++++++++++++++++++++---
>  6 files changed, 510 insertions(+), 89 deletions(-)

This is causing various random failures during make test. I don't have a
good reproducible case, but it seems to randomly break communication
with services. For instance I see mountmgr-related errors, or hangs in
the msi tests.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list