-
Notifications
You must be signed in to change notification settings - Fork 11
Description
rea3-4 seems to frequently revert to a state where CS-Studio crashes when trying to open applications like the save/restore. Can we configure it so that whatever changes are needed will persist?
Thanks,
Tasha
Here's the error message:
JVM terminated. Exit code=1
/usr/lib/jvm/java-8-oracle//bin/java
-Xmx2048m
-Xms128m
-Dorg.eclipse.update.reconcile=false
-Dcom.cosylab.epics.caj.impl.CachedByteBufferAllocator.buffer_size=40000000
-Dosgi.configuration.cascaded=true
-Dosgi.sharedConfiguration.area.readOnly=true
-Dosgi.install.area.readOnly=true
-Dosgi.requiredJavaVersion=1.8
-Dorg.osgi.framework.bundle.parent=ext
-Dosgi.framework.extensions=org.eclipse.fx.osgi
-Dorg.eclipse.swt.internal.gtk.cairoGraphics=false
-Dorg.eclipse.swt.internal.gtk.useCairo=false
-jar /usr/lib/cs-studio//plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
-os linux
-ws gtk
-arch x86_64
-showsplash
-launcher /usr/lib/cs-studio/cs-studio
-name Cs-studio
--launcher.library /usr/lib/cs-studio//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.300.v20150602-1417/eclipse_1612.so
-startup /usr/lib/cs-studio//plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
--launcher.overrideVmargs
-exitdata 6b8010
-cssTheme org.eclipse.e4.ui.css.theme.e4_classic
-pluginCustomization=/etc/cs-studio/plugin_customization.ini
-vm /usr/lib/jvm/java-8-oracle//bin/java
-vmargs
-Xmx2048m
-Xms128m
-Dorg.eclipse.update.reconcile=false
-Dcom.cosylab.epics.caj.impl.CachedByteBufferAllocator.buffer_size=40000000
-Dosgi.configuration.cascaded=true
-Dosgi.sharedConfiguration.area.readOnly=true
-Dosgi.install.area.readOnly=true
-Dosgi.requiredJavaVersion=1.8
-Dorg.osgi.framework.bundle.parent=ext
-Dosgi.framework.extensions=org.eclipse.fx.osgi
-Dorg.eclipse.swt.internal.gtk.cairoGraphics=false
-Dorg.eclipse.swt.internal.gtk.useCairo=false
-jar /usr/lib/cs-studio//plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
- comments by EB:
I'm assuming this is related to a reversion of our graphics driver fix.
(3D rendering broken)
- comments by TS
Yes, sorry that my initial description was lacking in detail. I can successfully open new cs-studio instances using a new workspace but once I try to open the save/restore perspective it crashes. Unfortunately the workspace I normally use had the save/restore open so it crashes while trying to start up, and I would prefer not to have to delete the metadata folder and start over.
I understand this is the known issue related to the 3D rendering that Eric mentioned (something with the gtk). It has been fixed a couple times before, but something seems to be reverting the fixes. I would like to know that when it gets fixed this time that it stays fixed.