-
Bug
-
Resolution: Fixed
-
P1
-
1.4.0
-
rc1
-
sparc
-
solaris_2.6
-
Verified
AWT Reliability tests crashes on solaris 2.6 for jdk build 83. The tests will run only for maximum 3 iterations say about 20 mins. It is also occuring in builds 79, 80 and 82 with the same stack trace as follows.
The stack trace is:
Unexpected Signal : 10 occurred at PC=0xEE52DD74
Function=JVM_RegisterSignal+0x131C
Library=/home/as124445/Merlin/b83/j2sdk1.4.0/jre/lib/sparc/client/libjvm.so
Current Java thread:
at sun.awt.motif.MWindowPeer.pReshape(Native Method)
at sun.awt.motif.MComponentPeer.setBounds(MComponentPeer.java:741)
at sun.awt.motif.MComponentPeer.reshape(MComponentPeer.java:809)
at sun.awt.motif.MComponentPeer.initialize(MComponentPeer.java:156)
at sun.awt.motif.MComponentPeer.init(MComponentPeer.java:192)
at sun.awt.motif.MWindowPeer.init(MWindowPeer.java:94)
at sun.awt.motif.MFramePeer.<init>(MFramePeer.java:61)
at sun.awt.motif.MToolkit.createFrame(MToolkit.java:194)
at java.awt.Frame.addNotify(Frame.java:468)
- locked <e2bc5308> (a java.awt.Component$AWTTreeLock)
at java.awt.Window.addNotify(Window.java:393)
- locked <e2bc5308> (a java.awt.Component$AWTTreeLock)
at java.awt.Window.show(Window.java:436)
at java.awt.Component.show(Component.java:1131)
at java.awt.Component.setVisible(Component.java:1086)
at WindowTest.task(WindowTest.java:86)
at javasoft.awtsqe.TestCollar.runTask(TestCollar.java:414)
at AWTBAT.doTask(AWTBAT.java:497)
at AWTBAT.runAllTasks(AWTBAT.java:357)
at AWTBAT.run(AWTBAT.java:480)
at java.lang.Thread.run(Thread.java:539)
Dynamic libraries:
0x10000 /home/as124445/Merlin/b83/j2sdk1.4.0/bin/java
0xef770000 /usr/lib/libthread.so.1
0xef7b0000 /usr/lib/libdl.so.1
0xef680000 /usr/lib/libc.so.1
0xef750000 /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1
0xee400000 /home/as124445/Merlin/b83/j2sdk1.4.0/jre/lib/sparc/client/libjvm.so
0xef620000 /usr/lib/libCrun.so.1
0xef600000 /usr/lib/libsocket.so.1
0xef500000 /usr/lib/libnsl.so.1
0xef5d0000 /usr/lib/libm.so.1
0xef650000 /usr/lib/libw.so.1
0xef5a0000 /usr/lib/libmp.so.2
0xef4c0000 /home/as124445/Merlin/b83/j2sdk1.4.0/jre/lib/sparc/native_threads/libhpi.so
0xef490000 /home/as124445/Merlin/b83/j2sdk1.4.0/jre/lib/sparc/libverify.so
0xef460000 /home/as124445/Merlin/b83/j2sdk1.4.0/jre/lib/sparc/libjava.so
0xef440000 /home/as124445/Merlin/b83/j2sdk1.4.0/jre/lib/sparc/libzip.so
0xe2200000 /home/as124445/Merlin/b83/j2sdk1.4.0/jre/lib/sparc/libawt.so
0xec880000 /home/as124445/Merlin/b83/j2sdk1.4.0/jre/lib/sparc/libmlib_image.so
0xecb90000 /home/as124445/Merlin/b83/j2sdk1.4.0/jre/lib/sparc/motif12/libmawt.so
0xe2000000 /usr/dt/lib/libXm.so.3
0xeca90000 /usr/openwin/lib/libXt.so.4
0xee1d0000 /usr/openwin/lib/libXext.so.0
0xec9e0000 /usr/openwin/lib/libXtst.so.1
0xe1f00000 /usr/openwin/lib/libX11.so.4
0xec820000 /usr/openwin/lib/libdps.so.5
0xec9c0000 /usr/openwin/lib/libSM.so.6
0xec990000 /usr/openwin/lib/libICE.so.6
0xe1e00000 /home/as124445/Merlin/b83/j2sdk1.4.0/jre/lib/sparc/libfontmanager.so
0xea7e0000 /home/as124445/Merlin/b83/j2sdk1.4.0/jre/lib/sparc/libsunwjdga.so
0xea7b0000 /usr/openwin/lib/libdga.so.1
0xea690000 /home/as124445/Merlin/b83/j2sdk1.4.0/jre/lib/sparc/libjdgaSUNWffb.so
Local Time = Sun Oct 21 02:05:20 2001
Elapsed Time = 1098
#
# HotSpot Virtual Machine Error : 10
# Error ID : 4F530E43505002BA 01
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.0-beta3-b83 mixed mode)
#
Steps to Reproduce the crash:
1. The tests are attached as bat.tar
2. Set the JAVA_HOME path to <path>/j2sdk1.4.0
2. run the script runbat.ksh using the the command
sh runbat.ksh -h 2
NOTE: The reliability tests were crashing for build 69 on solaris 8 Refer Bug 4478051. The bug was fixed in build 79 and the reliability test did not reproduce the crash after the fix.
The stack trace is:
Unexpected Signal : 10 occurred at PC=0xEE52DD74
Function=JVM_RegisterSignal+0x131C
Library=/home/as124445/Merlin/b83/j2sdk1.4.0/jre/lib/sparc/client/libjvm.so
Current Java thread:
at sun.awt.motif.MWindowPeer.pReshape(Native Method)
at sun.awt.motif.MComponentPeer.setBounds(MComponentPeer.java:741)
at sun.awt.motif.MComponentPeer.reshape(MComponentPeer.java:809)
at sun.awt.motif.MComponentPeer.initialize(MComponentPeer.java:156)
at sun.awt.motif.MComponentPeer.init(MComponentPeer.java:192)
at sun.awt.motif.MWindowPeer.init(MWindowPeer.java:94)
at sun.awt.motif.MFramePeer.<init>(MFramePeer.java:61)
at sun.awt.motif.MToolkit.createFrame(MToolkit.java:194)
at java.awt.Frame.addNotify(Frame.java:468)
- locked <e2bc5308> (a java.awt.Component$AWTTreeLock)
at java.awt.Window.addNotify(Window.java:393)
- locked <e2bc5308> (a java.awt.Component$AWTTreeLock)
at java.awt.Window.show(Window.java:436)
at java.awt.Component.show(Component.java:1131)
at java.awt.Component.setVisible(Component.java:1086)
at WindowTest.task(WindowTest.java:86)
at javasoft.awtsqe.TestCollar.runTask(TestCollar.java:414)
at AWTBAT.doTask(AWTBAT.java:497)
at AWTBAT.runAllTasks(AWTBAT.java:357)
at AWTBAT.run(AWTBAT.java:480)
at java.lang.Thread.run(Thread.java:539)
Dynamic libraries:
0x10000 /home/as124445/Merlin/b83/j2sdk1.4.0/bin/java
0xef770000 /usr/lib/libthread.so.1
0xef7b0000 /usr/lib/libdl.so.1
0xef680000 /usr/lib/libc.so.1
0xef750000 /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1
0xee400000 /home/as124445/Merlin/b83/j2sdk1.4.0/jre/lib/sparc/client/libjvm.so
0xef620000 /usr/lib/libCrun.so.1
0xef600000 /usr/lib/libsocket.so.1
0xef500000 /usr/lib/libnsl.so.1
0xef5d0000 /usr/lib/libm.so.1
0xef650000 /usr/lib/libw.so.1
0xef5a0000 /usr/lib/libmp.so.2
0xef4c0000 /home/as124445/Merlin/b83/j2sdk1.4.0/jre/lib/sparc/native_threads/libhpi.so
0xef490000 /home/as124445/Merlin/b83/j2sdk1.4.0/jre/lib/sparc/libverify.so
0xef460000 /home/as124445/Merlin/b83/j2sdk1.4.0/jre/lib/sparc/libjava.so
0xef440000 /home/as124445/Merlin/b83/j2sdk1.4.0/jre/lib/sparc/libzip.so
0xe2200000 /home/as124445/Merlin/b83/j2sdk1.4.0/jre/lib/sparc/libawt.so
0xec880000 /home/as124445/Merlin/b83/j2sdk1.4.0/jre/lib/sparc/libmlib_image.so
0xecb90000 /home/as124445/Merlin/b83/j2sdk1.4.0/jre/lib/sparc/motif12/libmawt.so
0xe2000000 /usr/dt/lib/libXm.so.3
0xeca90000 /usr/openwin/lib/libXt.so.4
0xee1d0000 /usr/openwin/lib/libXext.so.0
0xec9e0000 /usr/openwin/lib/libXtst.so.1
0xe1f00000 /usr/openwin/lib/libX11.so.4
0xec820000 /usr/openwin/lib/libdps.so.5
0xec9c0000 /usr/openwin/lib/libSM.so.6
0xec990000 /usr/openwin/lib/libICE.so.6
0xe1e00000 /home/as124445/Merlin/b83/j2sdk1.4.0/jre/lib/sparc/libfontmanager.so
0xea7e0000 /home/as124445/Merlin/b83/j2sdk1.4.0/jre/lib/sparc/libsunwjdga.so
0xea7b0000 /usr/openwin/lib/libdga.so.1
0xea690000 /home/as124445/Merlin/b83/j2sdk1.4.0/jre/lib/sparc/libjdgaSUNWffb.so
Local Time = Sun Oct 21 02:05:20 2001
Elapsed Time = 1098
#
# HotSpot Virtual Machine Error : 10
# Error ID : 4F530E43505002BA 01
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.0-beta3-b83 mixed mode)
#
Steps to Reproduce the crash:
1. The tests are attached as bat.tar
2. Set the JAVA_HOME path to <path>/j2sdk1.4.0
2. run the script runbat.ksh using the the command
sh runbat.ksh -h 2
NOTE: The reliability tests were crashing for build 69 on solaris 8 Refer Bug 4478051. The bug was fixed in build 79 and the reliability test did not reproduce the crash after the fix.