Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 80532 - Flurry of exceptions caused by the Console view
Summary: Flurry of exceptions caused by the Console view
Status: RESOLVED DUPLICATE of bug 80229
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-08 17:44 EST by Dejan Glozic CLA
Modified: 2004-12-08 20:38 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dejan Glozic CLA 2004-12-08 17:44:50 EST
Build 20041201

I had a bunch of System.out.println() statements in my code. As I was 
selfhosting, the output should show up on the console view of the host. Very 
often, I get exceptions that all look like this:

Error Dec 08, 2004 17:40:14.125 31
java.lang.ArrayIndexOutOfBoundsException: 31
	at org.eclipse.swt.custom.DefaultLineStyler.linesChanging
(DefaultLineStyler.java:519)
	at org.eclipse.swt.custom.DefaultLineStyler.textChanging
(DefaultLineStyler.java:499)
	at org.eclipse.swt.custom.StyledText.handleTextChanging
(StyledText.java:5240)
	at org.eclipse.swt.custom.StyledText$6.textChanging
(StyledText.java:4710)
	at 
org.eclipse.ui.internal.console.ConsoleDocumentAdapter.documentAboutToBeChanged
(ConsoleDocumentAdapter.java:299)
	at org.eclipse.jface.text.AbstractDocument.fireDocumentAboutToBeChanged
(AbstractDocument.java:608)
	at org.eclipse.jface.text.AbstractDocument.replace
(AbstractDocument.java:1025)
	at org.eclipse.ui.internal.console.ConsoleDocument.replace
(ConsoleDocument.java:83)
	at org.eclipse.ui.internal.console.IOConsolePartitioner$1.run
(IOConsolePartitioner.java:521)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages
(Synchronizer.java:118)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2780)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2451)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1579)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1550)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:282)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144)
	at org.eclipse.ui.internal.ide.IDEApplication.run
(IDEApplication.java:102)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:220)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:273)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:129)
	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:324)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
	at org.eclipse.core.launcher.Main.run(Main.java:710)
	at org.eclipse.core.launcher.Main.main(Main.java:694)


I keep getting this all the time without rhyme or reason. Have you seen this?
Comment 1 Darin Swanson CLA 2004-12-08 20:38:24 EST

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