Summary: | Disposing a GLJPanel causes a JVM crash | ||
---|---|---|---|
Product: | [JogAmp] Jogl | Reporter: | Julien Gouesse <gouessej> |
Component: | core | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | sgothel |
Priority: | --- | ||
Version: | 2 | ||
Hardware: | pc_x86_64 | ||
OS: | linux | ||
Type: | --- | SCM Refs: |
jogl d225d0a8a16e362ddb14cb93c124eb06cf0ff05e
|
Workaround: | --- | ||
Attachments: | crash logs |
Description
Julien Gouesse
2011-12-14 12:48:17 CET
Reproduced on CentOS 6.1, ATI 8.92 (11.12) and Ubuntu NV 290.10 - Doesn't work at all for ATI 8.90 (11.11), ie. Swing/J2DOGL itself fails to work. - ATI 8.92 (11.12) Swing/J2DOGL needs a manual resize to even show the JFrame, w/o JOGL being involved. Testing fix on OS X and Windows .. then deliver. J2DOGL Swing GLJPanel Linux: - CentOS 6.1, ATI 8.92 (11.12), JRE 1.6.0_30 - Okish *1 - Ubuntu 11.04, NV 290.10, JRE 1.6.0_29/30 - OK - Ubuntu 11.10, ATI 8.90 (11.11) , JRE 1.6.0_29/30 - NOPE !1 - Ubuntu 11.10, ATI 8.92 (11.12) , JRE 1.6.0_29/30 - Okish *1 Windows: - NV 285.62 and 290.53 doesn't work w/ J2DOGL at all (1.6.0 29 or 30) - Don't know which which configuration actually works at all, this is not JOGL related. Mac OSX: - doesn't use 'sun.java2d.opengl.CGLGraphicsConfig', but 'apple.awt.CGraphicsConfig' - n/a ! !1 Swing crashes, not JOGL related *1 Swing needs manual resize or refresh (move window out of screen and back) |