https://bugs.kde.org/show_bug.cgi?id=495250
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |n...@kde.org --- Comment #2 from Nate Graham <n...@kde.org> --- `git bisect` says it was this commit: 0d7bca07b920319a18007aa6a599f664236b3cc6 is the first bad commit commit 0d7bca07b920319a18007aa6a599f664236b3cc6 Author: Marco Martin <notm...@gmail.com> Date: Mon Oct 21 17:13:03 2024 +0200 Double buffer m_tile Add a new m_requestedTile member that gets set immediately with either requestTile() or setQuickTileMode(), at XdgToplevelWindow::handleStatesAcknowledged() Window::commitTile() will be called and m_tile will be actually set only on that step Going back to 649b3df296cbcae2dce21fbb555ee3796e4e543e (the immediately preceding commit) makes the crash go away. -- You are receiving this mail because: You are watching all bug changes.