[Bug 868] New: Applying a GETFIELD instruction to an array causes a segmentation fault

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Tue Feb 7 00:35:59 PST 2012


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

             Bug #: 868
           Summary: Applying a GETFIELD instruction to an array causes a
                    segmentation fault
    Classification: Unclassified
           Product: IcedTea
           Version: 7-1.2
          Platform: x86_64
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: IcedTea7
        AssignedTo: ahughes at redhat.com
        ReportedBy: dan_gulotta at yahoo.com
                CC: unassigned at icedtea.classpath.org


Created attachment 654
  --> http://icedtea.classpath.org/bugzilla/attachment.cgi?id=654
A class that causes the JVM to segfault

If a class of version 50 or less uses GETFIELD on an array, a segmentation
fault occurs.  A NoSuchFieldException should be thrown instead.

This occurs with:

java version "1.7.0_147-icedtea"
OpenJDK Runtime Environment (IcedTea7 2.0) (Gentoo build
1.7.0_147-icedtea-b147)
OpenJDK 64-Bit Server VM (build 21.0-b17, mixed mode)

java version "1.6.0_22"
OpenJDK Runtime Environment (IcedTea6 1.10.4) (Gentoo build 1.6.0_22-b22)
OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)

-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the distro-pkg-dev mailing list