java.lang.NullPointerException: Cannot invoke "com.google.idea.blaze.base.toolwindow.ConsoleView.getContent()" because the return value of "java.util.Map.get(Object)" is null #5559
Labels
awaiting-maintainer
Awaiting review from Bazel team on issues
product: CLion
CLion plugin
topic: sync
Issues related to the sync operation
type: bug
Description of the bug:
Sometimes when
Sync
operation is invoked the following exception might occur. I checked briefly and it's caused by a race condition when event to select console in task tree arrives before the console is added toconsolesOfTasks
map.What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Invoke sync operation. Not 100% reproducible
Which Intellij IDE are you using? Please provide the specific version.
CLion-233.9802.5
What programming languages and tools are you using? Please provide specific versions.
No response
What Bazel plugin version are you using?
2a027bd
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: