pinnacle-comp / pinnacle

A WIP Smithay-based Wayland compositor, inspired by AwesomeWM and configured in Lua or Rust
GNU General Public License v3.0
266 stars 13 forks source link

Possible crash when waking from sleep #266

Closed Ottatop closed 1 month ago

Ottatop commented 2 months ago

Just hit this assert after a wakeup: https://github.com/pinnacle-comp/pinnacle/blob/53ea4ebace598a3f361586782352ad5113ff1f7e/src/backend/udev.rs#L1309

Should probably not schedule the render in an idle because the render state could change between the schedule and when the idle is called.