-
Bug
-
Resolution: Fixed
-
P3
-
7
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2149529 | 6u4 | Christopher Campbell | P4 | Resolved | Fixed | b01 |
Run the attached test with JDK7-b08 2D PIT build (with OGL flag turned on) on a WinXP machine with ATI Radeon 9600 series. A general path should appear in blue color. The actual behavior is as follows -
1. Frame appears blank. General Path is not appearing.
2. Maximize the frame and move the mouse horizontally a few times, within the frame.
You would see a VM crash.
This is not reproducible on JDK7-b07. This is not reproducible on JDK6. Not reproducible on the default pipeline with the PIT build. Hence this seems to introduced in JDK-b08 PIT.
The testcase is creating the offscreen image everytime the canvas is repainted, which is not a right thing to do but it should not crash the VM.
I have attached the testcase and the log file having the crash dump.
1. Frame appears blank. General Path is not appearing.
2. Maximize the frame and move the mouse horizontally a few times, within the frame.
You would see a VM crash.
This is not reproducible on JDK7-b07. This is not reproducible on JDK6. Not reproducible on the default pipeline with the PIT build. Hence this seems to introduced in JDK-b08 PIT.
The testcase is creating the offscreen image everytime the canvas is repainted, which is not a right thing to do but it should not crash the VM.
I have attached the testcase and the log file having the crash dump.
- backported by
-
JDK-2149529 OGL: VM crash when drawing a general path on screen and repainting it a few times, Win32
-
- Resolved
-
- relates to
-
JDK-5066318 OGL: Enabling OGL pipeline on Windows with ATI board crashes VM at exit/shutdown
-
- Closed
-