-
Bug
-
Resolution: Fixed
-
P3
-
5.0, 5.0u1
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2120925 | 5.0u1 | Dmitri Trembovetski | P3 | Resolved | Fixed | b05 |
Filed By : JCK Team [###@###.###
JDK : JDK1.5.0-b64, JDK1.5.0-b63
JCK : JCK1.5-runtime
Platform[s] : Linux, Solaris
switch/Mode : default
JCK test owner:
http://javaweb.sfbay/jcce/tcks/jck/1.5/project/data_reports/owners.jto
Falling test[s]:
api/java_awt/Graphics/index.html#CopyArea[Graphics0018_14]
Problem desciption:
------------------
The following JCK 5.0 test:
api/java_awt/Graphics/index.html#CopyArea[Graphics0018_14]
fails intermittently on Linux and Solaris using 1.5.0 JDK:
Linux 2.4.7-10smp 1.5.0-rc-b63 - Using JDK 1.5.0-rc-b63
SunOS 5.8 sparc SUNW,Ultra-4 - Using JDK 1.5.0-b64
SunOS 5.9 sparc SUNW,Ultra-60 - Using JDK 1.5.0-b64
Please use the attached test case ( bug-report.tar.gz )
derived from the JCK test for reproducing the issue.
Note that sometimes it takes hundreds of run to reproduce,
while on some machines it can be reproduced quickly.
Please see simple test output that demonstrates the issue:
====================
<gyi@mars> ./run.sh
< 1
true
PASSED
0
1 >
< 2
true
PASSED
...
0
46 >
< 47
true
Unexpected exception thrown:
sun.java2d.InvalidPipeException: bounds changed
e.getMessage(): bounds changed
---------------
sun.java2d.InvalidPipeException: bounds changed
at sun.awt.X11Renderer.devCopyArea(Native Method)
at sun.awt.X11SurfaceData.copyArea(X11SurfaceData.java:399)
at sun.java2d.SunGraphics2D.copyArea(SunGraphics2D.java:1870)
at HelloAWT.test(HelloAWT.java:58)
at HelloAWT.main(HelloAWT.java:9)
Unexpected exception thrown:
sun.java2d.InvalidPipeException: bounds changed
e.getMessage(): bounds changed
---------------
sun.java2d.InvalidPipeException: bounds changed
at sun.awt.X11Renderer.devCopyArea(Native Method)
at sun.awt.X11SurfaceData.copyArea(X11SurfaceData.java:399)
at sun.java2d.SunGraphics2D.copyArea(SunGraphics2D.java:1870)
at HelloAWT.test(HelloAWT.java:58)
at HelloAWT.main(HelloAWT.java:9)
FAILED
1
47 >
====================
###@###.### 10/4/04 16:28 GMT
JDK : JDK1.5.0-b64, JDK1.5.0-b63
JCK : JCK1.5-runtime
Platform[s] : Linux, Solaris
switch/Mode : default
JCK test owner:
http://javaweb.sfbay/jcce/tcks/jck/1.5/project/data_reports/owners.jto
Falling test[s]:
api/java_awt/Graphics/index.html#CopyArea[Graphics0018_14]
Problem desciption:
------------------
The following JCK 5.0 test:
api/java_awt/Graphics/index.html#CopyArea[Graphics0018_14]
fails intermittently on Linux and Solaris using 1.5.0 JDK:
Linux 2.4.7-10smp 1.5.0-rc-b63 - Using JDK 1.5.0-rc-b63
SunOS 5.8 sparc SUNW,Ultra-4 - Using JDK 1.5.0-b64
SunOS 5.9 sparc SUNW,Ultra-60 - Using JDK 1.5.0-b64
Please use the attached test case ( bug-report.tar.gz )
derived from the JCK test for reproducing the issue.
Note that sometimes it takes hundreds of run to reproduce,
while on some machines it can be reproduced quickly.
Please see simple test output that demonstrates the issue:
====================
<gyi@mars> ./run.sh
< 1
true
PASSED
0
1 >
< 2
true
PASSED
...
0
46 >
< 47
true
Unexpected exception thrown:
sun.java2d.InvalidPipeException: bounds changed
e.getMessage(): bounds changed
---------------
sun.java2d.InvalidPipeException: bounds changed
at sun.awt.X11Renderer.devCopyArea(Native Method)
at sun.awt.X11SurfaceData.copyArea(X11SurfaceData.java:399)
at sun.java2d.SunGraphics2D.copyArea(SunGraphics2D.java:1870)
at HelloAWT.test(HelloAWT.java:58)
at HelloAWT.main(HelloAWT.java:9)
Unexpected exception thrown:
sun.java2d.InvalidPipeException: bounds changed
e.getMessage(): bounds changed
---------------
sun.java2d.InvalidPipeException: bounds changed
at sun.awt.X11Renderer.devCopyArea(Native Method)
at sun.awt.X11SurfaceData.copyArea(X11SurfaceData.java:399)
at sun.java2d.SunGraphics2D.copyArea(SunGraphics2D.java:1870)
at HelloAWT.test(HelloAWT.java:58)
at HelloAWT.main(HelloAWT.java:9)
FAILED
1
47 >
====================
###@###.### 10/4/04 16:28 GMT
- backported by
-
JDK-2120925 JCK-5.0 test api/java_awt/Graphics/index.html#CopyArea[Graphics0018_14] fails intermittently
- Resolved
- duplicates
-
JDK-4994758 Exception when resizing window results in scrolling.
- Closed