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

jdk1.4/demo/applets/DitherTest/DitherTest/example1.html - Crashes

XMLWordPrintable

    • x86, sparc
    • linux, solaris_8


      naveena.suryadevara@Eng 2001-04-02

      *NOTE*: This bug is filed before id# 4425806 under subcategory "runtimesystem"
              but was closed as duplicate of bugid#4403332
              Responsible engineer of bugid#4403332 suggests to file the bug again under subcategory "classes_awt" so that it is processed appropriately as it needs tobe resolved for merlin beta.

      JDK version: Merlin beta build #55
      OS versions: sol6,8

      To reproduce the bug:
      - appletviewer jdk1.4/demo/applets/DitherTest/example1.html
      - click on applet->clone
      - Try to Reload the cloned applet many times. The following error is seen.
      - The error is seen with both -client, -server, -Xint options

      Error output:
      ____________

      Unexpected Signal : 10 occurred at PC=0xFE50F78C
      Function=JVM_NewInstance+0x1A0C
      Library=/home/naveenas/jdk1.4/b55/jre/lib/sparc/client/libjvm.so

      Current Java thread:
      at sun.awt.motif.MChoicePeer.setFont(Native Method)
      at sun.awt.motif.MComponentPeer.initialize(MComponentPeer.java:149)
      at sun.awt.motif.MChoicePeer.initialize(MChoicePeer.java:36)
      at sun.awt.motif.MComponentPeer.init(MComponentPeer.java:192)
      at sun.awt.motif.MComponentPeer.<init>(MComponentPeer.java:196)
      at sun.awt.motif.MChoicePeer.<init>(MChoicePeer.java:40)
      at sun.awt.motif.MToolkit.createChoice(MToolkit.java:184)
      at java.awt.Choice.addNotify(Choice.java:127)
      - locked <f4c266e8> (a java.awt.Component$AWTTreeLock)
      at java.awt.Container.addNotify(Container.java:1918)
      - locked <f4c266e8> (a java.awt.Component$AWTTreeLock)
      at java.awt.Panel.addNotify(Panel.java:74)
      - locked <f4c266e8> (a java.awt.Component$AWTTreeLock)
      at java.awt.Container.addImpl(Container.java:477)
      - locked <f4c266e8> (a java.awt.Component$AWTTreeLock)
      at java.awt.Container.add(Container.java:329)
      at DitherTest.init(DitherTest.java:88)
      at sun.applet.AppletPanel.run(AppletPanel.java:344)
      at java.lang.Thread.run(Thread.java:579)

      Dynamic libraries:
      0x10000 /home/naveenas/jdk1.4/b55/bin/../bin/sparc/native_threads/appletviewer
      0xff360000 /usr/lib/libthread.so.1
      0xff280000 /usr/openwin/lib/libX11.so.4
      0xff3a0000 /usr/lib/libdl.so.1
      0xff180000 /usr/lib/libc.so.1
      0xff250000 /usr/openwin/lib/libXext.so.0
      0xff160000 /usr/lib/libsocket.so.1
      0xff080000 /usr/lib/libnsl.so.1
      0xff050000 /usr/openwin/lib/libdga.so.1
      0xff330000 /usr/lib/libmp.so.2
      0xff140000 /usr/platform/SUNW,Ultra-1/lib/libc_psr.so.1
      0xfe400000 /home/naveenas/jdk1.4/b55/jre/lib/sparc/client/libjvm.so
      0xfe7d0000 /usr/lib/libCrun.so.1
      0xfe3d0000 /usr/lib/libm.so.1
      0xff130000 /usr/lib/libw.so.1
      0xfe3b0000 /home/naveenas/jdk1.4/b55/jre/lib/sparc/native_threads/libhpi.so
      0xfe380000 /home/naveenas/jdk1.4/b55/jre/lib/sparc/libverify.so
      0xfe340000 /home/naveenas/jdk1.4/b55/jre/lib/sparc/libjava.so
      0xfe320000 /home/naveenas/jdk1.4/b55/jre/lib/sparc/libzip.so
      0xfc990000 /home/naveenas/jdk1.4/b55/jre/lib/sparc/libawt.so
      0xf4200000 /home/naveenas/jdk1.4/b55/jre/lib/sparc/motif21/libmawt.so
      0xfa790000 /home/naveenas/jdk1.4/b55/bin/../jre/lib/sparc/libmlib_image.so
      0xf3980000 /usr/dt/lib/libXm.so.4
      0xfa490000 /usr/openwin/lib/libXt.so.4
      0xfc850000 /usr/openwin/lib/libXtst.so.1
      0xfc830000 /usr/openwin/lib/libSM.so.6
      0xfa6d0000 /usr/openwin/lib/libICE.so.6
      0xf4100000 /home/naveenas/jdk1.4/b55/jre/lib/sparc/libfontmanager.so
      0xfa6b0000 /usr/lib//liblayout.so
      0xfa5e0000 /home/naveenas/jdk1.4/b55/jre/lib/sparc/libnio.so
      0xfa5c0000 /usr/lib/libposix4.so.1
      0xfa590000 /home/naveenas/jdk1.4/b55/bin/../jre/lib/sparc/libnet.so
      0xfa460000 /usr/lib/libaio.so.1
      0xfa430000 /usr/lib/nss_files.so.1
      0xfa410000 /home/naveenas/jdk1.4/b55/bin/../jre/lib/sparc/libsunwjdga.so
      0xf42e0000 /home/naveenas/jdk1.4/b55/bin/../jre/lib/sparc/libjdgaSUNWcg6.so

      Local Time = Wed Mar 14 14:25:15 2001
      Elapsed Time = 85
      #
      # HotSpot Virtual Machine Error : 10
      # Error ID : 4F530E43505002D6 01
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # Java VM: Java HotSpot(TM) Client VM (1.4beta-B55 interpreted mode)
      #

      Actually, I only had to reload the applet once or twice.

      Commit to fix in merlin-beta2 (crash).
      eric.hawkes@eng 2001-04-02

            ehawkessunw Eric Hawkes (Inactive)
            nsuryadesunw Naveena Suryadevara (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: