-
Bug
-
Resolution: Not an Issue
-
P3
-
8
-
macos
SW pipeline is broken on MacOS in latest promoted build 8.0-b64. It is actually broken since
8.0-b61 but the original failure was in glass (seeRT-25859), which has been fixed. The new failure is in the SW pipeline itself.
Here is the one of errors:
java.lang.UnsupportedOperationException: unimp: SWG.clearQuad
at com.sun.prism.sw.SWGraphics.clearQuad(SWGraphics.java:476)
at com.sun.javafx.webkit.prism.WCGraphicsPrismContext$3.doPaint(WCGraphicsPrismContext.java:454)
at com.sun.javafx.webkit.prism.WCGraphicsPrismContext$Composite.paint(WCGraphicsPrismContext.java:1288)
at com.sun.javafx.webkit.prism.WCGraphicsPrismContext$Composite.paint(WCGraphicsPrismContext.java:1273)
at com.sun.javafx.webkit.prism.WCGraphicsPrismContext.clearRect(WCGraphicsPrismContext.java:452)
at com.sun.webkit.graphics.GraphicsDecoder.decode(GraphicsDecoder.java:103)
at com.sun.webkit.graphics.WCRenderQueue.decode(WCRenderQueue.java:74)
at com.sun.webkit.graphics.WCRenderQueue.decode(WCRenderQueue.java:85)
at com.sun.webkit.graphics.WCRenderQueue.decode(WCRenderQueue.java:91)
at com.sun.webkit.graphics.GraphicsDecoder.decode(GraphicsDecoder.java:324)
at com.sun.webkit.graphics.WCRenderQueue.decode(WCRenderQueue.java:74)
at com.sun.webkit.WebPage.paint2GC(WebPage.java:738)
at com.sun.webkit.WebPage.paint(WebPage.java:705)
See full log here:
http://aurora-ds.ru.oracle.com:9500/runs/123355.FX2-85/20121110021329.123355.FX2.7u4b21.mac-mid.WebNode.GUIMark2-Vector.app.prism-sw.runBenchmark/.workload.log
I also ran just Guimark2.Vector (not webnode) and got the following error:
ERROR: unexpected fbo is bound! Expected 1, but found 0
2012-11-12 14:56:14.313 java[99930:4e03] *** -[NSRecursiveLock unlock]: lock (<NSRecursiveLock: 0x7faec36b57b0> '(null)') unlocked from thread which did not lock it
2012-11-12 14:56:14.314 java[99930:4e03] *** Break on _NSLockError() to debug.
To reproduce the issue just run for example Guimark2.VectorTest:
> cd JFX_WS/tests/performance/GUIMark2/
> ant
> java -Dprism.order=sw -cp "$JFX_HOME/rt/lib/jfxrt.jar:./dist/GUIMark2.jar" guimark2.VectorTest
8.0-b61 but the original failure was in glass (see
Here is the one of errors:
java.lang.UnsupportedOperationException: unimp: SWG.clearQuad
at com.sun.prism.sw.SWGraphics.clearQuad(SWGraphics.java:476)
at com.sun.javafx.webkit.prism.WCGraphicsPrismContext$3.doPaint(WCGraphicsPrismContext.java:454)
at com.sun.javafx.webkit.prism.WCGraphicsPrismContext$Composite.paint(WCGraphicsPrismContext.java:1288)
at com.sun.javafx.webkit.prism.WCGraphicsPrismContext$Composite.paint(WCGraphicsPrismContext.java:1273)
at com.sun.javafx.webkit.prism.WCGraphicsPrismContext.clearRect(WCGraphicsPrismContext.java:452)
at com.sun.webkit.graphics.GraphicsDecoder.decode(GraphicsDecoder.java:103)
at com.sun.webkit.graphics.WCRenderQueue.decode(WCRenderQueue.java:74)
at com.sun.webkit.graphics.WCRenderQueue.decode(WCRenderQueue.java:85)
at com.sun.webkit.graphics.WCRenderQueue.decode(WCRenderQueue.java:91)
at com.sun.webkit.graphics.GraphicsDecoder.decode(GraphicsDecoder.java:324)
at com.sun.webkit.graphics.WCRenderQueue.decode(WCRenderQueue.java:74)
at com.sun.webkit.WebPage.paint2GC(WebPage.java:738)
at com.sun.webkit.WebPage.paint(WebPage.java:705)
See full log here:
http://aurora-ds.ru.oracle.com:9500/runs/123355.FX2-85/20121110021329.123355.FX2.7u4b21.mac-mid.WebNode.GUIMark2-Vector.app.prism-sw.runBenchmark/.workload.log
I also ran just Guimark2.Vector (not webnode) and got the following error:
ERROR: unexpected fbo is bound! Expected 1, but found 0
2012-11-12 14:56:14.313 java[99930:4e03] *** -[NSRecursiveLock unlock]: lock (<NSRecursiveLock: 0x7faec36b57b0> '(null)') unlocked from thread which did not lock it
2012-11-12 14:56:14.314 java[99930:4e03] *** Break on _NSLockError() to debug.
To reproduce the issue just run for example Guimark2.VectorTest:
> cd JFX_WS/tests/performance/GUIMark2/
> ant
> java -Dprism.order=sw -cp "$JFX_HOME/rt/lib/jfxrt.jar:./dist/GUIMark2.jar" guimark2.VectorTest
- relates to
-
JDK-8093116 8.0-b62: SW pipeline is broken on MacOS
-
- Closed
-