-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
None
-
1.3.1
-
generic
-
solaris_8
Name: bcc120455 Date: 03/20/2001
SwingBasher throws core dumped, after 175th & 171st loop in
IA 2.8 & 2.7 respectively
Steps to Reproduce :
1. go to the SwingBasher Testbase area that is
Swing/Functional/SwingBasher
2. set JAVA_HOME to ladybird b19 build
3. Execute the command 'gnumake' to clean any previous class files,
compile the files using the
JDK pointed to by JAVA_HOME and to start running SwingBasher.
4. To run the test, type gnumake run
5. After 175th loop in IA 2.8 it throws Segmentation Core dumped & After
171st loop in IA 2.7
it throws the following error
*************************************************************************************************
Unexpected Signal : 11 occurred at PC=0xded5a281
Function name=JVM_CurrentTimeMillis
Library=/export/home/config/j2sdk1_3_1/jre/lib/i386/server/libjvm.so
Current Java thread:
at java.awt.AWTEventMulticaster.add(AWTEventMulticaster.java:495)
at java.awt.Window.addWindowListener(Window.java:701)
at
javax.swing.plaf.basic.BasicPopupMenuUI$MouseGrabber.grabContainer(BasicPopupMenuUI.java:240)
at
javax.swing.plaf.basic.BasicPopupMenuUI$MouseGrabber.requestAddGrab(BasicPopupMenuUI.java:147)
at
javax.swing.plaf.basic.BasicPopupMenuUI$MouseGrabber.stateChanged(BasicPopupMenuUI.java:185)
at
javax.swing.MenuSelectionManager.fireStateChanged(MenuSelectionManager.java:149)
at
javax.swing.MenuSelectionManager.setSelectedPath(MenuSelectionManager.java:89)
at
javax.swing.plaf.basic.BasicMenuUI$PostAction.actionPerformed(BasicMenuUI.java:245)
at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1384)
at javax.swing.JComponent.processKeyBinding(JComponent.java:2078)
at javax.swing.KeyboardManager.fireBinding(KeyboardManager.java:252)
at
javax.swing.KeyboardManager.fireKeyboardAction(KeyboardManager.java:214)
at
javax.swing.JComponent.processKeyBindingsForAllComponents(JComponent.java:2145)
at javax.swing.JComponent.processKeyBindings(JComponent.java:2138)
at javax.swing.JComponent.processKeyEvent(JComponent.java:2041)
at javax.swing.JMenu.processKeyEvent(JMenu.java:1277)
at java.awt.Component.processEvent(Component.java:3553)
at java.awt.Container.processEvent(Container.java:1164)
at java.awt.Component.dispatchEventImpl(Component.java:2593)
at java.awt.Container.dispatchEventImpl(Container.java:1213)
at java.awt.Component.dispatchEvent(Component.java:2497)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
Dynamic libraries:
0x8050000
/export/home/config/j2sdk1_3_1/bin/../bin/i386/native_threads/java
0xdfbba000 /usr/lib/libthread.so.1
0xdfbdf000 /usr/lib/libdl.so.1
0xdfb25000 /usr/lib/libc.so.1
0xdece0000 /export/home/config/j2sdk1_3_1/jre/lib/i386/server/libjvm.so
0xdfb0a000 /usr/lib/libCrun.so.1
0xdfaff000 /usr/lib/libsocket.so.1
0xdfa82000 /usr/lib/libnsl.so.1
0xdfa75000 /usr/lib/libm.so.1
0xdfa70000 /usr/lib/libw.so.1
0xdfa6b000 /usr/lib/libmp.so.2
0xdfa40000
/export/home/config/j2sdk1_3_1/jre/lib/i386/native_threads/libhpi.so
0xdfa20000 /export/home/config/j2sdk1_3_1/jre/lib/i386/libverify.so
0xdf9f0000 /export/home/config/j2sdk1_3_1/jre/lib/i386/libjava.so
0xdf9d0000 /export/home/config/j2sdk1_3_1/jre/lib/i386/libzip.so
0xdfa35000 /usr/lib/locale/en_US/en_US.so.2
0xdf810000 /export/home/config/j2sdk1_3_1/jre/lib/i386/libawt.so
0xd36e0000
/export/home/config/j2sdk1_3_1/jre/lib/i386/motif21/libmawt.so
0xde9a0000
/export/home/config/j2sdk1_3_1/bin/../jre/lib/i386/libmlib_image.so
0xd3521000 /usr/dt/lib/libXm.so.4
0xde956000 /usr/openwin/lib/libXt.so.4
0xde942000 /usr/openwin/lib/libXext.so.0
0xdfa0f000 /usr/openwin/lib/libXtst.so.1
0xd34a5000 /usr/openwin/lib/libX11.so.4
0xdf9e2000 /usr/openwin/lib/libSM.so.6
0xde92c000 /usr/openwin/lib/libICE.so.6
0xd3430000
/export/home/config/j2sdk1_3_1/jre/lib/i386/libfontmanager.so
0xd33f1000 /usr/openwin/lib/libdps.so.5
0xdf9de000 /usr/openwin/lib/locale/common/xlibi18n.so.2
0xdef91000 /usr/openwin/lib/locale/common/ximlocal.so.2
0xde925000 /usr/openwin/lib/locale/iso8859-1/xomEuro.so.2
Local Time = Mon Mar 19 11:56:50 2001
Elapsed Time = 33268
#
# HotSpot Virtual Machine Error : 11
# Error ID : 4F530E43505002CC
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Server VM (1.3.1-rc1-b19 mixed mode)
#
*************************************************************************************************
======================================================================