I received this crash report from a user through Crashlytics. They reported the app immediately exited upon opening. It appears flutter was killed:
Crashed: io.flutter.1.io
0 libsystem_kernel.dylib 0x1cbed8414 __pthread_kill + 8
1 libsystem_pthread.dylib 0x1e9932b40 pthread_kill + 272
2 libsystem_c.dylib 0x1a74feb74 abort + 104
3 Flutter 0x101f9e6dc (Missing)
4 Flutter 0x1020aeea4 (Missing)
5 Flutter 0x101e43dbc (Missing)
6 Flutter 0x101e42558 (Missing)
7 Flutter 0x101e42720 (Missing)
8 Flutter 0x101ed0ac4 (Missing)
9 Flutter 0x101ece994 (Missing)
10 Flutter 0x101eceb2c (Missing)
11 Flutter 0x101b54804 (Missing)
12 Flutter 0x101b5451c (Missing)
13 Flutter 0x101b564cc (Missing)
14 CoreFoundation 0x19e0ddfa0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 32
15 CoreFoundation 0x19e0ddba0 __CFRunLoopDoTimer + 1064
16 CoreFoundation 0x19e0dcffc __CFRunLoopDoTimers + 328
17 CoreFoundation 0x19e0d6ee4 __CFRunLoopRun + 1936
18 CoreFoundation 0x19e0d621c CFRunLoopRunSpecific + 600
19 Flutter 0x101b563a8 (Missing)
20 Flutter 0x101b55d30 (Missing)
21 libsystem_pthread.dylib 0x1e9931b40 _pthread_start + 320
22 libsystem_pthread.dylib 0x1e993a768 thread_start + 8
There are many other threads captured as well, but i'm not sure if those will be helpful. I'm happy to provide any other thread dumps as requested from the crash report.
Steps to Reproduce
Seems to be a random crash as I cannot reproduce it, but it happened to one user already.
Expected results:
Flutter should not crash.
Actual results:
App crashed immediately after opening.
Logs
[✓] Flutter (Channel beta, 1.25.0-8.2.pre, on macOS 11.1 20C69 darwin-arm, locale en-US)
• Flutter version 1.25.0-8.2.pre at /Users/andrewcoutts/Projects/flutter
• Framework revision b0a2299859 (9 days ago), 2021-01-05 12:34:13 -0800
• Engine revision 92ae191c17
• Dart version 2.12.0 (build 2.12.0-133.2.beta)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
• Android SDK at /Users/andrewcoutts/Library/Android/sdk
• Platform android-30, build-tools 30.0.3
• ANDROID_HOME = /Users/andrewcoutts/Library/Android/sdk
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 12.3)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 12.3, Build version 12C33
• CocoaPods version 1.10.1
[✓] Android Studio (version 4.1)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495)
[!] Connected device
! Error: xff0c-12p is not connected. Xcode will continue when xff0c-12p is connected. (code -13)
! Doctor found issues in 1 category.
I received this crash report from a user through Crashlytics. They reported the app immediately exited upon opening. It appears flutter was killed:
There are many other threads captured as well, but i'm not sure if those will be helpful. I'm happy to provide any other thread dumps as requested from the crash report.
Steps to Reproduce
Seems to be a random crash as I cannot reproduce it, but it happened to one user already.
Expected results:
Flutter should not crash.
Actual results:
App crashed immediately after opening.
Logs