-
Notifications
You must be signed in to change notification settings - Fork 324
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
IntelliJ freezes #7968
Comments
Could be related to: or |
After spending some time myself looking at the issue, my current hypothesis is that it is related to the I witnessed the behavior in |
I do have a similar behavior when using my built plugin on Windows during my work in #7949 (comment). I don't have a stack trace about EDIT: The issue seems only reproducible when opening the |
The issue was introduced with this fix: flutter#7885 The documentation from JetBrains states that this code is to avoid deadlocks: https://github.com/JetBrains/intellij-community/blob/idea/243.21565.193/platform/core-api/src/com/intellij/openapi/application/ReadAction.java#L94
#7968 The issue was introduced with this change: #7885 The documentation from JetBrains states that this code is to avoid deadlocks: https://github.com/JetBrains/intellij-community/blob/idea/243.21565.193/platform/core-api/src/com/intellij/openapi/application/ReadAction.java#L94
After installing the plugin from disk, when opening a Flutter project, IntelliJ freezes (i.e. becomes non-responsive to keyboard/mouse).
Though this has been reported in a non-virtualized environment, I have found this issue reliably reproduces in a UTM virtualized environment - aarch64 mac, with 8 GB of memory and a 30 GB HD.
flutter create
)The text was updated successfully, but these errors were encountered: