Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 5086241
Votes 0
Synopsis JCK: QuickSilver api test fails with -Xprof flag
Category java:runtime
Reported Against 1.3.1_13
Release Fixed 1.3.1_14(b01)
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs
Submit Date 12-AUG-2004
Description
When running the JCK13 runtime tests on Quicksilver - one api test fails:
api/javax_swing/SwingUtilities/descriptions.html#other

uname -a 
Linux static 2.4.19-4GB #1 i686 unknown


Running this test with the -Xprof flags returns the error: 
Assertion `(*__errno_location ()) == 0 && count == (size_t) size' failed.


The test passes when the -Xprof flag is left out.

To run the test, set JAVA_HOME to the relevant jdk/jre.
export CLASSPATH=/net/latte.ireland/export/home4/jck/JCK-runtime-13a/classes:/net/latte.ireland/export/home4/jck/JCK-runtime-13a/javatest.jar

static:/usr/java # $JAVA_HOME/bin/java -client -Xprof -Djava.awt.headless=false
-Xfuture javasoft.sqe.tests.api.javax.swing.SwingUtilities.otherTests -exclude SwingUtilities3036,SwingUtilities3037,SwingUtilities3038,SwingUtilities3039 -TestCaseID ALL
java: ../../../src/share/native/sun/awt/font/fontmanager/fontobjects/fontObject.cpp:340: void fileFontObject::readBlock(size_t, size_t, char *): Assertion `(*__errno_location ()) == 0' failed.
Aborted
static:/usr/java # $JAVA_HOME/bin/java -version
java version "1.3.1_13"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_13-b02)
Java HotSpot(TM) Client VM (build 1.3.1_13-b02, mixed mode)


The jtr file is attached

lindsay.mccormick-  xxxxx@xxxxx   2004-08-12
Work Around
N/A
Evaluation
same as 4489521, it was fixed in 1.4.

  xxxxx@xxxxx   2004-08-13
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang