[FancyZones] ZoneWindow concurrency issues #2105
Labels
Issue-Bug
Something isn't working
Product-FancyZones
Refers to the FancyZones PowerToy
Resolution-Already Fixed/Doesn't Apply
A change in the product has made the issue obsolete.
ZoneWindow class is accessed concurrently, but it does not have a mutex. This could cause crashes or other unexpected behavior.
Environment
Steps to reproduce
Sometimes (although very rarely) dragging a window around before snapping to a zone causes a crash. This has been traced back to a concurrency issue in the ZoneWindow class.
Expected behavior
No crashes or other unexpected behavior, ZoneWindow should have a mutex to protect data which is accessed concurrently.
Actual behavior
See above.
The text was updated successfully, but these errors were encountered: