History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RUBY-1549
Type: Exception Exception
Status: Open Open
Priority: Normal Normal
Assignee: Oleg Shpynov
Reporter: Ruby plugin error reporter
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Ruby

java.lang.Throwable: Error shifting segments

Created: 29 May 08 18:32   Updated: 30 Oct 08 10:55
Component/s: Plugin Reports
Fix Version/s: 2.0

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment:
Idea build #7757
Revision: 14958
Build: 1.0.14958
Issue Links:
Duplicate
 
This issue is duplicated by:
RUBY-1512 java.lang.Throwable Normal Resolved
RUBY-1562 java.lang.Throwable Normal Resolved
RUBY-1510 java.lang.Throwable Normal Resolved
RUBY-1447 Sql? Lexer java.lang.Throwable Normal Resolved
RUBY-1561 java.lang.Throwable Normal Closed
RUBY-1582 java.lang.Throwable Normal Closed
RUBY-2163 java.lang.Throwable Normal Closed


 Description  « Hide
Error shifting segments: myStarts[338523] = -1, myEnds[338523] = 3
java.lang.Throwable
	at com.intellij.openapi.diagnostic.Logger.error(Logger.java:48)
	at com.intellij.openapi.editor.ex.util.SegmentArray.shiftSegments(SegmentArray.java:95)
	at com.intellij.openapi.editor.ex.util.LexerEditorHighlighter.documentChanged(LexerEditorHighlighter.java:14)
	at com.intellij.openapi.editor.impl.DocumentImpl.a(DocumentImpl.java:185)
	at com.intellij.openapi.editor.impl.DocumentImpl.access$100(DocumentImpl.java:22)
	at com.intellij.openapi.editor.impl.DocumentImpl$3.afterChangedUpdate(DocumentImpl.java:2)
	at com.intellij.openapi.editor.impl.CharArray.remove(CharArray.java:13)
	at com.intellij.openapi.editor.impl.DocumentImpl.deleteString(DocumentImpl.java:17)
	at com.intellij.openapi.editor.EditorModificationUtil.deleteSelectedText(EditorModificationUtil.java:48)
	at com.intellij.codeInsight.editorActions.TypedHandler.execute(TypedHandler.java:53)
	at com.intellij.codeInsight.template.impl.TemplateManagerActions$SpaceHandler.execute(TemplateManagerActions.java:1)
	at com.intellij.codeInsight.lookup.impl.TypedHandler.execute(TypedHandler.java:27)
	at org.jetbrains.plugins.ruby.ruby.actions.editor.handlers.RubyTypedHandler.execute(RubyTypedHandler.java:255)
	at com.intellij.execution.impl.ConsoleViewImpl$MyTypedHandler.execute(ConsoleViewImpl.java:4)
	at com.intellij.openapi.editor.actionSystem.TypedAction$1$1.run(TypedAction.java:108)
	at com.intellij.openapi.application.impl.ApplicationImpl$13.compute(ApplicationImpl.java:1)
	at com.intellij.psi.impl.source.PostprocessReformattingAspect.postponeFormattingInside(PostprocessReformattingAspect.java:174)
	at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:171)
	at com.intellij.openapi.editor.actionSystem.TypedAction$1.run(TypedAction.java:103)
	at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:103)
	at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:89)
	at com.intellij.openapi.editor.actionSystem.TypedAction.actionPerformed(TypedAction.java:121)
	at com.intellij.openapi.editor.impl.EditorImpl.a(EditorImpl.java:1099)
	at com.intellij.openapi.editor.impl.EditorImpl.processKeyTyped(EditorImpl.java:789)
	at com.intellij.openapi.editor.impl.EditorImpl$7.keyTyped(EditorImpl.java:7)
	at java.awt.Component.processKeyEvent(Component.java:5996)
	at javax.swing.JComponent.processKeyEvent(JComponent.java:2799)
	at java.awt.Component.processEvent(Component.java:5818)
	at java.awt.Container.processEvent(Container.java:2058)
	at java.awt.Component.dispatchEventImpl(Component.java:4413)
	at java.awt.Container.dispatchEventImpl(Container.java:2116)
	at java.awt.Component.dispatchEvent(Component.java:4243)
	at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1848)
	at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:697)
	at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:962)
	at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:834)
	at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:661)
	at java.awt.Component.dispatchEventImpl(Component.java:4285)
	at java.awt.Container.dispatchEventImpl(Container.java:2116)
	at java.awt.Window.dispatchEventImpl(Window.java:2440)
	at java.awt.Component.dispatchEvent(Component.java:4243)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
	at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:131)
	at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:172)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:136)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.