-
Bug
-
Resolution: Unresolved
-
P3
-
None
-
6
-
None
-
Fix Understood
-
x86
-
windows_xp
I am launching a test that pushes a frame into FullScreen mode and gets all the display modes supported. Then it loops through all the display modes and sets each of them one by one. When I launch this test on WinXP with OGL turned on, the test crashes almost immediately.
This crash is reproducible on JDK6-FCS as well as current JDK7 build. I reproduced it on Nvidia GeForceFX5900 with the latest driver installed. On WinXP with ATI Radeon 9600, the crash is reproducible but there are ClassCast exceptions (same exception referred in 6245358) thrown before the crash. I have given the platform information under comments. Both these machines are multi-monitor machines with 2 monitors connected.
To reproduce the bug, run the attached test with OGL flag. I have also attached the log files.
This crash is reproducible on JDK6-FCS as well as current JDK7 build. I reproduced it on Nvidia GeForceFX5900 with the latest driver installed. On WinXP with ATI Radeon 9600, the crash is reproducible but there are ClassCast exceptions (same exception referred in 6245358) thrown before the crash. I have given the platform information under comments. Both these machines are multi-monitor machines with 2 monitors connected.
To reproduce the bug, run the attached test with OGL flag. I have also attached the log files.
- relates to
-
JDK-6245358 PIT: OGL:ClassCastException thrown with OGL while disabling the HW acceleration at runtime, WinXP
- Open