mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The following sequence of events would lead to a crash: - Reader A is created. - Reader A produces a frame (A0) - Texture is resized. - Reader B is created and reader A is scheduled to be closed. - Reader A produces a frame (A1). This is skipped. - Reader A is closed. - Frame A0 is acquired. Because we closed Reader A the frame A0 is invalid. The fix is to not close Reader A when it is the last reader to produce a frame. Fixes internal bug b/318458306
Description
Flutter makes it easy and fast to build beautiful apps for mobile and beyond
androidapp-frameworkcross-platformdartdart-platformdesktopflutterflutter-packagefuchsiaioslinux-desktopmacosmaterial-designmobilemobile-developmentskiawebweb-frameworkwindows
2.5 GiB
Languages
Dart
75%
C++
16.5%
Objective-C++
2.9%
Java
2.8%
Objective-C
0.7%
Other
1.9%