Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4415123

JCK13a: -server -Xcomp causes java crash

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P1 P1
    • None
    • 1.4.0
    • hotspot
    • x86
    • linux, windows_nt



      Name: icR10030 Date: 02/14/2001


      java -server -Xcomp crashs in both win32 and Linux.

      Failing Test:
      =============
      ALL JCK tests

      JCK :
      =====
      jck1.3a

      Test source location:
      ====================

      Platforms:
      =============
      RedHat 6.2
      win32

      JDK, switches Info:
      ===================
      java version "1.4.0-beta"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b51)
      Java HotSpot(TM) Server VM (build 1.4beta-B51, compiled mode)

      -server -Xcomp

      jtr file location:
      ==================

      How to reproduce:
      ====================
      Compile and run the test.java:
      //------------------------------ test.java ---------------------------
      import javax.swing.*;

      public class test {

          public static void main(String args[]) {
              JFrame jf=new JFrame();

          }
      }
      //------------------------ end of test.java ---------------------------

      % javac test.java

      Test output:
      =============
      % java -server -Xcomp test

      Unexpected Signal : 11 occurred at PC=0x40355e4a
      Function name=get_oop__C8ciObject
      Library=/.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/server/libjvm.so

      Current Java thread:
      at javax.swing.UIDefaults.getUI(UIDefaults.java:693)
      at javax.swing.UIManager.getUI(UIManager.java:729)
      at javax.swing.JPanel.updateUI(JPanel.java:106)
      at javax.swing.JPanel.<init>(JPanel.java:65)
      at javax.swing.JPanel.<init>(JPanel.java:89)
      at javax.swing.JPanel.<init>(JPanel.java:97)
      at javax.swing.JRootPane.createGlassPane(JRootPane.java:467)
      at javax.swing.JRootPane.<init>(JRootPane.java:299)
      at javax.swing.JFrame.createRootPane(JFrame.java:227)
      at javax.swing.JFrame.frameInit(JFrame.java:209)
      at javax.swing.JFrame.<init>(JFrame.java:145)
      at test.main(test.java:8)

      Dynamic libraries:
      08048000-08051000 r-xp 00000000 00:0e 555705929 /.automount/linux-15/root/export/home/jdk1.4.0/linux/bin/i386/native_threads/java
      08051000-08053000 rw-p 00008000 00:0e 555705929 /.automount/linux-15/root/export/home/jdk1.4.0/linux/bin/i386/native_threads/java
      40000000-40013000 r-xp 00000000 08:07 15418 /lib/ld-2.1.3.so
      40013000-40014000 rw-p 00012000 08:07 15418 /lib/ld-2.1.3.so
      40015000-40016000 r--p 00000000 08:07 92 /usr/share/locale/en_US/LC_MESSAGES/SYS_LC_MESSAGES
      40016000-40017000 r--p 00000000 08:07 107835 /usr/share/locale/en_US/LC_MONETARY
      40017000-40018000 r--p 00000000 08:07 107837 /usr/share/locale/en_US/LC_TIME
      40018000-40019000 r--p 00000000 08:07 107836 /usr/share/locale/en_US/LC_NUMERIC
      40019000-4001a000 r--s 00000000 00:0e 555705477 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/ext/US_export_policy.jar
      4001a000-4001b000 r--s 00000000 00:0e 555705481 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/ext/jnet.jar
      4001b000-40026000 r-xp 00000000 08:07 15464 /lib/libpthread-0.8.so
      40026000-4002d000 rw-p 0000a000 08:07 15464 /lib/libpthread-0.8.so
      4002e000-404a0000 r-xp 00000000 00:0e 555705445 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/server/libjvm.so
      404a0000-406b5000 rw-p 00471000 00:0e 555705445 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/server/libjvm.so
      406c9000-406cb000 r-xp 00000000 08:07 15434 /lib/libdl-2.1.3.so
      406cb000-406cd000 rw-p 00001000 08:07 15434 /lib/libdl-2.1.3.so
      406cd000-407ba000 r-xp 00000000 08:07 15425 /lib/libc-2.1.3.so
      407ba000-407be000 rw-p 000ec000 08:07 15425 /lib/libc-2.1.3.so
      407c3000-407d5000 r-xp 00000000 08:07 15438 /lib/libnsl-2.1.3.so
      407d5000-407d7000 rw-p 00011000 08:07 15438 /lib/libnsl-2.1.3.so
      407d9000-4080d000 r-xp 00000000 08:07 62464 /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
      4080d000-40819000 rw-p 00033000 08:07 62464 /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
      4081b000-40837000 r-xp 00000000 08:07 15436 /lib/libm-2.1.3.so
      40837000-40838000 rw-p 0001b000 08:07 15436 /lib/libm-2.1.3.so
      40838000-40841000 r-xp 00000000 00:0e 555705443 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/native_threads/libhpi.so
      40841000-40842000 rw-p 00008000 00:0e 555705443 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/native_threads/libhpi.so
      40842000-40857000 r-xp 00000000 00:0e 555705451 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/libverify.so
      40857000-4085a000 rw-p 00014000 00:0e 555705451 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/libverify.so
      4085a000-4087f000 r-xp 00000000 00:0e 555705452 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/libjava.so
      4087f000-40882000 rw-p 00024000 00:0e 555705452 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/libjava.so
      40883000-40897000 r-xp 00000000 00:0e 555705453 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/libzip.so
      40897000-4089a000 rw-p 00013000 00:0e 555705453 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/libzip.so
      4089a000-41c23000 r--s 00000000 00:0e 555705526 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/rt.jar
      41c62000-41f05000 r--s 00000000 00:0e 555705866 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i18n.jar
      41f05000-41f1b000 r--s 00000000 00:0e 555705486 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/sunrsasign.jar
      43fc3000-43fcb000 r--p 00000000 08:07 107833 /usr/share/locale/en_US/LC_COLLATE
      43fcb000-43fcd000 r--s 00000000 00:0e 555705484 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/ext/dnsns.jar
      43fcd000-43fcf000 r--s 00000000 00:0e 555705480 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/ext/jcert.jar
      43fcf000-43fd0000 r--s 00000000 00:0e 555705478 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/ext/local_policy.jar
      4c04f000-4c065000 r--p 00000000 08:07 107834 /usr/share/locale/en_US/LC_CTYPE
      4c06b000-4c073000 r-xp 00000000 08:07 15456 /lib/libnss_files-2.1.3.so
      4c073000-4c074000 rw-p 00007000 08:07 15456 /lib/libnss_files-2.1.3.so
      4c074000-4c07d000 r-xp 00000000 08:07 15462 /lib/libnss_nisplus-2.1.3.so
      4c07d000-4c07f000 rw-p 00008000 08:07 15462 /lib/libnss_nisplus-2.1.3.so
      4c07f000-4c087000 r-xp 00000000 08:07 15460 /lib/libnss_nis-2.1.3.so
      4c087000-4c089000 rw-p 00007000 08:07 15460 /lib/libnss_nis-2.1.3.so
      4c089000-4c09c000 r--s 00000000 00:0e 555705475 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/ext/jce.jar
      4c09c000-4c0e5000 r--s 00000000 00:0e 555705482 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/ext/jgss_kerberos.jar
      4c0e5000-4c103000 r--s 00000000 00:0e 555705476 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/ext/sunjce_provider.jar
      4c103000-4c11e000 r--s 00000000 00:0e 555705483 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/ext/sunrmijsse.jar
      4c11e000-4c194000 r--s 00000000 00:0e 555705479 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/ext/jsse.jar
      4c194000-4c1a1000 r--s 00000000 00:0e 555705485 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/ext/ldapsec.jar
      4c1a1000-4c438000 r-xp 00000000 00:0e 555705461 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/libawt.so
      4c438000-4c44a000 rw-p 00296000 00:0e 555705461 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/libawt.so
      4c46f000-4c4c0000 r-xp 00000000 00:0e 555705460 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/libmlib_image.so
      4c4c0000-4c4c1000 rw-p 00050000 00:0e 555705460 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/libmlib_image.so
      4c4c1000-4c4c7000 r-xp 00000000 08:07 77585 /usr/X11R6/lib/libXp.so.6.2
      4c4c7000-4c4c9000 rw-p 00005000 08:07 77585 /usr/X11R6/lib/libXp.so.6.2
      4c4c9000-4c50e000 r-xp 00000000 08:07 77587 /usr/X11R6/lib/libXt.so.6.0
      4c50e000-4c50f000 ---p 00045000 08:07 77587 /usr/X11R6/lib/libXt.so.6.0
      4c50f000-4c512000 rw-p 00045000 08:07 77587 /usr/X11R6/lib/libXt.so.6.0
      4c513000-4c51d000 r-xp 00000000 08:07 77579 /usr/X11R6/lib/libXext.so.6.3
      4c51d000-4c51f000 rw-p 00009000 08:07 77579 /usr/X11R6/lib/libXext.so.6.3
      4c51f000-4c523000 r-xp 00000000 08:07 77589 /usr/X11R6/lib/libXtst.so.6.1
      4c523000-4c524000 rw-p 00003000 08:07 77589 /usr/X11R6/lib/libXtst.so.6.1
      4c524000-4c5c2000 r-xp 00000000 08:07 77573 /usr/X11R6/lib/libX11.so.6.1
      4c5c2000-4c5c8000 rw-p 0009d000 08:07 77573 /usr/X11R6/lib/libX11.so.6.1
      4c5c8000-4c5d0000 r-xp 00000000 08:07 77571 /usr/X11R6/lib/libSM.so.6.0
      4c5d0000-4c5d2000 rw-p 00007000 08:07 77571 /usr/X11R6/lib/libSM.so.6.0
      4c5d2000-4c5e6000 r-xp 00000000 08:07 77567 /usr/X11R6/lib/libICE.so.6.3
      4c5e6000-4c5e7000 rw-p 00013000 08:07 77567 /usr/X11R6/lib/libICE.so.6.3
      4c5e9000-4c6a8000 r-xp 00000000 00:0e 555705464 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/libfontmanager.so
      4c6a8000-4c6c1000 rw-p 000be000 00:0e 555705464 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/libfontmanager.so
      4c6c6000-4c6c7000 r-xp 00000000 08:07 30911 /usr/lib/gconv/ISO8859-1.so
      4c6c7000-4c6c8000 rw-p 00000000 08:07 30911 /usr/lib/gconv/ISO8859-1.so

      Local Time = Wed Feb 14 19:21:28 2001
      Elapsed Time = 28
      #
      # HotSpot Virtual Machine Error : 11
      # Error ID : 4F530E43505002C3
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # Java VM: Java HotSpot(TM) Server VM (1.4beta-B51 compiled mode)
      #
      # An error report file has been saved as hs_err_pid19554.log.
      # Please refer to the file for further information.
      #


      ****************
      Another exception has been detected while we were handling last error.
      Dumping information about last error:
      ERROR REPORT FILE = hs_err_pid19554.log
      PC = 0x0x40355e4a
      SIGNAL = 11
      FUNCTION NAME = get_oop__C8ciObject
      LIBRARY NAME = /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/server/libjvm.so
      Please check ERROR REPORT FILE for further information, if there is any.
      Good bye.

      Specific Machine Info:
      =====================
      Hostname: linux-13

      Additional JCK related info:
      ============================
      URL to find JCK test owners: http://javaweb.eng/jck/usr/owners.jto

      ======================================================================

            rasbold Chuck Rasbold
            ichesunw Iche Iche (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: