felixfung / skippy-xd

A window selector for X11 with Exposé and live preview Alt-Tab effects and more
GNU General Public License v2.0
23 stars 2 forks source link

Non-deterministic Segfault after xrandr reconfiguration #115

Open felixfung opened 4 months ago

felixfung commented 4 months ago

double free or corruption (out)

felixfung commented 1 week ago

I suspect it is because (with early experiment) that CreateNotify and DestroyNotify X events are not being received, so that destroyed window pointers are being accessed, leading to segfault.

If this hypothesis is true, then it would also explain (and eventually fix) how we sometimes don't have thumbnails for newly created windows.