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

Bug 239780

Summary: error: 'process model delta' on hitting a breakpoint
Product: [Eclipse Project] JDT Reporter: Ruth Alkema <ruth>
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: darin.eclipse, pawel.1.piech, pinik.smily4u, ravi.karad
Version: 3.4   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
screenshot of dialog none

Description Ruth Alkema CLA 2008-07-07 06:55:54 EDT
Whenever the debugged process hits a breakpoint I get a dialog saying that there was an error.
In the workspace log I get a new entry then, with stacktrace.  This is below.
I will attach a screenshot of the dialog.

-- Error Details --
Date: Mon Jul 07 12:50:58 CEST 2008
Message: Unhandled event loop exception
Severity: Error
Plugin: org.eclipse.ui
Session Data:
eclipse.buildId=I20080617-2000
java.version=1.6.0_05
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Framework arguments:  -showlocation
Command-line arguments:  -os linux -ws gtk -arch x86 -dev /mnt/data/localprojects/bin/*.jar -data /home/ruth/workspace -showlocation


Exception Stack Trace:
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.IllegalArgumentException: Index out of bounds)
	at org.eclipse.swt.SWT.error(SWT.java:3777)
	at org.eclipse.swt.SWT.error(SWT.java:3695)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3378)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3036)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
	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:382)
	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:549)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
Caused by: java.lang.IllegalArgumentException: Index out of bounds
	at org.eclipse.swt.SWT.error(SWT.java:3761)
	at org.eclipse.swt.SWT.error(SWT.java:3695)
	at org.eclipse.swt.SWT.error(SWT.java:3666)
	at org.eclipse.swt.widgets.Widget.error(Widget.java:446)
	at org.eclipse.swt.widgets.TreeItem.getItem(TreeItem.java:845)
	at org.eclipse.jface.viewers.TreeViewer.replace(TreeViewer.java:500)
	at org.eclipse.debug.internal.ui.viewers.model.TreeModelContentProvider.reveal(TreeModelContentProvider.java:336)
	at org.eclipse.debug.internal.ui.viewers.model.TreeModelContentProvider.handleReveal(TreeModelContentProvider.java:319)
	at org.eclipse.debug.internal.ui.viewers.model.ModelContentProvider.updateNodes(ModelContentProvider.java:882)
	at org.eclipse.debug.internal.ui.viewers.model.ModelContentProvider.updateNodes(ModelContentProvider.java:884)
	at org.eclipse.debug.internal.ui.viewers.model.ModelContentProvider.updateNodes(ModelContentProvider.java:884)
	at org.eclipse.debug.internal.ui.viewers.model.ModelContentProvider.updateNodes(ModelContentProvider.java:884)
	at org.eclipse.debug.internal.ui.viewers.model.ModelContentProvider$9.runInUIThread(ModelContentProvider.java:833)
	at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:94)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
	... 23 more
Comment 1 Ruth Alkema CLA 2008-07-07 06:56:57 EDT
Created attachment 106706 [details]
screenshot of dialog
Comment 2 Curtis Windatt CLA 2008-07-07 08:26:41 EDT
*** Bug 239779 has been marked as a duplicate of this bug. ***
Comment 3 Pawel Piech CLA 2008-09-27 01:08:45 EDT
I think this is a duplicate of the platform bug 233297, which was fixed in 3.4.1.  I only noticed this one because it's in the top-10 voted bugs list.

*** This bug has been marked as a duplicate of bug 233297 ***
Comment 4 ravi.karad CLA 2010-03-09 00:22:25 EST
Is there any way to resolve it in eclipse 3.3
other than switching to eclipse 3.4?
Comment 5 Darin Wright CLA 2010-03-09 10:38:30 EST
(In reply to comment #4)
> Is there any way to resolve it in eclipse 3.3
> other than switching to eclipse 3.4?

Sorry, there are no more 3.3.x stream builds.
Comment 6 nalini Mising name CLA 2010-05-05 17:55:57 EDT
(In reply to comment #5)
> (In reply to comment #4)
> > Is there any way to resolve it in eclipse 3.3
> > other than switching to eclipse 3.4?
> 
> Sorry, there are no more 3.3.x stream builds.

I have been using eclipse 3.5.2 (with jdk1.5) recently and see this "process model delta" error window showing up when i start in debug mode.

LogFile shows error due to this ui package: 
!ENTRY org.eclipse.wst.sse.ui 
!MESSAGE null

Is there any patch available to fix this? I always restart my eclipse whenever i come across this error and it works fine. But i am looking for some fix.
Comment 7 Darin Wright CLA 2010-05-06 09:27:48 EDT
(In reply to comment #6)
> (In reply to comment #5)
> > (In reply to comment #4)
> > > Is there any way to resolve it in eclipse 3.3
> > > other than switching to eclipse 3.4?
> > 
> > Sorry, there are no more 3.3.x stream builds.
> I have been using eclipse 3.5.2 (with jdk1.5) recently and see this "process
> model delta" error window showing up when i start in debug mode.
> LogFile shows error due to this ui package: 
> !ENTRY org.eclipse.wst.sse.ui 
> !MESSAGE null
> Is there any patch available to fix this? I always restart my eclipse whenever
> i come across this error and it works fine. But i am looking for some fix.

Please open a new bug with steps to reproduce and a complete stack trace, if you have it.