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

Javascript in Applet hangs Netscape Browser

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.4.2_07
    • 1.4.2_04
    • deploy
    • b01
    • x86
    • windows_xp

      We are facing the following issue in Netscape browser on using JPI version 1.4.1_04, 1.4.1_02 and 1.4.1_05. We are not facing this issue in
      Internet Explorer.Also this issue appears only in Windows platform.
       
      Netscape version : 7.1
      Java plug in : 1.4.1_04, 1.4.1_02 and 1.4.1_05.
      Platform : Windows
       
      Netscape browser hangs on submitting a form having an applet.
       
      Where we are seeing this issue:
       
      Before submitting a form , we are calling a javascript method which invokes a method in the applet.This method in turn gets a browser window object.
       
      JSObject workWindow = JSObject.getWindow(this); // handle for browser window
      try{
      if(workWindow != null)
       
      // Following is the place where Netscape browser hangs
            retObject = workWindow.call(functionName, args); // call to the function
      }
      catch (Exception j)
      {
       // No exceptions seen here
      }

      Please find attached the thread dump of the hanging JVM instances. We
      got the thread dump stack/list output by invoking the following option
      in the Java console window when the hang occurred.
      a) t: dump thread list (dump_thread_list.txt)
      b) v: dump thread stack (dump_thread_stack1.txt and
      dump_thread_stack2.txt)

      As we got two different outputs on doing thread dump stack, we are
      attaching both the outputs for your reference.
      ###@###.### 10/13/04 17:12 GMT

            ccheung Calvin Cheung
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: