Community
Participate
Working Groups
I'm working on a 3.3 eclipse version,on cobol development, we are using this ide as a CVS Client. There is some moments when we start to experiment a delay between the key stroke and the appearence of this letter or command on the editor, moments later the ide don't receive more keys and don't let me continue, if i try to paste or delete whit some combo keys it shows the next error: "<Put the command you want here>" did not complete normally, please see the log for more information. (Time of error:<Put the time of the error here>) reason: assertion failed: i attach the log of this action: ENTRY org.eclipse.ui 4 0 2007-11-29 12:13:08.333 !MESSAGE Unhandled event loop exception !STACK 0 java.lang.IllegalArgumentException: Index out of bounds at org.eclipse.swt.SWT.error(SWT.java:3547) at org.eclipse.swt.SWT.error(SWT.java:3481) at org.eclipse.swt.SWT.error(SWT.java:3452) at org.eclipse.swt.graphics.TextLayout._getOffset(TextLayout.java:1437) at org.eclipse.swt.graphics.TextLayout.getPreviousOffset(TextLayout.java:1643) at org.eclipse.swt.custom.StyledText.doBackspace(StyledText.java:2106) at org.eclipse.swt.custom.StyledText.invokeAction(StyledText.java:5645) at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:5033) at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5054) at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:4800) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:962) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:947) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:975) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:971) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1285) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3772) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3672) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:291) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4351) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2264) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3291) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) I'm don't using the cobol plugin for eclipse. someone tell me this could be hapening because the heap and permgen size on the eclipse.ini was too small, i change the configuration but the error persist. can someone help me whit this dilema. thanks Iván Rojas
Sorry but we need more info should we proceed on this. - what editor? - what command? - "some moments when we start to experiment a delay " - what "moments"? - how big is the delay? - please create a stack dump during that delay and attach it here - what do you mean with "combo keys"? - steps to reproduce? - full .log Also, please upgrade to 3.3.1.1 and check whether this works for you now before reopening. See also: http://www.eclipse.org/eclipse/platform-text/development/bug-incomplete.htm
Created attachment 84158 [details] Log file for eclipse
The info you request - what editor? The eclipse default editor - what command? Commands like Control+V or Shift+Insert - "some moments when we start to experiment a delay " - what "moments"? Now when i start typing after a few letter starts to delay, after that doesn't receive any letter or command - how big is the delay? When i start typing, none, after starts between 2 and 5 secs, after that doesnt receive any letter or command - what do you mean with "combo keys"? For me, combio key are Control+V Control+Insert, etc... - steps to reproduce? There are no specifics steps, i only start eclipse, choose the program to modify and start Typing The log file is attached Thanks for your attention
Looks like a dup of bug 150934. *** This bug has been marked as a duplicate of bug 150934 ***