Error in SonarLint for IntelliJ for Rider EAP 5

Environment:

  • Java: JetBrains s.r.o. 17.0.9
  • OS: Windows 11 amd64
  • IDE: JetBrains Rider 2023.3 EAP 5
  • SonarLint: 10.0.0.76954

Freeze for 20 seconds
IDE KILLED! Sampled time: 16000ms, sampling rate: 100ms, GC time: 33ms (0%), Class loading: 0%, cpu load: 2%

The stack is from the thread that was blocking EDT

c.ij.diagnostic.Freeze
	at java.base@17.0.9/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
	at c.ij.oa.application.impl.ReadMostlyRWLock.waitABit(ReadMostlyRWLock.java:163)
	at c.ij.oa.application.impl.ReadMostlyRWLock.startRead(ReadMostlyRWLock.java:127)
	at c.ij.oa.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:921)
	at c.ij.oa.application.ReadAction.compute(ReadAction.java:65)
	at o.sl.ij.common.ui.ReadActionUtils$Companion.computeReadActionSafely(ReadActionUtils.kt:77)
	at o.sl.ij.common.ui.ReadActionUtils.computeReadActionSafely(ReadActionUtils.kt)
	at o.sl.ij.util.SonarLintAppUtils.findModuleForFile(SonarLintAppUtils.java:50)
	at o.sl.ij.fs.EditorFileChangeListener$SendEventsTask.run(EditorFileChangeListener.kt:89)
	at java.base@17.0.9/java.util.TimerThread.mainLoop(Timer.java:566)
	at java.base@17.0.9/java.util.TimerThread.run(Timer.java:516)

I have the same, totally not usable

1 Like

Hello,

Thanks for the report. We identified the problem and just released a bug fix version, could you please try to update and see if freezes disappeared?

A post was split to a new topic: ConcurrentModificationException in SonarLint for IntelliJ 10.0.1

Hi @cysieks,

I moved your answer to a new thread as it was a different topic.

Thanks for reporting back, and good news for the freeze!