Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flutter is crashing (Android SDK 23, emulator) #3601

Closed
olostan opened this issue Apr 28, 2016 · 7 comments
Closed

Flutter is crashing (Android SDK 23, emulator) #3601

olostan opened this issue Apr 28, 2016 · 7 comments
Labels
c: crash Stack traces logged to the console

Comments

@olostan
Copy link

olostan commented Apr 28, 2016

Did fresh install on Mac OS 10.11, dart 1.16, Android emulator 6.0), when running any Flutter app, I get:

➢ flutter start --checked;flutter logs
Building APK in debug mode (android-x64)...
Warning: signing the APK using the debug keystore.
Built build/app.apk (9.0MB).
Installing app.apk on device.
Running lib/main.dart on Android SDK built for x86 64...
Showing Android SDK built for x86 64 logs:
--------- beginning of crash
F/DEBUG   :     #20 pc 000000000001ce55  /system/lib64/libc.so (__bionic_clone+53)
F/DEBUG   : 
F/DEBUG   : Tombstone written to: /data/tombstones/tombstone_04
--------- beginning of main
--------- beginning of system
W/ActivityManager:   Force finishing activity io.flutter.examples.HelloWorld/org.domokit.sky.shell.SkyActivity
W/ActivityManager: Exception thrown during pause
W/ActivityManager: android.os.DeadObjectException
W/ActivityManager:  at android.os.BinderProxy.transactNative(Native Method)
W/ActivityManager:  at android.os.BinderProxy.transact(Binder.java:503)
W/ActivityManager:  at android.app.ApplicationThreadProxy.schedulePauseActivity(ApplicationThreadNative.java:727)
W/ActivityManager:  at com.android.server.am.ActivityStack.startPausingLocked(ActivityStack.java:867)
W/ActivityManager:  at com.android.server.am.ActivityStack.finishActivityLocked(ActivityStack.java:2907)
W/ActivityManager:  at com.android.server.am.ActivityStack.finishTopRunningActivityLocked(ActivityStack.java:2763)
W/ActivityManager:  at com.android.server.am.ActivityStackSupervisor.finishTopRunningActivityLocked(ActivityStackSupervisor.java:2755)
W/ActivityManager:  at com.android.server.am.ActivityManagerService.handleAppCrashLocked(ActivityManagerService.java:11971)
W/ActivityManager:  at com.android.server.am.ActivityManagerService.makeAppCrashingLocked(ActivityManagerService.java:11867)
W/ActivityManager:  at com.android.server.am.ActivityManagerService.crashApplication(ActivityManagerService.java:12556)
W/ActivityManager:  at com.android.server.am.ActivityManagerService.handleApplicationCrashInner(ActivityManagerService.java:12063)
W/ActivityManager:  at com.android.server.am.NativeCrashListener$NativeCrashReporter.run(NativeCrashListener.java:86)
➢ flutter doctor
[✓] Flutter (on Mac OS, channel alpha)
    • Flutter at /Users/vshybanov/code/dart/flutter/flutter
    • Framework revision 731c590 (8 days ago), engine revision 284929b

[✓] Android toolchain - develop for Android devices (Android SDK 23.0.2)
    • Android SDK at /usr/local/opt/android-sdk
    • Platform android-23, build-tools 23.0.2
    • Java(TM) SE Runtime Environment (build 1.8.0_92-b14)

[✓] iOS toolchain - develop for iOS devices (Xcode 7.3)
    • XCode at /Applications/Xcode.app/Contents/Developer
    • Xcode 7.3, Build version 7D175

[✓] Atom - a lightweight development environment for Flutter
    • Atom installed; Flutter plugin version 0.2.2
@Hixie Hixie added the c: crash Stack traces logged to the console label May 20, 2016
@Hixie Hixie modified the milestone: Flutter 1.0 May 20, 2016
@eseidelGoogle
Copy link
Contributor

I believe we have all our emulator issues fixed these days, but I'd love to know if you're still hitting this?

Happy to investigate further if you are!

@olostan
Copy link
Author

olostan commented Jun 22, 2016

Actually I am still facing random crashes (mostly on iOS devices), but can't figure out exact reason. I'll open new issue if I'll get stack trace or any other details

@eseidelGoogle
Copy link
Contributor

@olostan @tvolkert is in the process of fixing a known debug-only crash on iOS physical devices which may help you.

Any crashes you encounter we would love to hear about! :)

@tvolkert
Copy link
Contributor

#4560

@olostan
Copy link
Author

olostan commented Jun 22, 2016

@eseidelGoogle yep, looks like exactly what I am observing (crashes during gallery is run for some time on iPhone)

@tvolkert
Copy link
Contributor

@olostan this should be fixed on master now.

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
c: crash Stack traces logged to the console
Projects
None yet
Development

No branches or pull requests

4 participants