daily-demos / daily-flutter-demo

BSD 2-Clause "Simplified" License
4 stars 1 forks source link

-[DailyFlutterTexture dealloc] EXC_BAD_ACCESS (KERN_INVALID_ADDRESS) #9

Open jd-bus opened 2 months ago

jd-bus commented 2 months ago
Device
Model:iPhone 12 Pro Max
Orientation:Portrait
RAM free: 323.88 MB
Operating System
Version:17.1.2
Orientation:Portrait
Jailbroken:No
Crash
Date:Jun 9, 2024, 4:31:11 PM
Crashed: io.flutter.1.raster
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x00000000000006d0
0
Flutter
(Missing UUID 4c4c440e55553144a1d84b2b304b0d35)
1
Flutter
(Missing UUID 4c4c440e55553144a1d84b2b304b0d35)
2
daily_flutter
-[DailyFlutterTexture dealloc] + 44
3
libobjc.A.dylib
object_cxxDestructFromClass(objc_object*, objc_class*) + 116
5
libobjc.A.dylib
_objc_rootDealloc + 80

Any help appreciated. Several customers affected. I am happy for any pointers on additional debugging / temeletry that I could add to my application to better inspect the error.

jd-bus commented 2 months ago

I did notice that this one also only seems to occur in the background, like #12. However it still would be nice to prevent it from happening because it contributes to crash statistic and may hurt graceful shutdown. Does anyone know a workaround?