sharplispers / clx

a fork of crhodes' fork of danb's fork of the CLX library, an X11 client for Common Lisp
Other
114 stars 46 forks source link

Crash when Y part of WM_NORMAL_HINTS set to zero by bad apps #65

Closed azrazalea closed 7 years ago

azrazalea commented 7 years ago

This is an old bug. See https://lists.gnu.org/archive/html/stumpwm-devel/2011-04/msg00009.html and a report that someone fixed it in some implementation http://sourceforge.net/tracker/?func=detail&aid=3292605&group_id=1355&atid=101355.

I'm running into it specifically with some steam games. Patching my local build with the patch from the first link but it seems like it is some kind of workaround. Is there a better fix?

azrazalea commented 7 years ago

I have a branch here that we can PR if we like the mailing list solution https://github.com/azrazalea/clx/tree/apply_divide_by_zero_fix

azrazalea commented 7 years ago

Comment deleted, moved to a separate issue.

dkochmanski commented 7 years ago

Fixed in #66.