question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

IDE fatal error regularly occurring in Idea 2018.1 EAP

See original GitHub issue

Since 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:closed
  • Created 6 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
vschcommented, Feb 22, 2018

@bdonkey, sorry forgot to include the customary instructions:

To enable EAP update channel:

Screen Shot Settings Update Channel

Then make the IDE check for updates.

0reactions
bdonkeycommented, Feb 22, 2018

got it…thank you…scott

On 22 Feb 2018, at 12:16, Vladimir Schneider wrote:

@bdonkey, sorry forgot to include the customary instructions:

To enable EAP update channel:

Screen Shot Settings Update Channel

Then make the IDE check for updates.

– You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/vsch/idea-multimarkdown/issues/559#issuecomment-367771524

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found