-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: desktopRunning on desktopRunning on desktope: embedderUsers of the Embedder APIUsers of the Embedder APIengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-macBuilding on or for macOS specificallyBuilding on or for macOS specificallywaiting for PR to land (fixed)A fix is in flightA fix is in flight
Description
This happens when
- raster thread schedules swap on platform thread and waits for completion
- platform thread is in
embedderAPI.Shutdown, which waits for raster thread to finish
The fix is straightforward, when shutting down unblocks FlutterResizeSynchronizer and keep it unblocked.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: desktopRunning on desktopRunning on desktope: embedderUsers of the Embedder APIUsers of the Embedder APIengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-macBuilding on or for macOS specificallyBuilding on or for macOS specificallywaiting for PR to land (fixed)A fix is in flightA fix is in flight