<AWT Dev> crash in Java_sun_awt_X11_XToolkit_getNumberOfButtonsImpl on solaris-sparcv9

Christian Thalinger christian.thalinger at oracle.com
Thu Nov 11 05:23:03 PST 2010


On Nov 11, 2010, at 1:57 PM, Andrei Dmitriev wrote:
> Hi Christian,
> well, here it is:
>  http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6844750
> But I don't think it's the same as yours.
> And there are no other defects at the moment I'm aware of.
>
> So can you please give more info on jdk version/build. And don't  
> forget the test please. :)


Here's how you can reproduce it with b117:

$ /java/re/jdk/7/promoted/all/b117/binaries/solaris-sparcv9/fastdebug/ 
bin/java -d64 -XX:+CompileTheWorld -Xbootclasspath/p:/java/re/jdk/7/ 
promoted/all/b117/binaries/solaris-sparcv9/fastdebug/jre/lib/rt.jar - 
XX:CompileTheWorldStartAt=1400
VM option '+CompileTheWorld'
VM option 'CompileTheWorldStartAt=1400'
CompileTheWorld : Compiling all classes in /net/jre.sfbay/p/v37/jdk/7/ 
ea/b117/binaries/solaris-sparcv9/fastdebug/jre/lib/rt.jar

CompileTheWorld (1400) : com/sun/java/swing/plaf/motif/MotifIconFactory 
$MenuItemCheckIcon
CompileTheWorld (1401) : com/sun/java/swing/plaf/motif/MotifIconFactory 
$RadioButtonIcon
CompileTheWorld (1402) : com/sun/java/swing/plaf/motif/MotifIconFactory
CompileTheWorld (1403) : com/sun/java/swing/plaf/motif/ 
MotifInternalFrameTitlePane$1
CompileTheWorld (1404) : com/sun/java/swing/plaf/motif/ 
MotifInternalFrameTitlePane$2
CompileTheWorld (1405) : com/sun/java/swing/plaf/motif/ 
MotifInternalFrameTitlePane$FrameButton
CompileTheWorld (1406) : com/sun/java/swing/plaf/motif/ 
MotifInternalFrameTitlePane$MaximizeButton
CompileTheWorld (1407) : com/sun/java/swing/plaf/motif/ 
MotifInternalFrameTitlePane$MinimizeButton
CompileTheWorld (1408) : com/sun/java/swing/plaf/motif/ 
MotifInternalFrameTitlePane$SystemButton
CompileTheWorld (1409) : com/sun/java/swing/plaf/motif/ 
MotifInternalFrameTitlePane$Title$1
CompileTheWorld (1410) : com/sun/java/swing/plaf/motif/ 
MotifInternalFrameTitlePane$Title$2
CompileTheWorld (1411) : com/sun/java/swing/plaf/motif/ 
MotifInternalFrameTitlePane$Title
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGBUS (0xa) at pc=0xfffffffe6d405264, pid=871, tid=2
#
# JRE version: 7.0
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.0-b02-fastdebug mixed  
mode solaris-sparc compressed oops)
# Problematic frame:
# C  [libXi.so.5+0x5264]
<snip>

-- Christian



More information about the awt-dev mailing list