Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 140089 - Internal error while scrolling Debug view
Summary: Internal error while scrolling Debug view
Status: CLOSED DUPLICATE of bug 125868
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.2   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: 2006-05-03 18:43 EDT by Tim deBoer CLA
Modified: 2006-06-14 14:32 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim deBoer CLA 2006-05-03 18:43:47 EDT
Opening against debug, but this could be JDT. I was debugging a Java application (happened to be Tomcat) on 3.2RC1a and scrolled the Debug view while it was still retreiving labels (not sure why, but it was updating very slowly). This caused an internal error and several of the following errors appeared in the .log:

!ENTRY org.eclipse.core.jobs 4 2 2006-05-03 18:38:12.734
!MESSAGE An internal error occurred during: "Retrieving labels".
!STACK 0
org.eclipse.swt.SWTException: Invalid thread access
	at org.eclipse.swt.SWT.error(SWT.java:3374)
	at org.eclipse.swt.SWT.error(SWT.java:3297)
	at org.eclipse.swt.SWT.error(SWT.java:3268)
	at org.eclipse.swt.widgets.Display.error(Display.java:978)
	at org.eclipse.swt.widgets.Display.checkDevice(Display.java:638)
	at org.eclipse.swt.widgets.Display.disposeExec(Display.java:923)
	at org.eclipse.jdt.internal.ui.viewsupport.ImageDescriptorRegistry.hookDisplay(ImageDescriptorRegistry.java:85)
	at org.eclipse.jdt.internal.ui.viewsupport.ImageDescriptorRegistry.<init>(ImageDescriptorRegistry.java:48)
	at org.eclipse.jdt.internal.ui.viewsupport.ImageDescriptorRegistry.<init>(ImageDescriptorRegistry.java:36)
	at org.eclipse.jdt.internal.ui.JavaPlugin.internalGetImageDescriptorRegistry(JavaPlugin.java:821)
	at org.eclipse.jdt.internal.ui.JavaPlugin.getImageDescriptorRegistry(JavaPlugin.java:304)
	at org.eclipse.jdt.internal.debug.ui.JDIModelPresentation.getJavaElementImageRegistry(JDIModelPresentation.java:1856)
	at org.eclipse.jdt.internal.debug.ui.JDIModelPresentation.getVariableImage(JDIModelPresentation.java:838)
	at org.eclipse.jdt.internal.debug.ui.JDIModelPresentation.getImage(JDIModelPresentation.java:626)
	at org.eclipse.debug.internal.ui.LazyModelPresentation.getImage(LazyModelPresentation.java:106)
	at org.eclipse.debug.internal.ui.DelegatingModelPresentation.getImage(DelegatingModelPresentation.java:141)
	at org.eclipse.debug.internal.ui.views.launch.DebugElementHelper.getImageDescriptor(DebugElementHelper.java:55)
	at org.eclipse.debug.internal.ui.elements.adapters.AsynchronousDebugLabelAdapter.getImageDescriptors(AsynchronousDebugLabelAdapter.java:86)
	at org.eclipse.debug.internal.ui.viewers.provisional.AsynchronousLabelAdapter.computeLabels(AsynchronousLabelAdapter.java:81)
	at org.eclipse.debug.internal.ui.elements.adapters.AsynchronousDebugLabelAdapter.computeLabels(AsynchronousDebugLabelAdapter.java:66)
	at org.eclipse.debug.internal.ui.viewers.provisional.AsynchronousLabelAdapter$2.run(AsynchronousLabelAdapter.java:48)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
Comment 1 Darin Wright CLA 2006-05-03 21:50:50 EDT

*** This bug has been marked as a duplicate of 125868 ***
Comment 2 Tim deBoer CLA 2006-06-14 14:32:46 EDT
Closing.