microsoft / microsoft/azure-tools-for-java
[IntelliJ][ReportedByUser] Uncaught Exception java.lang.Throwable: Do not perform a synchronous refresh under read lock (causes deadlocks if there are events to fire)
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 262
- Forks
- 185
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 1
Description
IntelliJ build version: 2023.1 IU-231.8109.175
OS: Mac OS X
JDK: JetBrains s.r.o. 17.0.6
Plugin version: 3.80.2-2023.1
Additional Info: None
Parent component:
com.intellij.openapi.wm.impl.IdeRootPane[,0,0,1539x1413,layout=javax.swing.JRootPane$RootLayout,alignmentX=0.0,alignmentY=0.0,border=com.intellij.ui.ToolbarUtil$3@342d4ad8,flags=449,maximumSize=,minimumSize=,preferredSize=]
Error message:
IdeaLoggingEvent[message=null, throwable=java.lang.Throwable: Do not perform a synchronous refresh under read lock (causes deadlocks if there are events to fire)
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:202)
at com.microsoft.azure.toolkit.intellij.connector.dotazure.AzureModule.lambda$new$0(AzureModule.java:71)
at com.microsoft.azure.toolkit.intellij.connector.dotazure.AzureModule.lambda$new$1(AzureModule.java:71)
at com.microsoft.azure.toolkit.intellij.connector.dotazure.AzureModule.<init>(AzureModule.java:71)
at com.microsoft.azure.toolkit.intellij.connector.dotazure.AzureModule.<init>(AzureModule.java:65)
at com.microsoft.azure.toolkit.intellij.connector.dotazure.AzureModule.lambda$from$18(AzureModule.java:255)
at com.microsoft.azure.toolkit.intellij.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the stack trace in AzureModule.java, especially lines 71 and 255, and inspect how the module initialization reaches the synchronous refresh under a read lock. Reproduce the reported IntelliJ 2023.1 failure if possible; done means the exception and associated deadlock risk no longer occur.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, java
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100