Name: jbT81659 Date: 04/19/2001
OS: Solaris Sparc 2.6
jdk: 1.4.0-b60
java fails to initialize and JVM throws the following error
------------------------
ld.so.1: /home/sun/builds/jdk/solaris/bin/../bin/sparc/native_threads/java:
fatal: relocation error: file /home-bazelet/sun/builds/jdk1.4.0-b60/solaris/jre/lib/sparc/libfontmanager.so:
symbol __1cG__CrunSregister_exit_co
de6FpG_v_v_: referenced symbol not found
---------------------------------
To reproduce this bug:
1. unbundle the Solaris Sparc Merlin Beta-b60 build under Solaris Sparc 2.6
2. type java -version to determine which java you have
3. verify that you received the correct answer
4. compile some test cases using javac
5. note that compilation is done correctly and smoothly
6. try to execute a test case by typing java "testcase" where test case is any valid java application
7. verify that java fails to initialize and the following error is displayed:
ld.so.1: /home/sun/builds/jdk/solaris/bin/../bin/sparc/native_threads/java: fatal: relocation error: file
/hom
e-bazelet/sun/builds/jdk1.4.0-b60/solaris/jre/lib/sparc/libfontmanager.so: symbol
__1cG__CrunSregister_exit_co
de6FpG_v_v_: referenced symbol not found
======================================================================