-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 7u6
-
Component/s: javafx
GLContext.glVertexAttribPointer internally store a temporary pointer gotten form the GetPrimitiveArrayCritical which is invalind after a call to ReleasePrimitiveArrayCritical.
Any attempts to read\write data pointed by the pointer (after a call to ReleasePrimitiveArrayCritical) may lead to crash.
Any attempts to read\write data pointed by the pointer (after a call to ReleasePrimitiveArrayCritical) may lead to crash.