-
Notifications
You must be signed in to change notification settings - Fork 29.1k
Open
Labels
in triagePresently being triaged by the triage teamPresently being triaged by the triage teamwaiting for customer responseThe Flutter team cannot make further progress on this issue until the original reporter respondsThe Flutter team cannot make further progress on this issue until the original reporter responds
Description
Steps to reproduce
- build Android apk, and install
- use the app normally for a moment, then kill the process
- launch the app again, then crash
Expected results
Expect no crash on launched.
Actual results
When the app launched, it may crash or work normally. If it works normally, repeat the cold start of the app. It's an occasional crashed.
Code sample
Code sample
[Paste your code here]
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
../../../flutter/third_party/dart/runtime/bin/process_linux.cc: 230: error: Wait for process exit failed: 10
E version=3.7.2 (stable) (Tue Mar 11 04:27:50 2025 -0700) on "android_arm64"
E pid=30973, thread=481128631472, isolate_group=(nil)(0x0), isolate=(nil)(0x0)
E os=android, arch=arm64, comp=yes, sim=no
E isolate_instructions=0, vm_instructions=704c764300
E fp=7005804a50, sp=7005803910, pc=704c570bdc
E pc 0x000000704c570bdc fp 0x0000007005804a50 /data/app/~~aHyCmA1pzv6RbOrcB-kW9A==/com.xxx-N9FcmASUarsI_iGQDkBfFw==/lib/arm64/libflutter.so+0x22d1bdc
E -- End of DumpStackTrace
E Process Name: 'com.xxx'
E pid: 30973, tid: 31319 >>> com.xxx <<<
E #01 pc 00000000004e8fdc /data/app/~~aHyCmA1pzv6RbOrcB-kW9A==/com.xxx-N9FcmASUarsI_iGQDkBfFw==/lib/arm64/libflutter.so
E /data/app/~~aHyCmA1pzv6RbOrcB-kW9A==/com.xxx-N9FcmASUarsI_iGQDkBfFw==/lib/arm64/libumeng-spy.so: 2dd24365c73165343fd6d4ee11726d9877a05958
E /data/app/~~aHyCmA1pzv6RbOrcB-kW9A==/com.xxx-N9FcmASUarsI_iGQDkBfFw==/lib/arm64/libcrashsdk.so: ec31be11f4492f44e3061badd61b21552a2eeac9
E /data/app/~~aHyCmA1pzv6RbOrcB-kW9A==/com.xxx-N9FcmASUarsI_iGQDkBfFw==/lib/arm64/libavutil.so: (no build id)
E /data/app/~~aHyCmA1pzv6RbOrcB-kW9A==/com.xxx-N9FcmASUarsI_iGQDkBfFw==/lib/arm64/libavformat.so: (no build id)
E /data/app/~~aHyCmA1pzv6RbOrcB-kW9A==/com.xxx-N9FcmASUarsI_iGQDkBfFw==/lib/arm64/libc++_shared.so: 3a066835a37f8543d3b47a9f1c539451ca504c4a
E /data/app/~~aHyCmA1pzv6RbOrcB-kW9A==/com.xxx-N9FcmASUarsI_iGQDkBfFw==/lib/arm64/libavfilter.so: (no build id)
E /data/app/~~aHyCmA1pzv6RbOrcB-kW9A==/com.xxx-N9FcmASUarsI_iGQDkBfFw==/lib/arm64/libavcodec.so: (no build id)
E /data/app/~~aHyCmA1pzv6RbOrcB-kW9A==/com.xxx-N9FcmASUarsI_iGQDkBfFw==/lib/arm64/libflutter.so: 542b8dc2ac7a8e99326bedaf272ab95c0d95d89c
E /data/app/~~aHyCmA1pzv6RbOrcB-kW9A==/com.xxx-N9FcmASUarsI_iGQDkBfFw==/lib/arm64/libn.so: 8d1dd53664bba30bc6dfc7f91b0e94794c8230cf
E /data/app/~~aHyCmA1pzv6RbOrcB-kW9A==/com.xxx-N9FcmASUarsI_iGQDkBfFw==/lib/arm64/libavdevice.so: (no build id)
E /data/app/~~aHyCmA1pzv6RbOrcB-kW9A==/com.xxx-N9FcmASUarsI_iGQDkBfFw==/lib/arm64/libswresample.so: (no build id)
E /data/app/~~aHyCmA1pzv6RbOrcB-kW9A==/com.xxx-N9FcmASUarsI_iGQDkBfFw==/lib/arm64/libffmpegkit_abidetect.so: bc74f68202fb84fc25f45942e04c67ff1ce9213a
E /data/app/~~aHyCmA1pzv6RbOrcB-kW9A==/com.xxx-N9FcmASUarsI_iGQDkBfFw==/lib/arm64/libffmpegkit.so: 07c07aff6300d9b2905a27e697c40956a5fed5b5
E /data/app/~~aHyCmA1pzv6RbOrcB-kW9A==/com.xxx-N9FcmASUarsI_iGQDkBfFw==/lib/arm64/libswscale.so: (no build id)
E /data/app/~~aHyCmA1pzv6RbOrcB-kW9A==/com.xxx-N9FcmASUarsI_iGQDkBfFw==/lib/arm64/libmsaoaidsec.so: (no build id)
E /data/app/~~aHyCmA1pzv6RbOrcB-kW9A==/com.xxx-N9FcmASUarsI_iGQDkBfFw==/lib/arm64/libmmkv.so: 4f4e3196d7a5f99771b36cd9e2232ff061296676
Flutter Doctor output
Doctor output
Doctor summary (to see all details, run flutter doctor -v):
[!] Flutter (Channel [user-branch], 3.29.3, on macOS 15.4.1 24E263 darwin-arm64, locale zh-Hans-CN)
! Flutter version 3.29.3 on channel [user-branch] at /Users/xx/Development/Flutter/flutter
Currently on an unknown channel. Run `flutter channel` to switch to an official channel.
If that doesn't fix the issue, reinstall Flutter by following instructions at https://flutter.dev/setup.
! Upstream repository unknown source is not a standard remote.
Set environment variable "FLUTTER_GIT_URL" to unknown source to dismiss this error.
[!] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses
[✓] Xcode - develop for iOS and macOS (Xcode 16.3)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.3)
[✓] IntelliJ IDEA Community Edition (version 2024.1)
[✓] VS Code (version 1.99.3)
[✓] Connected device (4 available)
Metadata
Metadata
Assignees
Labels
in triagePresently being triaged by the triage teamPresently being triaged by the triage teamwaiting for customer responseThe Flutter team cannot make further progress on this issue until the original reporter respondsThe Flutter team cannot make further progress on this issue until the original reporter responds