Description
After upgrading to Linux 5.5 (I'm on Linux 5.5.2-1-MANJARO
), analysis in IntelliJ stops working after a while (analysis errors view doesn't update anymore, formatting times out, no autocomplete, ...).
The analyzer diagnostics page is still reachable after that happens, but it appears that the analysis server just stops serving regular requests. Interestingly, I can't reproduce this with VS Code. I tried deleting ~/.dartServer/
, but that didn't fix the problem.
I first thought this was an IntelliJ problem, but flutter/flutter#49185 (comment) makes me think that this is analyzer related. I wanted to open another issue here because for me that also happens on the non-Flutter Dart SDK (both stable & latest dev).
I can reproduce this consistently and on different projects, so I'd be glad to provide more information if that's necessary.