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