Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stacktraces when closing opi screen with CA PVManager connection #2587

Open
berryma4 opened this issue Apr 25, 2019 · 1 comment
Open

stacktraces when closing opi screen with CA PVManager connection #2587

berryma4 opened this issue Apr 25, 2019 · 1 comment

Comments

@berryma4
Copy link
Member

berryma4 commented Apr 25, 2019

I get one of these for every pv on some of our status pages (the stacktraces really spin).
But, not all screens do this. I'm not sure where the issue is yet.

Exception in thread "pool-5-thread-718" org.eclipse.swt.SWTException: Widget is disposed
	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.Widget.error(Widget.java:526)
	at org.eclipse.swt.widgets.Widget.getDisplay(Widget.java:612)
	at org.csstudio.opibuilder.properties.WidgetPropertyChangeListener.propertyChange(WidgetPropertyChangeListener.java:61)
	at java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:341)
	at java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
	at java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:266)
	at org.csstudio.opibuilder.properties.AbstractWidgetProperty.firePropertyChange(AbstractWidgetProperty.java:89)
	at org.csstudio.opibuilder.properties.AbstractWidgetProperty.setPropertyValue_IgnoreOldValue(AbstractWidgetProperty.java:209)
	at org.csstudio.opibuilder.editparts.PVWidgetEditpartDelegate$WidgetPVListener.valueChanged(PVWidgetEditpartDelegate.java:82)
	at org.csstudio.simplepv.pvmanager.PVManagerPV$3.pvChanged(PVManagerPV.java:231)
	at org.diirt.datasource.PVReaderImpl.firePvValueChanged(PVReaderImpl.java:110)
	at org.diirt.datasource.PVReaderImpl.setValue(PVReaderImpl.java:220)
	at org.diirt.datasource.PVDirector$4.run(PVDirector.java:358)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Exception in thread "pool-5-thread-719" org.eclipse.swt.SWTException: Widget is disposed
	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.Widget.error(Widget.java:526)
	at org.eclipse.swt.widgets.Widget.getDisplay(Widget.java:612)
	at org.csstudio.opibuilder.properties.WidgetPropertyChangeListener.propertyChange(WidgetPropertyChangeListener.java:61)
	at java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:341)
	at java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
	at java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:266)
	at org.csstudio.opibuilder.properties.AbstractWidgetProperty.firePropertyChange(AbstractWidgetProperty.java:89)
	at org.csstudio.opibuilder.properties.AbstractWidgetProperty.setPropertyValue_IgnoreOldValue(AbstractWidgetProperty.java:209)
	at org.csstudio.opibuilder.editparts.PVWidgetEditpartDelegate$WidgetPVListener.valueChanged(PVWidgetEditpartDelegate.java:82)
	at org.csstudio.simplepv.pvmanager.PVManagerPV$3.pvChanged(PVManagerPV.java:231)
	at org.diirt.datasource.PVReaderImpl.firePvValueChanged(PVReaderImpl.java:110)
	at org.diirt.datasource.PVReaderImpl.setValue(PVReaderImpl.java:220)
	at org.diirt.datasource.PVDirector$4.run(PVDirector.java:358)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
@berryma4 berryma4 added this to the 4.6.0 - testing (master) milestone Apr 25, 2019
@berryma4 berryma4 changed the title stacktraces when closing status opi screen stacktraces when closing opi screen with CA PVManager connection Apr 25, 2019
@berryma4
Copy link
Member Author

I'm guessing it is a specific widget type, or how it is used, considering I only see this on our status screens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant