Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Invalid Thread Access at shutdown

Could you file a bug to track this topic?

Christian

Am Mittwoch, den 24.10.2018, 20:38 +0200 schrieb Ian Mayo:
> I've deployed EASE scripting in my RCP application.
> 
> As the application closes, I get the SWTException shown below.
> 
> Yes, I may have to live with it,
> Ian
> ========
> 
> !ENTRY org.eclipse.ease.ui 4 0 2018-10-24 18:34:28.478
> !MESSAGE FrameworkEvent ERROR
> !STACK 0
> org.eclipse.swt.SWTException: Invalid thread access
> at org.eclipse.swt.SWT.error(SWT.java:4595)
> at org.eclipse.swt.SWT.error(SWT.java:4510)
> at org.eclipse.swt.SWT.error(SWT.java:4481)
> at org.eclipse.swt.widgets.Display.error(Display.java:1091)
> at org.eclipse.swt.widgets.Display.createDisplay(Display.java:843)
> at org.eclipse.swt.widgets.Display.create(Display.java:826)
> at org.eclipse.swt.graphics.Device.<init>(Device.java:132)
> at org.eclipse.swt.widgets.Display.<init>(Display.java:725)
> at org.eclipse.swt.widgets.Display.<init>(Display.java:716)
> at org.eclipse.swt.widgets.Display.getDefault(Display.java:1425)
> at
> org.eclipse.ease.ui.modules.ui.ModulesComposite.bundleChanged(Modules
> Composite.java:118)
> at
> org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(B
> undleContextImpl.java:911)
> at
> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventM
> anager.java:233)
> at
> org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(Even
> tManager.java:343)
> _______________________________________________
> ease-dev mailing list
> ease-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or
> unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/ease-dev


Back to the top