Date: Wed, 15 Dec 2021 13:47:52 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 260437] x11-wm/skippy-xd: remove wrong assertion Message-ID: <bug-260437-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260437 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=3D230140&action= =3Dedit 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 l= ike: [ 109.28 ] Event PropertyNotif wid 0x000006fc (Root) It looks like assertion is wrong and to be removed. As quick fix, patch removes assertion.=20 The upstream looks like dead, so patch wasn't submitted to upstream. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-260437-7788>