[Bug 51726] New: wineserver crashes with an assert()

WineHQ Bugzilla wine-bugs at winehq.org
Mon Sep 6 09:56:16 CDT 2021


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 at winehq.org
          Reporter: dmitry at baikal.ru
                CC: z.figura12 at 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 at 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 at codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard at 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(-)

-- 
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