Closed tlb-brunoreginato closed 2 months ago
This seems to happen in production without reproduction. Some traces look similar to one reported at https://github.com/flutter/flutter/issues/150271.
We think this is fixed at ToT, the offending code was removed in a refactor
see https://github.com/flutter/engine/blob/main/impeller/typographer/backends/skia/typographer_context_skia.cc vs https://github.com/flutter/engine/blob/flutter-3.24-candidate.0/impeller/typographer/backends/skia/typographer_context_skia.cc#L522-L531
Closing as fixed
@jonahwilliams I can see you are mentioning it's fixed on flutter-3.24-candidate.0
but the issue still happens on 3.24.1
as stated in the issue description, does this mean flutter-3.24-candidate.0
is not part of 3.24.1
release?
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v
and a minimal reproduction of the issue.
Steps to reproduce
Mainly happening on old devices (iPhone 8, SE, X...) after we update to Flutter 3.24.1.
Expected results
Not Crash.
Actual results
Crash.
Code sample
Code sample
```dart [Paste your code here] ```Screenshots or Video
Screenshots / Video demonstration
Logs
Logs
```console Crashed: io.flutter.1.raster 0 Flutter 0x48dfec impeller::TypographerContextSkia::CreateGlyphAtlas(impeller::Context&, impeller::GlyphAtlas::Type, impeller::HostBuffer&, std::_fl::shared_ptrFlutter Doctor output
Doctor output
```console [✓] Flutter (Channel stable, 3.24.1, on macOS 14.4.1 23E224 darwin-arm64, locale en-AE) • Flutter version 3.24.1 on channel stable at /Users/brunoreginato/fvm/versions/3.24.1 • Upstream repository https://github.com/flutter/flutter.git • Framework revision 5874a72aa4 (2 weeks ago), 2024-08-20 16:46:00 -0500 • Engine revision c9b9d5780d • Dart version 3.5.1 • DevTools version 2.37.2 ```