Open time4tea opened 1 day ago
Hi @time4tea
Are you implementing Platform views in your app? Does the issue only occur in production or also in local environment when running in release
mode?
Looking at the trace, this is somewhat similar to https://github.com/flutter/flutter/issues/155247 which is indicated as fixed. You can try switching to Flutter beta or master channel to see if the crash persists or not.
Hiya. Yes platform views are in use.
Thanks for the link to the other issue although I confess I didn't see the similarity. That appeared to be a crash around a blur function, but this was a hang waiting on a CV?
Unfortunately this is from customer devices and we have not been able to reproduce locally as yet.
Thanks for confirming. I will mark this issue for insights from others.
Steps to reproduce
There is likely to be a native surface (CALayer) in the tree, drawing video content, when this occurred.
Device Information: Dart 3.5.4 (stable) Device iPhone 13/D17AP OS iOS 17.6.1/21G93 rooted no locale en_US
Expected results
Should not hang
Actual results
App did hang, and caused automated alerts.
Code sample
Sorry, cannot reproduce with minimal sample.
Screenshots or Video
Sorry Not available
Logs
Not available - production build
Flutter Doctor output
Doctor output
```console [✓] Flutter (Channel stable, 3.24.4, on macOS 14.7 23H124 darwin-arm64, locale en-GB) • Flutter version 3.24.4 on channel stable at /Users/jra311/fvm/versions/stable • Upstream repository https://github.com/flutter/flutter.git • Framework revision 603104015d (6 days ago), 2024-10-24 08:01:25 -0700 • Engine revision db49896cf2 • Dart version 3.5.4 • DevTools version 2.37.3 [✓] Xcode - develop for iOS and macOS (Xcode 15.4) • Xcode at /Applications/Xcode-15.app/Contents/Developer • Build 15F31d • CocoaPods version 1.15.2 [✓] Network resources • All expected network resources are available. ```