Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 211509 - "****" did not complete normally error
Summary: "****" did not complete normally error
Status: RESOLVED DUPLICATE of bug 150934
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 blocker (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-29 15:37 EST by Ivan Rojas CLA
Modified: 2007-11-30 08:25 EST (History)
1 user (show)

See Also:


Attachments
Log file for eclipse (917.43 KB, application/octet-stream)
2007-11-30 07:33 EST, Ivan Rojas CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Rojas CLA 2007-11-29 15:37:53 EST
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
Comment 1 Dani Megert CLA 2007-11-30 02:28:55 EST
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
Comment 2 Ivan Rojas CLA 2007-11-30 07:33:14 EST
Created attachment 84158 [details]
Log file for eclipse
Comment 3 Ivan Rojas CLA 2007-11-30 07:39:27 EST
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
Comment 4 Dani Megert CLA 2007-11-30 08:25:50 EST
Looks like a dup of bug 150934.

*** This bug has been marked as a duplicate of bug 150934 ***