https://bugs.winehq.org/show_bug.cgi?id=51726
Bug ID: 51726 Summary: wineserver crashes with an assert() Product: Wine Version: 6.16 Hardware: x86-64 OS: Linux Status: NEW Keywords: regression Severity: normal Priority: P2 Component: wineserver Assignee: wine-bugs@winehq.org Reporter: dmitry@baikal.ru CC: z.figura12@gmail.com Regression SHA1: 96593370cd7b1ec127270a1c4a95d055baf532c8 Distribution: ---
Created attachment 70613 --> https://bugs.winehq.org/attachment.cgi?id=70613 Snippet of +relay,+server log leading to the assert
Due to resent changes wineserver crashes with an assert. This is a regression caused by
96593370cd7b1ec127270a1c4a95d055baf532c8 is the first bad commit commit 96593370cd7b1ec127270a1c4a95d055baf532c8 Author: Zebediah Figura zfigura@codeweavers.com Date: Wed Sep 1 17:28:38 2021 -0500
server: Introduce a helper to fill an iosb and terminate the async.
For convenience, and to centralize the STATUS_ALERTED logic into one place.
Signed-off-by: Zebediah Figura zfigura@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
server/async.c | 29 +++++++++++++ server/console.c | 51 ++++++++-------------- server/device.c | 14 +++--- server/file.h | 2 + server/named_pipe.c | 4 +- server/sock.c | 121 ++++++++++++++++++++++------------------------------ 6 files changed, 105 insertions(+), 116 deletions(-)