IDE fatal error regularly occurring in Idea 2018.1 EAP
See original GitHub issueSince updating to the new IDEA Ultimate 2018.1 EAP when it was released a week or two ago, I regularly get this exception occurring:
2 intention duplicates found for com.vladsch.idea.multimarkdown.intentions.flexmark.ToggleFlexmarkExampleIgnoreIntention@15c0a31a]
java.lang.IllegalStateException: [2 intention duplicates found for com.vladsch.idea.multimarkdown.intentions.flexmark.ToggleFlexmarkExampleIgnoreIntention@15c0a31a]
at com.intellij.codeInsight.intention.impl.config.IntentionManagerImpl.checkForDuplicates(IntentionManagerImpl.java:300)
at com.intellij.codeInsight.intention.impl.config.IntentionManagerImpl.getAvailableIntentionActions(IntentionManagerImpl.java:275)
at com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.getActionsToShow(ShowIntentionsPass.java:337)
at com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.getIntentionActionsToShow(ShowIntentionsPass.java:269)
at com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.doCollectInformation(ShowIntentionsPass.java:245)
at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:70)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:437)
at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1134)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:430)
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:580)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:525)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:429)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:405)
at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:143)
at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:218)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:403)
at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:170)
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
It shows up as a core IDE bug so it only lets me submit it to JetBrains, but I’m pretty sure it’s gotta be related to Markdown Navigator.
This occurs in both Windows 10 and Elementary OS on the latest EAP release (I update daily as new releases are available, and the issue has been consistent since the first 2018.1 EAP release through the latest one).
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
IntelliJ IDEA 2018.1 EAP: editor enhancements and more
We've just rolled out a new IntelliJ IDEA 2018.1 EAP build. This time it's all about editor enhancements, improvements in the VCS, ...
Read more >How to report intellij IDE Fatal Errors? - Stack Overflow
The EXA is our Exception Analyzer subsystem, which is not visible to the outside user currently. You can try adding idea.fatal.error.
Read more >Changelog - Material Theme UI Documentation
Fix visual issue when Menus weren't highlighted in the Legacy Material Design; Fix fatal error when opening the wizard; Fix fatal error when...
Read more >intellij-haxe/CONTRIBUTING.md at master - GitHub
We'd like to know your: Plugin version (very important!) IDEA version; OS and OS version; JDK version. Check if the bug already exists...
Read more >git projects / idea / community.git / commitdiff
-<p><strong>IntelliJ IDEA 2018.1.5</strong> is here and it fixes several regressions:</p> <ul> <li>The IDE doesn't lose focus after ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@bdonkey, sorry forgot to include the customary instructions:
To enable EAP update channel:
Then make the IDE check for updates.
got it…thank you…scott
On 22 Feb 2018, at 12:16, Vladimir Schneider wrote: