I'm trying to use the 3D features of JavaFX - a code as simple as initializng javafx.scene.shape.Box; won't run on my computer because i'm on noueavu. I tried with prism.forceGPU=true. however this causes a crash in native code - the last stack trace points to X11GLcontext.nInitialize.
I have debugged the problem and i've got a solution for it. The problem is caused becuse dl_sym, can;t find the procedure glXSyncIntervalSGI - although my system reportos to support this extension - then this proc is being caled - so we get an segmentation fautl. i propose a solution that uses glXgetProcAddress when dl_sym fails.
I'm writing this bug, so that someone with apropirate permissions could commit my fix to upstream version of JavaFX. i can send fixed source, i've described so that the commitee could apply the fix even without the source.
I have debugged the problem and i've got a solution for it. The problem is caused becuse dl_sym, can;t find the procedure glXSyncIntervalSGI - although my system reportos to support this extension - then this proc is being caled - so we get an segmentation fautl. i propose a solution that uses glXgetProcAddress when dl_sym fails.
I'm writing this bug, so that someone with apropirate permissions could commit my fix to upstream version of JavaFX. i can send fixed source, i've described so that the commitee could apply the fix even without the source.
- duplicates
-
JDK-8123016 Core dump when forcing es2 pipeline on Linux with Intel GPU
- Resolved