[Bug 260437] x11-wm/skippy-xd: remove wrong assertion
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Dec 2021 13:47:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260437
Bug ID: 260437
Summary: x11-wm/skippy-xd: remove wrong assertion
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: danfe@FreeBSD.org
Reporter: mizhka@FreeBSD.org
Assignee: danfe@FreeBSD.org
Flags: maintainer-feedback?(danfe@FreeBSD.org)
Created attachment 230140
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=230140&action=edit
Git format-patch
Hi,
Skippy XD crashes on assertion: assert(!XEventsQueued(ps->dpy,
QueuedAfterReading));
Assertion checks that queue is empty after XSync. But new events can come like:
[ 109.28 ] Event PropertyNotif wid 0x000006fc (Root)
It looks like assertion is wrong and to be removed.
As quick fix, patch removes assertion.
The upstream looks like dead, so patch wasn't submitted to upstream.
--
You are receiving this mail because:
You are the assignee for the bug.