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

Linux: Unexpected error during a java program running

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 1.3.0
    • 1.3.0
    • hotspot
    • linux-beta
    • x86
    • linux
    • Verified



      Name: asR10013 Date: 05/10/2000



          The sample code below is based on code of JCK1.3fcs test
      api/javax_swing/text/LayoutQueue/LayoutQueueTests.java.
      The error appears occasionally (8 from 10 times)

      --------------------------- test.java --------------------------------
      import javax.swing.text.*;

      class test implements Runnable {

          static int count = 0;
          int id;
          
          public test() {
      id = count;
      count++;
          }

          public static void main(String args[]) throws Exception {
      LayoutQueue q = new LayoutQueue();

      for(int i=50; i>0; i--) {
      q.addTask(new test());
      }
      System.exit(0);
          }
          
          public void run() {
      System.out.println("Task"+id+".run() called");
          };
          
      }
      ------------------------------ output --------------------------------
      $ java -version
      java version "1.3.0beta"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0beta-b03)
      Java HotSpot(TM) Client VM (build 1.3.0beta-b04, mixed mode)
      $ java test
      #
      # HotSpot Virtual Machine Error, Unexpected Signal 11
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # Error ID: 4F533F4C494E55580E43505005E8
      #
      # Problematic Thread: prio=1 tid=0x804e948 nid=0x400 runnable
      #
      ======================================================================

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

            hongzh Hong Zhang
            alssunw Als Als (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: