Intermittent hangs on Windows when using ControlFlow::Poll #1522
Labels
B - bug
Dang, that shouldn't have happened
C - needs investigation
Issue must be confirmed and researched
DS - windows
Running a minor adaptation of the
window
example usingControlFlow::Poll
leads to intermittent hangs on Windows (10.0.18362), whereinwinit
dispatchesNewEvents(Poll)
,MainEventsCleared
, andRedrawEventsCleared
continuously, causing Windows to treat the window as not responding, untilwinit
dispatches aResized
WindowEvent
with the same size as the window had before.Here's the section of the log output around where the hang stopped:
Little information to be gained from the log from when the hang started:
winit
also doesn't appear to dispatch any other events, like keyboard or mouse events, while it's in this "loop".The text was updated successfully, but these errors were encountered: