You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception: com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: Access is allowed from Event Dispatch Thread (EDT) only; see https://jb.gg/ij-platform-threading for details
#27
Open
ensargx opened this issue
Mar 3, 2025
· 0 comments
com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: Access is allowed from Event Dispatch Thread (EDT) only; see https://jb.gg/ij-platform-threading for details
Current thread: Thread[#554,ApplicationImpl pooled thread 45,4,main] 1706271736 (EventQueue.isDispatchThread()=false)
SystemEventQueueThread: Thread[#46,AWT-EventQueue-0,6,main] 1313299148
at com.intellij.util.concurrency.ThreadingAssertions.createThreadAccessException(ThreadingAssertions.java:177)
at com.intellij.util.concurrency.ThreadingAssertions.throwThreadAccessException(ThreadingAssertions.java:172)
at com.intellij.util.concurrency.ThreadingAssertions.assertEventDispatchThread(ThreadingAssertions.java:63)
at com.intellij.openapi.vfs.ReadonlyStatusHandlerBase.checkThreading(ReadonlyStatusHandlerBase.java:36)
at com.intellij.openapi.vfs.ReadonlyStatusHandlerBase.ensureFilesWritable(ReadonlyStatusHandlerBase.java:70)
at com.intellij.openapi.fileEditor.impl.FileDocumentManagerImpl.requestWritingStatus(FileDocumentManagerImpl.java:505)
at com.intellij.openapi.fileEditor.impl.FileDocumentManagerImpl.requestWriting(FileDocumentManagerImpl.java:496)
at com.github.aarcangeli.ideaclangformat.services.ClangFormatServiceImpl.ensureModifiable(ClangFormatServiceImpl.kt:363)
at com.github.aarcangeli.ideaclangformat.services.ClangFormatServiceImpl.reformatFileSync(ClangFormatServiceImpl.kt:62)
at com.github.aarcangeli.ideaclangformat.experimental.ClangFormatExternalFormatProcessor.format(ClangFormatExternalFormatProcessor.kt:26)
[...]
Version and Environment Details
Plugin version: 1.0.0
Operating System: Windows 10.0
IDE version: IntelliJ IDEA 2024.2.5
The text was updated successfully, but these errors were encountered:
Description
Stacktrace
Version and Environment Details
Plugin version: 1.0.0
Operating System: Windows 10.0
IDE version: IntelliJ IDEA 2024.2.5
The text was updated successfully, but these errors were encountered: