Exceptions in 117.747
Won't let me report them because of the Leda EAP (which I can't use -
long story).
Three stack traces attached.
One
=================================================
Assertion failed: Disposed popup, parent=null
java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:98)
at com.intellij.ui.popup.WizardPopup.show(WizardPopup.java:191)
at com.intellij.ui.popup.AbstractPopup.show(AbstractPopup.java:416)
at
com.intellij.ui.popup.AbstractPopup.showInBestPositionFor(AbstractPopup.java:480)
at
com.intellij.codeInsight.intention.impl.IntentionHintComponent.b(IntentionHintComponent.java:416)
at
com.intellij.codeInsight.intention.impl.IntentionHintComponent.access$000(IntentionHintComponent.java:79)
at
com.intellij.codeInsight.intention.impl.IntentionHintComponent$1.run(IntentionHintComponent.java:144)
at
com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:333)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:682)
at java.awt.EventQueue.access$000(EventQueue.java:85)
at java.awt.EventQueue$1.run(EventQueue.java:643)
at java.awt.EventQueue$1.run(EventQueue.java:641)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:652)
at com.intellij.ide.IdeEventQueue.e(IdeEventQueue.java:699)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:538)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:420)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:378)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Two
================================================================================
115: 115
java.lang.AssertionError: 115
at
com.intellij.openapi.editor.ex.util.SegmentArray.findSegmentIndex(SegmentArray.java:159)
at
com.intellij.openapi.editor.ex.util.LexerEditorHighlighter$HighlighterIteratorImpl.(LexerEditorHighlighter.java:359)
at
com.intellij.openapi.editor.ex.util.LexerEditorHighlighter.createIterator(LexerEditorHighlighter.java:117)
at
com.intellij.codeInsight.highlighting.BraceHighlightingHandler.updateBraces(BraceHighlightingHandler.java:230)
at
com.intellij.codeInsight.highlighting.BraceHighlighter$7.process(BraceHighlighter.java:138)
at
com.intellij.codeInsight.highlighting.BraceHighlighter$7.process(BraceHighlighter.java:136)
at
com.intellij.codeInsight.highlighting.BraceHighlightingHandler$1$3.run(BraceHighlightingHandler.java:141)
at
com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:333)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:682)
at java.awt.EventQueue.access$000(EventQueue.java:85)
at java.awt.EventQueue$1.run(EventQueue.java:643)
at java.awt.EventQueue$1.run(EventQueue.java:641)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:652)
at com.intellij.ide.IdeEventQueue.e(IdeEventQueue.java:699)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:538)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:420)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:378)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Please sign in to leave a comment.
Hi Donald,
Are there any steps to reproduce the problems?
Denis
Sorry, I have no clue what was going on - I was deeply engrossed in my
code and just wasn't paying attention.
Donald
On 7/25/12 3:24 PM, Denis Zhdanov wrote:
>
Unfortunatelly, the stack traces as is don't provide enough information to understand why the assertion failed :(
Denis