[Bug 175] New: CGLIB unit tests make the JVM crash on PPC

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Jul 24 06:15:32 PDT 2008


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

           Summary: CGLIB unit tests make the JVM crash on PPC
           Product: IcedTea
           Version: unspecified
          Platform: Macintosh
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: IcedTea
        AssignedTo: unassigned at icedtea.classpath.org
        ReportedBy: mbaudier at argeo.org


When running CGLIB (runtime bytecode enhancements) unit tests, the JVM is
crashing (hs_err_pid*.log file attached).

JVM version is a home-built 1.6.0 b11 based on icedtea6 -r 35e24a6f636f .

OS is a Fedora 9 PPC:
[mbaudier at localhost ~]$ uname -a
Linux localhost.localdomain 2.6.25.10-86.fc9.ppc #1 Mon Jul 7 20:17:32 EDT 2008
ppc ppc ppc GNU/Linux

Here are the steps to reproduce:

# Checkout CGLIB, build it and run all unit tests

cvs -z3 -d:pserver:anonymous at cglib.cvs.sourceforge.net:/cvsroot/cglib co cglib
cd cglib
ant

# Run the first test which crashes (from the same directory as above)

java -cp
build/proxy/classes/:build/test/classes:lib/asm-3.1.jar:lib/asm-commons-3.1.jar:lib/junit.jar
junit.textui.TestRunner net.sf.cglib.beans.TestBulkBean


-- 
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