-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Must not start write action from within read action in the other thread - deadlock is coming #21
Comments
To be honest I don't have an idea right now. Is this always reproducible (with that version of IDEA)? Did it work before (with a different version of IDEA)? If there are extra steps involved to trigger this: which steps? The best option in general would be to have a way to run the analysis on the in-memory representation of the file so we don't have to force write the file ... Looked into that but would require a larger refactoring |
I do not see this error when using IntelliJ 2018.2.5 so maybe a 2018.3 issue. |
@arturbosch The error is also present in 2018.2.6 |
Encountered this on 2018.3.4 after initial committing a project (about 24 times, about the order of committed code files). |
I am encountering this frequently in IJ 2019.1. Looks like there is no pattern to when it occurs. Most recently, I just opened IJ and browsed to 3 different kotlin files. :-( |
I get this error when commiting or debugging in 2019.1... |
I get it whenever I commit in 2019.1.2 |
I'm getting it on opening IntelliJ with a kotlin file open, in IntelliJ IDEA 2019.2.2 Preview (Ultimate Edition) Build #IU-192.6603.8, built on August 29, 2019. |
IntelliJ IDEA 2018.3 EAP (Ultimate Edition)
Build #IU-183.4284.36, built on November 7, 2018
macOS 10.14.2
The text was updated successfully, but these errors were encountered: