You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c: crashStack traces logged to the consoleengineflutter/engine repository. See also e: labels.toolAffects the "flutter" command-line tool. See also t: labels.
At shutdown time Flutter processes are segfaulting in Dart's Process_Exit when it tries to invoke the exit hook. Process_Exit is casting Dart_CurrentIsolateData to a dart::bin::IsolateData*, which doesn't match the structure used by Flutter.
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
c: crashStack traces logged to the consoleengineflutter/engine repository. See also e: labels.toolAffects the "flutter" command-line tool. See also t: labels.
If I do
flutter run
then hit Control-C, I get a dialog on the device saying the app has stopped, as if it had crashed.The text was updated successfully, but these errors were encountered: