Summary: | Mesa 18.3.6 hardware renderer (Intel/AMD) freezes after native parenting | ||
---|---|---|---|
Product: | [JogAmp] Jogl | Reporter: | Sven Gothel <sgothel> |
Component: | opengl | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED FIXED | ||
Severity: | critical | ||
Priority: | P4 | ||
Version: | 2.4.0 | ||
Hardware: | All | ||
OS: | all | ||
Type: | ANNOTATION | SCM Refs: |
jogamp-scripting 6f2281165da079fe718ed340cb4c6102a45d0ddb
|
Workaround: | TRUE |
Description
Sven Gothel
2019-08-23 07:51:21 CEST
Used test case where freezing occurred is: 'com.jogamp.opengl.test.junit.newt.parenting.TestParenting01dAWT' Further testing w/ different Mesa 18.3.6 renderer - Software Rendering LIBGL_ALWAYS_SOFTWARE=true -- GL_RENDERER llvmpipe (LLVM 7.0, 128 bits) -- Result: OK (No freeze) This is now an Annotation, as the bug does not come from JogAmp, but is a regression from Mesa 13.0.6 -> 18.3.6 Workaround in jogamp-scripting 6f2281165da079fe718ed340cb4c6102a45d0ddb for unit tests, i.e.: export LIBGL_ALWAYS_SOFTWARE=true DEFECT -> ANNOTATION Resolved for us, but we should communicated this issue w/ Mesa and the driver developer if resources and time allows. |