[Bug 596] New: change to another target in shark

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Nov 22 04:46:13 PST 2010


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=596

           Summary: change to another target in shark
           Product: IcedTea
           Version: 6-1.9.1
          Platform: x86_64
               URL: http://www.cs.nctu.edu.tw/~hhchiu/hs_err_pid4123.log
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Shark
        AssignedTo: unassigned at icedtea.classpath.org
        ReportedBy: joannechiou at gmail.com
                CC: joannechiou at gmail.com


I built version 1.9.1 IcedTea, and then I modified a part of code at
icedtea6-1.9.1/openjdk-ecj/hotspot/src/share/vm/shark/sharkCompiler.cpp; I
tried to change to anther target that is supported in LLVM, I used this
instruction "builder.setMArch(x86);" instead of "builder.setMCPU(MCPU);". After
I rebuilt the program and executed it, I got a segmentation fault and generated
a bug report when process was terminated, I knew that the result was In
expectation. But when I redo to use original instruction and recompiled it, the
error message is still there, as following:


/home/shchiu/project/icedtea6-1.9.1/bootstrap/jdk1.6.0/bin/javap
javax.xml.transform.TransformerFactory > /dev/null 2>&1; \
        if [ $? -ne 0 ]; then \
           /home/shchiu/project/icedtea6-1.9.1/bootstrap/jdk1.6.0/bin/java
-version; \
          echo "*** An XSLT processor (J2SE 1.4.x or newer) is required" \
          "to bootstrap this build" 1>&2; \
          exit 1; \
        fi
/bin/sh: line 6:  5401 Aborted                
/home/shchiu/project/icedtea6-1.9.1/bootstrap/jdk1.6.0/bin/javap
javax.xml.transform.TransformerFactory > /dev/null 2>&1
MCPU: -mcpu=k8-sse3
MAttrs: -mattr=
hello here: setMarch instead of setMCPU
java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.1) (Debian build 1.6.0_20-b20)
OpenJDK 64-Bit Shark VM (build 17.0-b16, mixed mode)
*** An XSLT processor (J2SE 1.4.x or newer) is required to bootstrap this build

and when i typed the instruction 
.../javap javax.xml.transform.TransformerFactory, i got following message:
MCPU: -mcpu=k8-sse3
MAttrs: -mattr=
hello here: setMarch instead of setMCPU
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (os_linux_zero.cpp:236), pid=5497, tid=1085897040
#  Error: caught unhandled signal 11
#
# JRE version: 6.0_20-b20
# Java VM: OpenJDK 64-Bit Shark VM (17.0-b16 mixed mode linux-amd64 )
# Derivative: IcedTea6 1.9.1
# Distribution: Built on Debian GNU/Linux 5.0.6 (lenny) (Mon Nov 22 11:58:37
CST 2010)
# An error report file with more information is saved as:
# /home/shchiu/project/icedtea6-1.9.1/hs_err_pid4123.log
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
#
Aborted

I found out that there is no compilation error, I thought maybe it had
something wrong at link time, so i searched every location where libjvm.so is
and replaced them with a new libjvm.so artificially, and it worked correctly
finally.
It should be do automatically when I rebuilt it. 

Other system information such as build time and platform are at the end of bug
report.


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list