JDK-8118339 : Mac: runtime/toys/blendtest/ShowBlendModes throws NPE and crash
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: fx2.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2011-08-17
  • Updated: 2015-06-17
  • Resolved: 2012-02-28
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
fx2.1Resolved
Related Reports
Blocks :  
Duplicate :  
Duplicate :  
Relates :  
Description
jjfx blendtest/ShowBlendModes
2011-08-15 17:04:39.203 java[70879:903] Process manager already initialized -- can't fully enable headless mode.
Glass vsync is 0
ExtensionAvailabilityCache: FunctionAvailabilityCache.Version.<init>: java.lang.NullPointerException
java.lang.RuntimeException: Error creating framebuffer object with size 1484x899 (status code is 0x0)
    at com.sun.prism.es2.ES2RTTexture.create(ES2RTTexture.java:172)
    at com.sun.prism.es2.ES2ResourceFactory.createRTTexture(ES2ResourceFactory.java:49)
    at com.sun.prism.es2.ES2SwapChain.createGraphics(ES2SwapChain.java:158)
    at com.sun.prism.es2.ES2SwapChain.createGraphics(ES2SwapChain.java:22)
    at com.sun.javafx.tk.quantum.PaintRunnable.run(PaintRunnable.java:320)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
    at com.sun.prism.render.RenderJob.run(RenderJob.java:29)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at com.sun.javafx.tk.quantum.QuantumRenderer$ObservedRunnable.run(QuantumRenderer.java:67)
    at java.lang.Thread.run(Thread.java:680)
Assertion failed: ([NSOpenGLContext currentContext] == [self openGLContext]), function -[GlassView3D end:], file /Users/cyang/java/javafx/presidio-graphics/jfx/glass/glass-mat-lib-macosx/src/com/sun/mat/ui/GlassView3D.m, line 413.
Abort trap


Comments
This turns out to be caused by RT-19845 and RT-19883 so I am marking it as a duplicate.
28-02-2012

Set to Major as this causes a crash.
05-01-2012

Make sure this fix doesn't break RT-15176
17-08-2011