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

Canvas drawing in many child nodes causing NullPointerException

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P4 P4
    • 8u60
    • 8u31
    • javafx
    • Mac OS 10.10.2 (Yosemite). MacBook Pro (Retina, 15-inch, Early 2013)

      A ScrollPane contains a grid of Panes, each of which contains a small Canvas. When the number of Panes reaches 750 or so, the ScrollPane may fail to update its content. Occasionally it will show bits and pieces from the open windows of other applications. The memory setting for the test code is set at -Xmx2000m.

      Typically error message in Exception trace: ERROR: unexpected fbo is bound! Expected 1, but found 4

      java.lang.NullPointerException
      at com.sun.javafx.sg.prism.NGCanvas$RenderBuf.validate(NGCanvas.java:202)
      at com.sun.javafx.sg.prism.NGCanvas.initCanvas(NGCanvas.java:615)
      at com.sun.javafx.sg.prism.NGCanvas.renderContent(NGCanvas.java:578)

      NOTE: the Exception trace may vary.

            ckyang Chien Yang (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: