Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8093116

8.0-b62: SW pipeline is broken on MacOS

XMLWordPrintable

      Latest promoted FX build 8.0-b62 fails in SW pipeline on MacOS. The error is
       ERROR: unexpected fbo is bound! Expected 1, but found -1
       *** -[NSRecursiveLock unlock]: lock (<NSRecursiveLock: 0x7fc3eb8296e0> '(null)') unlocked from thread which did not lock it
       *** Break on _NSLockError() to debug.


      The issue started to appear at least in promoted build 8.0-b61, no issue in 8.0-b60.

      Steps to reproduce the issue:
       > cd JFX_WS/tests/performance/GUIMark2/
       > ant
       > java -Dprism.order=sw -cp "$JFX_HOME/rt/lib/jfxrt.jar:./dist/GUIMark2.jar" guimark2.VectorTest


      Using latest 8.0-graphics-scrum build NullPointerException is thrown:
      Glass detected outstanding Java exception at Do_com_sun_glass_ui_mac_MacView__1create:src/com/sun/mat/ui/GlassView.m:128
      Exception in thread "JavaFX Application Thread" java.lang.NullPointerException
              at com.sun.glass.ui.mac.MacView._create(Native Method)
              at com.sun.glass.ui.View.<init>(Unknown Source) at com.sun.glass.ui.mac.MacView.<init>(Unknown Source)
              at com.sun.glass.ui.mac.MacApplication.createView(Unknown Source)
              at com.sun.javafx.tk.quantum.ViewScene.<init>(ViewScene.java:35)
              at com.sun.javafx.tk.quantum.WindowStage.createTKScene(WindowStage.java:165)
              at javafx.scene.Scene.impl_initPeer(Scene.java:646)
              at javafx.stage.Window$10.invalidated(Window.java:721)
              at javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:106)
              at javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:140)
              at javafx.stage.Window.setShowing(Window.java:786)
              at javafx.stage.Window.show(Window.java:801)
              at javafx.stage.Stage.show(Stage.java:230)
              at guimark2.VectorTest.start(VectorTest.java:443)
              at com.sun.javafx.application.LauncherImpl$5.run(LauncherImpl.java:319)
              at com.sun.javafx.application.PlatformImpl$5.run(PlatformImpl.java:207)
              at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:173)
              at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source)

            gziemski Gerard Ziemski
            epavlova Ekaterina Pavlova
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: