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

Bug 96870

Summary: Invalid thread access while typing in the open type diaog
Product: [Eclipse Project] JDT Reporter: Pascal Rapicault <pascal>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: blocker    
Priority: P3    
Version: 3.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Pascal Rapicault CLA 2005-05-26 16:41:22 EDT
I20050526-1200

I created a new workspace
Start the CVS import of runtime, then start the import pde build. while pde
build is being imported close the runtime project.
Move to the debug perspective
Ctrl+Shft+T, start typing and I got the following exception

org.eclipse.swt.SWTException: Invalid thread access
at org.eclipse.swt.SWT.error(SWT.java:2940)
at org.eclipse.swt.SWT.error(SWT.java:2863)
at org.eclipse.swt.SWT.error(SWT.java:2834)
at org.eclipse.swt.widgets.Display.error(Display.java:784)
at org.eclipse.swt.widgets.Display.checkDevice(Display.java:613)
at org.eclipse.swt.widgets.Display.disposeExec(Display.java:729)
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:790)
at
org.eclipse.jdt.internal.ui.JavaPlugin.getImageDescriptorRegistry(JavaPlugin.java:342)
at
org.eclipse.jdt.internal.ui.dialogs.TypeInfoViewer$TypeInfoLabelProvider.getImage(TypeInfoViewer.java:333)
at
org.eclipse.jdt.internal.ui.dialogs.TypeInfoViewer$AbstractSearchJob.internalRun(TypeInfoViewer.java:552)
at
org.eclipse.jdt.internal.ui.dialogs.TypeInfoViewer$AbstractSearchJob.doRun(TypeInfoViewer.java:473)
at
org.eclipse.jdt.internal.ui.dialogs.TypeInfoViewer$AbstractJob.run(TypeInfoViewer.java:439)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:67)
Comment 1 Dirk Baeumer CLA 2005-05-26 17:51:27 EDT

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