-
Notifications
You must be signed in to change notification settings - Fork 306
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
The Dart Analyzer has terminated. #2287
Comments
I think this might be related to flutter/flutter#46616. Which Flutter branch/version are you on? Can you reliably reproduce it? |
@DanTup Hi, I am using the stable branch of flutter.
|
I think it may be the issue mentioned above then. I don't think the fix has made it to the stable branch. Could you temporarily try another branch (dev/master) to see whether the issue stops happening there? |
I tried the master branch, this issue still exists, but not frequent as before. |
@liudonghua123 is there some specific action you're taking just before this happens? You might not see the error until you hover over something in the editor (which might make it less obvious when the crash actually occurred), but is it always just after launching a Flutter app or running |
@DanTup Hi, I remember that I didn't do any specific action, I just open my flutter app and start coding. |
Thanks - I think you might be hitting the same issue described above. Several issues were fixed, but I was still able to reproduce one - there's an open issue at dart-lang/sdk#40348. |
Closing this as I believe it's recently been fixed in the SDK. If anyone still sees it on a version of the SDK with the change above (which is very recent), please comment on dart-lang/sdk#40348 and if possible supply a crash log. |
Recently, I always got
The Dart Analyzer has terminated.
and theflutter pub get
running infinitely.the detailed log
The text was updated successfully, but these errors were encountered: