mercredi 5 février 2020

Flutter app crashes randomly (io.flutter.1.gpu (8): signal SIGABRT) on ios 13 but not on android or iphone 5s with earlier ios

When I navigate around the app it crashes on random screens and in XCode I get the message: io.flutter.1.gpu (8): signal SIGABRT

The stacktrace is:

2020-02-05 18:46:41.225735+0100 Runner[30726:12308684]  - <AppMeasurement>[I-ACS036002] Analytics screen reporting is enabled. Call +[FIRAnalytics setScreenName:setScreenClass:] to set the screen name or override the default screen class name. To disable screen reporting, set the flag FirebaseScreenReportingEnabled to NO (boolean) in the Info.plist
2020-02-05 18:46:41.387987+0100 Runner[30726:12308605] Metal API Validation Enabled
2020-02-05 18:46:41.632361+0100 Runner[30726:12308605] Configuring the default Firebase app...
2020-02-05 18:46:41.632786+0100 Runner[30726:12308706] flutter: Observatory listening on http://127.0.0.1:60139/AuOqNpK5gxY=/
2020-02-05 18:46:41.633329+0100 Runner[30726:12308688] 6.15.0 - [Firebase/Core][I-COR000004] App with name __FIRAPP_DEFAULT does not exist.
2020-02-05 18:46:41.694350+0100 Runner[30726:12308693] 6.15.0 - [GoogleUtilities/AppDelegateSwizzler][I-SWZ001011] App Delegate Proxy is disabled.
2020-02-05 18:46:41.694417+0100 Runner[30726:12308693] 6.15.0 - [Firebase/Analytics][I-ACS023007] Analytics v.60201000 started
2020-02-05 18:46:41.694445+0100 Runner[30726:12308693] 6.15.0 - [Firebase/Analytics][I-ACS023008] To enable debug logging set the following application argument: -FIRAnalyticsDebugEnabled
2020-02-05 18:46:41.700683+0100 Runner[30726:12308710] 6.15.0 - [Firebase/Analytics][I-ACS025036] App Delegate Proxy is disabled
2020-02-05 18:46:41.715063+0100 Runner[30726:12308605] Configured the default Firebase app __FIRAPP_DEFAULT.
2020-02-05 18:46:42.004500+0100 Runner[30726:12308684] 6.15.0 - [Firebase/Analytics][I-ACS023012] Analytics collection enabled
validateFunctionArguments:3485: failed assertion `Vertex Function(#main): argument vertexBuffer.0[0] from buffer(15) with offset(32756) and length(32768) has space for 12 bytes, but argument has a length(60).'

I have no clue on how to fix this as I don't see a correlation from my flutter/dart code to the error. I would greatly appreciate any possible explanation for a cause/fix or guidance on how to figure it out.




Aucun commentaire:

Enregistrer un commentaire