https://bugs.winehq.org/show_bug.cgi?id=49889
Bug ID: 49889 Summary: wineserver shows failed assertion on shutdown Product: Wine Version: 5.17 Hardware: x86-64 OS: Linux Status: NEW Keywords: regression Severity: normal Priority: P2 Component: wineserver Assignee: wine-bugs@winehq.org Reporter: bunglehead@gmail.com Regression SHA1: 3b3c8619c852513f57ce7388557c8451691fbe00 Distribution: ---
On prefix shutdown wineserver consistently shows:
wineserver: ../../wine-git/server/object.c:407: release_object: Assertion `obj->refcount' failed.
This appears to be caused by recent change:
3b3c8619c852513f57ce7388557c8451691fbe00 is the first bad commit commit 3b3c8619c852513f57ce7388557c8451691fbe00 Author: Alexandre Julliard julliard@winehq.org Date: Wed Sep 23 15:34:10 2020 +0200
server: Keep permanent objects on the standard object list.
Signed-off-by: Alexandre Julliard julliard@winehq.org
server/object.c | 47 ++++++----------------------------------------- server/object.h | 5 +++-- 2 files changed, 9 insertions(+), 43 deletions(-)
https://bugs.winehq.org/show_bug.cgi?id=49889
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |50e2c62a60cad6af121335b7746 | |c33ebafbf1d0a Resolution|--- |FIXED
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Thanks, marking fixed.
https://bugs.winehq.org/show_bug.cgi?id=49889
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 5.18.