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(-)
https://bugs.winehq.org/show_bug.cgi?id=51726
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- Should be fixed by https://source.winehq.org/git/wine.git/commitdiff/08eaf8f4819ce2dc2c0463817f2e77cc456cdb74.
https://bugs.winehq.org/show_bug.cgi?id=51726
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |08eaf8f4819ce2dc2c0463817f2 | |e77cc456cdb74 Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #2 from Dmitry Timoshkov dmitry@baikal.ru --- Fixed by 08eaf8f4819ce2dc2c0463817f2e77cc456cdb74.
Thanks Zebediah.
https://bugs.winehq.org/show_bug.cgi?id=51726
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.17.