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

^C on flutter run shows dialog on device #6506

Closed
Hixie opened this issue Oct 24, 2016 · 3 comments
Closed

^C on flutter run shows dialog on device #6506

Hixie opened this issue Oct 24, 2016 · 3 comments
Labels
c: crash Stack traces logged to the console engine flutter/engine repository. See also e: labels. tool Affects the "flutter" command-line tool. See also t: labels.

Comments

@Hixie
Copy link
Contributor

Hixie commented Oct 24, 2016

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.

@Hixie Hixie added affects: dev experience c: crash Stack traces logged to the console tool Affects the "flutter" command-line tool. See also t: labels. engine flutter/engine repository. See also e: labels. labels Oct 24, 2016
@Hixie Hixie added this to the 4: Make Hixie proud milestone Oct 24, 2016
@jason-simmons
Copy link
Member

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.

@rmacnak-google @a-siva

rmacnak-google added a commit to dart-lang/sdk that referenced this issue Oct 31, 2016
@jason-simmons
Copy link
Member

This should be fixed in Dart 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 15, 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 engine flutter/engine repository. See also e: labels. tool Affects the "flutter" command-line tool. See also t: labels.
Projects
None yet
Development

No branches or pull requests

2 participants