JDK-4380275 : Browser hangs when runtime parameters are specified in the Plug-in control panel
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 1.3.0,1.3.1_01
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,linux
  • CPU: generic,x86
  • Submitted: 2000-10-18
  • Updated: 2002-11-14
  • Resolved: 2002-11-14
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.0 beta2Fixed
Related Reports
Duplicate :  
Description
When the following runtime parameter is specified in Java Plug-in Control Panel
and when the applet is loaded into the browser causes the browser hang .It also 
causes the browser crash on 98 and Linux.

Platform/Browsers tested : NT/NS4/IE5 , 98/NS47/IE5, Linux/NS6 with the latest
firefly FCS build.


Runtime Parameter :

-Djava.security.debug=access:domain

To reproduce the Bug :

1. Invoke Java Plug-in Control Panel

2. Specify the following runtime parameter 

  -Djava.security.debug=access:domain

3. Load plug-in applet from the target browser from

  http://java.sun.com/products/plugin/1.3/demo/applets.html

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: merlin-beta2 FIXED IN: merlin-beta2 INTEGRATED IN: merlin-beta2 VERIFIED IN: merlin-beta2
14-06-2004

PUBLIC COMMENTS sridhar.enugula@eng 2001-06-14 Verified this bug in Merlin Beta Refresh Build 68 on NT / IE / NS 4.72 and Solaris 7 / NS4.75 , The problem still exists. Here is what happend On NT , IE and NS just crashes dooesnot load applet . On Solaris, Applet is not loaded , netscape process reports Exception in thread " AWT-Motif" Runtime params specified in Control Panel : -Djava.security.debug=access:domain The trace file on solaris: ------------------------- Java(TM) Plug-in: Version 1.4.0 Using JRE version 1.4.0-beta Java HotSpot(TM) Client VM User home directory = /home/sridhare Proxy Configuration: Manual Configuration Proxy: http=webcache-cup:8080;ftp=webcache-cup:8080 Proxy Overrides: ---------------------------------------------------- c: clear console window f: finalize objects on finalization queue g: garbage collect h: display this help message l: dump classloader list m: print memory usage o: trigger logging q: hide console s: dump system properties t: dump thread list x: clear classloader cache 0-5: set trace level to <n> ---------------------------------------------------- PLUGIN ERROR ************ Java process: unexpected request ffffffff dennis.gu@East 2001-06-15 This bug fix codes have not been put into merlin b68 build yet, it will be in our next build. Please retest it in our next build. Dennis Gu
15-06-2001

EVALUATION dennis.gu@East 2001-06-01 This bug will be fixed in Merlin-beta build. There are four files has been changed, they are: 1. JavaRunTime.java (modify) 2. DebugOutputStream.java (modify) 3. MainConsoleWriter.java (new) 4. ConsoleWindow.java (modify) Here are what I did: 1. Two debug outputstream (err and out) will put the text in a queue. 2. A new class file MainConsoleWriter.java has been created. The main console writer thread will then read from the queue and output to Console and trace file. 3. Add text_limit for console window, the limitation is 0xFFFFF. - Dennis Gu This should be fixed for ladybird. - Jim This is bug is limited to reporting of the 'access' check on priveleges... -Djava.security.debug=access Specifying any of the values access:stack, access:domain, or access:failure will also cause the VM to crash on Solaris Sparc using J2SE v1.3.1 Beta... Unexpected Signal : 11 occurred at PC=0xfac1267c Function name=get (compiled Java code) Library=(N/A) Current Java thread: Dynamic libraries: 0x10000 java_vm 0xff370000 /usr/lib/libthread.so.1 0xff3b0000 /usr/lib/libdl.so.1 0xff180000 /usr/lib/libXm.so.3 0xff110000 /usr/lib/libXt.so.4 0xff000000 /usr/lib/libc.so.1 0xfef00000 /usr/openwin/lib/libX11.so.4 0xff330000 /usr/openwin/lib/libSM.so.6 0xff0e0000 /usr/openwin/lib/libICE.so.6 0xfefd0000 /usr/openwin/lib/libXext.so.0 0xfeee0000 /usr/lib/libsocket.so.1 0xfee00000 /usr/lib/libnsl.so.1 0xfefb0000 /usr/lib/libmp.so.2 0xff0d0000 /usr/platform/SUNW,Ultra-60/lib/libc_psr.so.1 0xfe080000 /net/altair.east/terra/space2/plugin/jmelvin/ladybird/build/solaris-sparc/jre-image-sparc/lib/sparc/client/libjvm.so 0xfedd0000 /usr/lib/libCrun.so.1 0xfeda0000 /usr/lib/libm.so.1 0xfeeb0000 /usr/lib/libw.so.1 0xfed50000 /net/altair.east/terra/space2/plugin/jmelvin/ladybird/build/solaris-sparc/jre-image-sparc/lib/sparc/native_threads/libhpi.so 0xfed20000 /net/altair.east/terra/space2/plugin/jmelvin/ladybird/build/solaris-sparc/jre-image-sparc/lib/sparc/libverify.so 0xfece0000 /net/altair.east/terra/space2/plugin/jmelvin/ladybird/build/solaris-sparc/jre-image-sparc/lib/sparc/libjava.so 0xfecb0000 /net/altair.east/terra/space2/plugin/jmelvin/ladybird/build/solaris-sparc/jre-image-sparc/lib/sparc/libzip.so 0xfcfc0000 /net/altair.east/terra/space2/plugin/jmelvin/ladybird/build/solaris-sparc/jre-image-sparc/lib/sparc/libjavaplugin_jni.so 0xfe040000 /usr/lib/libintl.so.1 0xfdd20000 /net/altair.east/terra/space2/plugin/jmelvin/ladybird/build/solaris-sparc/jre-image-sparc/lib/sparc/libawt.so 0xfa980000 /net/altair.east/terra/space2/plugin/jmelvin/ladybird/build/solaris-sparc/jre-image-sparc/lib/sparc/motif12/libmawt.so 0xfceb0000 /net/altair.east/terra/space2/plugin/jmelvin/ladybird/build/solaris-sparc/jre-image-sparc/lib/sparc/libmlib_image.so 0xfcf90000 /usr/openwin/lib/libXtst.so.1 0xfa880000 /net/altair.east/terra/space2/plugin/jmelvin/ladybird/build/solaris-sparc/jre-image-sparc/lib/sparc/libfontmanager.so 0xfcda0000 /usr/openwin/lib/libdps.so.5 0xfcce0000 /net/altair.east/terra/space2/plugin/jmelvin/ladybird/build/solaris-sparc/jre-image-sparc/lib/sparc/libsunwjdga.so 0xfcca0000 /usr/openwin/lib/libdga.so.1 0xfcc80000 /net/altair.east/terra/space2/plugin/jmelvin/ladybird/build/solaris-sparc/jre-image-sparc/lib/sparc/libxinerama.so 0xfabe0000 /net/altair.east/terra/space2/plugin/jmelvin/ladybird/build/solaris-sparc/jre-image-sparc/lib/sparc/libjdgaSUNWffb.so 0xfab90000 /net/altair.east/terra/space2/plugin/jmelvin/ladybird/build/solaris-sparc/jre-image-sparc/lib/sparc/libnet.so Local Time = Mon Feb 12 21:23:19 2001 Elapsed Time = 2 # # HotSpot Virtual Machine Error : 11 # Error ID : 4F530E43505002CC 01 # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Java VM: Java HotSpot(TM) Client VM (1.3.1beta-b15 mixed mode) # Continuing to investigate. I should note that specifying the 'all' option will also report the 'access' checks and will cause the failure as well. Thus, I'm marking 4260109 as a duplicate. james.melvin@East 2001-02-12
12-02-2001