Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 334823

Summary: Unhandled event loop exception / IllegalArgumentException: Index out of bounds
Product: [Eclipse Project] Platform Reporter: Michael Matczynski <mjm>
Component: DebugAssignee: Platform-Debug-Inbox <platform-debug-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: daniel_megert
Version: 3.6.1   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Michael Matczynski CLA 2011-01-19 14:16:22 EST
What steps will reproduce the problem?
1. Had Console view open, looking at a stack trace that was in my log files
2. View would jump to "Error Log" view and show this "Unhandled event loop exception"


-- Error Details --
Date: Wed Jan 19 14:02:05 EST 2011
Message: Unhandled event loop exception
Severity: Error
Product: Eclipse 1.3.1.20100913-1228 (org.eclipse.epp.package.jee.product)
Plugin: org.eclipse.ui
Session Data:
eclipse.buildId=M20100909-0800
java.version=1.6.0_23
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.jee.product
Command-line arguments:  -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.jee.product -clean


Exception Stack Trace:
java.lang.IllegalArgumentException: Index out of bounds
	at org.eclipse.swt.SWT.error(SWT.java:4064)
	at org.eclipse.swt.SWT.error(SWT.java:3998)
	at org.eclipse.swt.SWT.error(SWT.java:3969)
	at org.eclipse.swt.graphics.TextLayout.getLocation(TextLayout.java:1283)
	at org.eclipse.swt.custom.StyledText.getPointAtOffset(StyledText.java:5445)
	at org.eclipse.swt.custom.StyledText.setCaretLocation(StyledText.java:8349)
	at org.eclipse.swt.custom.StyledText.scrollVertical(StyledText.java:7910)
	at org.eclipse.swt.custom.StyledText.handleVerticalScroll(StyledText.java:6332)
	at org.eclipse.swt.custom.StyledText$9.handleEvent(StyledText.java:5688)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3540)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3161)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
Comment 1 Dani Megert CLA 2011-01-20 02:06:16 EST
>What steps will reproduce the problem?
>1. Had Console view open, looking at a stack trace that was in my log files
>2. View would jump to "Error Log" view and show this "Unhandled event loop
>exception"
I can't reproduce this. Can you?

What kind of program did you run (Java, C++, ...)?

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