Error in SonarLint for IntelliJ Mac OS M1

Environment:

  • Java: JetBrains s.r.o. 17.0.9
  • OS: Mac OS X aarch64
  • IDE: IntelliJ IDEA 2023.3
  • SonarLint: 10.0.1.77000

*** exception class was changed or removed

CompositeException (11 nested):
------------------------------
[1]: java.lang.OutOfMemoryError: unable to create native thread: possibly out of memory or process/resource limits reached
	at java.base/java.lang.Thread.start0(Native Method)
	at java.base/java.lang.Thread.start(Thread.java:809)
	at java.base/java.util.Timer.<init>(Timer.java:188)
	at o.sl.ij.fs.EditorFileChangeListener.initTimer(EditorFileChangeListener.kt:71)
	at o.sl.ij.fs.EditorFileChangeListener.afterDocumentChange(EditorFileChangeListener.kt:67)
	at c.ij.oa.editor.event.BulkAwareDocumentListener$Simple.documentChangedNonBulk(BulkAwareDocumentListener.java:39)
	at c.ij.oa.editor.event.BulkAwareDocumentListener.documentChanged(BulkAwareDocumentListener.java:21)
	at jdk.internal.reflect.GeneratedMethodAccessor242.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at c.ij.util.EventDispatcher.dispatchVoidMethod(EventDispatcher.java:119)
	at c.ij.util.EventDispatcher.lambda$createMulticaster$1(EventDispatcher.java:84)
	at jdk.proxy1/jdk.proxy1.$Proxy119.documentChanged(Unknown Source)
	at c.ij.oa.editor.impl.DocumentImpl.lambda$changedUpdate$1(DocumentImpl.java:913)
	at c.ij.oa.progress.impl.CoreProgressManager.lambda$executeNonCancelableSection$2(CoreProgressManager.java:228)

Hey there.

Do you have the more complete stack trace available?

Can you also try upgrading to the latest version (SonarLint for Eclipse v10.2) to see if the issue persists?