-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
7
-
None
-
x86
-
windows_xp
CR 4684648 still reproducable on Jre1.7.0-ea-b133 with the steps in the CR description
OS: Windows XP version 2002 SP2
Jre1.7.0-ea-b133
I follow the instructions in the CR4684648 like these:
==================================================================
Here is the most primitive/powerful stress test for IE plugin:
1] copy the source of [index.html] from below into a local file (for example c:\index.html)
2] open [c:\index.html] in IE
2a] allow active document context in an IE warning toolbar.
3] set focus to an address toolbar.
4] push F5 button.
5] relax in a minute with pressed key (be sure that IE does not loose keyboard focus)
NO CRASH!
Regards,
-uta
==========================================================
index.html
==========================================================
<html>
<HEAD>
<meta HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
<title>Applet Test</title>
</head>
<body>
<center>
<APPLET MAYSCRIPT name="HODApplet1" code="java.applet.Applet" WIDTH="500" HEIGHT="500">
<Param name="legacy_lifecycle" value="false">
</Applet>
<APPLET MAYSCRIPT name="HODApplet2" code="java.applet.Applet" WIDTH="500" HEIGHT="500">
<Param name="legacy_lifecycle" value="false">
</Applet>
<APPLET MAYSCRIPT name="HODApplet3" code="java.applet.Applet" WIDTH="500" HEIGHT="500">
<Param name="legacy_lifecycle" value="false">
</Applet>
</center>
</body>
</html>
====================================================================
I tried alt+f6, no crash. But as the instructions described in the above, I tried f5 for several times and it failed with a crash.
Following is the trace:
===================================================
Java Plug-in 1.7.0
Using JRE version 1.7.0-ea-b133 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\javafx
----------------------------------------------------
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
r: reload policy configuration
s: dump system and deployment properties
t: dump thread list
v: dump thread stack
x: clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------
PluginMain: starting applet ID 12 in parent window 0x66032a with parameters:
Document base = file:/C:/index.html
mayscript=
docbase=
height=500
width=500
name=HODApplet1
launchjnlp=
code=java.applet.Applet
java_version=1.7.0
legacy_lifecycle=false
codebase=file:///C:/
Applet2Manager.getJarFiles() for applet ID 12 Jar Files:null
Applet2ClassLoaderCache created new entry for file:/C:/
Applet2Manager executing createAll() for entry file:/C:/
Applet2Manager.getClassLoaderCacheEntry() for applet ID 12: ClassLoader=sun.plugin2.applet.Applet2ClassLoader@~0x123b9c1, ThreadGroup=sun.plugin2.applet.Applet2ThreadGroup@~0xdfbabd, AppContext=com.sun.deploy.uitoolkit.impl.awt.AWTAppContext@~0x786e16
PluginMain: starting applet ID 13 in parent window 0x4e0328 with parameters:
Document base = file:/C:/index.html
mayscript=
docbase=
height=500
width=500
name=HODApplet2
launchjnlp=
code=java.applet.Applet
java_version=1.7.0
legacy_lifecycle=false
codebase=file:///C:/
Applet2Manager.getJarFiles() for applet ID 13 Jar Files:null
Applet2ClassLoaderCache reusing entry for file:/C:/
Applet2Manager.getClassLoaderCacheEntry() for applet ID 13: ClassLoader=sun.plugin2.applet.Applet2ClassLoader@~0x123b9c1, ThreadGroup=sun.plugin2.applet.Applet2ThreadGroup@~0xdfbabd, AppContext=com.sun.deploy.uitoolkit.impl.awt.AWTAppContext@~0x786e16
PluginMain: starting applet ID 14 in parent window 0x4703a4 with parameters:
Document base = file:/C:/index.html
mayscript=
docbase=
height=500
width=500
name=HODApplet3
launchjnlp=
code=java.applet.Applet
java_version=1.7.0
legacy_lifecycle=false
codebase=file:///C:/
Applet2Manager.getJarFiles() for applet ID 14 Jar Files:null
Applet2ClassLoaderCache reusing entry for file:/C:/
Applet2Manager.getClassLoaderCacheEntry() for applet ID 14: ClassLoader=sun.plugin2.applet.Applet2ClassLoader@~0x123b9c1, ThreadGroup=sun.plugin2.applet.Applet2ThreadGroup@~0xdfbabd, AppContext=com.sun.deploy.uitoolkit.impl.awt.AWTAppContext@~0x786e16
PluginMain: processing StopAppletMessage, applet ID 14
plugin2manager.parentwindowDispose
PluginMain: processing StopAppletMessage, applet ID 13
Created Embedded Window com.sun.deploy.uitoolkit.impl.awt.AWTPluginEmbeddedFrameWindow@571688
PluginMain: setting size of applet 12 to (500, 500)
Made EmbeddedFrame for applet 12 visible
Applet2Manager.getJarFiles() for applet ID 12 Jar Files:null
Applet2Manager.getJarFiles() for applet ID 12 Jar Files:null
java.lang.InternalError: couldn't create component peer
at sun.awt.windows.WComponentPeer.checkCreation(Unknown Source)
at sun.awt.windows.WComponentPeer.<init>(Unknown Source)
at sun.awt.windows.WCanvasPeer.<init>(Unknown Source)
at sun.awt.windows.WPanelPeer.<init>(Unknown Source)
at sun.awt.windows.WWindowPeer.<init>(Unknown Source)
at sun.awt.windows.WFramePeer.<init>(Unknown Source)
at sun.awt.windows.WEmbeddedFramePeer.<init>(Unknown Source)
at sun.awt.windows.WToolkit.createEmbeddedFrame(Unknown Source)
at sun.awt.windows.WEmbeddedFrame.addNotify(Unknown Source)
at sun.plugin2.main.client.PluginEmbeddedFrame.addNotify(Unknown Source)
at sun.awt.windows.WEmbeddedFrame.<init>(Unknown Source)
at sun.plugin2.main.client.PluginEmbeddedFrame.<init>(Unknown Source)
at com.sun.deploy.uitoolkit.impl.awt.AWTPluginEmbeddedFrameWindow.<init>(Unknown Source)
at com.sun.deploy.uitoolkit.impl.awt.AWTPluginWindowFactory.createWindow(Unknown Source)
at sun.plugin2.main.client.PluginMain$StartAppletRunner.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
PluginMain: could not create embedded frame
PluginMain.abortStartApplet for applet ID 14
Created Embedded Window com.sun.deploy.uitoolkit.impl.awt.AWTPluginEmbeddedFrameWindow@1274873
PluginMain: setting size of applet 13 to (500, 500)
Made EmbeddedFrame for applet 13 visible
PluginMain.StartAppletListener: appletLoaded for applet ID 12
plugin2manager.parentwindowDispose
PluginMain: processing StopAppletMessage, applet ID 12
plugin2manager.parentwindowDispose
Applet2Manager executing destroyTGAndAC() for entry file:/C:/
PluginMain: starting applet ID 15 in parent window 0x6103c2 with parameters:
Document base = file:/C:/index.html
mayscript=
docbase=
height=500
width=500
name=HODApplet1
launchjnlp=
code=java.applet.Applet
java_version=1.7.0
legacy_lifecycle=false
codebase=file:///C:/
Applet2Manager.getJarFiles() for applet ID 15 Jar Files:null
Applet2ClassLoaderCache using zombie list entry for file:/C:/
Applet2Manager executing createTGAndAC() for entry file:/C:/
Applet2Manager.getClassLoaderCacheEntry() for applet ID 15: ClassLoader=sun.plugin2.applet.Applet2ClassLoader@~0x123b9c1, ThreadGroup=sun.plugin2.applet.Applet2ThreadGroup@~0x11e31ea, AppContext=com.sun.deploy.uitoolkit.impl.awt.AWTAppContext@~0x15f0688
Created Embedded Window com.sun.deploy.uitoolkit.impl.awt.AWTPluginEmbeddedFrameWindow@11d5d85
PluginMain: setting size of applet 15 to (500, 500)
Made EmbeddedFrame for applet 15 visible
Applet2Manager.getJarFiles() for applet ID 15 Jar Files:null
Applet2Manager.getJarFiles() for applet ID 15 Jar Files:null
PluginMain.StartAppletListener: appletLoaded for applet ID 15
PluginMain: starting applet ID 16 in parent window 0x67032a with parameters:
Document base = file:/C:/index.html
mayscript=
docbase=
height=500
width=500
name=HODApplet3
launchjnlp=
code=java.applet.Applet
java_version=1.7.0
legacy_lifecycle=false
codebase=file:///C:/
Applet2Manager.getJarFiles() for applet ID 16 Jar Files:null
Applet2ClassLoaderCache reusing entry for file:/C:/
Applet2Manager.getClassLoaderCacheEntry() for applet ID 16: ClassLoader=sun.plugin2.applet.Applet2ClassLoader@~0x123b9c1, ThreadGroup=sun.plugin2.applet.Applet2ThreadGroup@~0x11e31ea, AppContext=com.sun.deploy.uitoolkit.impl.awt.AWTAppContext@~0x15f0688
PluginMain: starting applet ID 17 in parent window 0x5503b6 with parameters:
Document base = file:/C:/index.html
mayscript=
docbase=
height=500
width=500
name=HODApplet2
launchjnlp=
code=java.applet.Applet
java_version=1.7.0
legacy_lifecycle=false
codebase=file:///C:/
Applet2Manager.getJarFiles() for applet ID 17 Jar Files:null
Applet2ClassLoaderCache reusing entry for file:/C:/
Applet2Manager.getClassLoaderCacheEntry() for applet ID 17: ClassLoader=sun.plugin2.applet.Applet2ClassLoader@~0x123b9c1, ThreadGroup=sun.plugin2.applet.Applet2ThreadGroup@~0x11e31ea, AppContext=com.sun.deploy.uitoolkit.impl.awt.AWTAppContext@~0x15f0688
Created Embedded Window com.sun.deploy.uitoolkit.impl.awt.AWTPluginEmbeddedFrameWindow@1b9cdfc
PluginMain: setting size of applet 16 to (500, 500)
Made EmbeddedFrame for applet 16 visible
Applet2Manager.getJarFiles() for applet ID 16 Jar Files:null
Applet2Manager.getJarFiles() for applet ID 16 Jar Files:null
Created Embedded Window com.sun.deploy.uitoolkit.impl.awt.AWTPluginEmbeddedFrameWindow@11c1463
PluginMain: setting size of applet 17 to (500, 500)
Made EmbeddedFrame for applet 17 visible
Applet2Manager.getJarFiles() for applet ID 17 Jar Files:null
Applet2Manager.getJarFiles() for applet ID 17 Jar Files:null
PluginMain.StartAppletListener: appletLoaded for applet ID 16
PluginMain.StartAppletListener: appletLoaded for applet ID 17
PluginMain: setting size of applet 15 to (500, 500)
Calling synthesizeWindowActivation(true) for applet 15
Called PluginEmbeddedFrame.requestFocus()
Calling synthesizeWindowActivation(true) for applet 15
Called PluginEmbeddedFrame.requestFocus()
Calling synthesizeWindowActivation(true) for applet 15
Called PluginEmbeddedFrame.requestFocus()
Calling synthesizeWindowActivation(true) for applet 15
Called PluginEmbeddedFrame.requestFocus()
==================================================================
OS: Windows XP version 2002 SP2
Jre1.7.0-ea-b133
I follow the instructions in the CR4684648 like these:
==================================================================
Here is the most primitive/powerful stress test for IE plugin:
1] copy the source of [index.html] from below into a local file (for example c:\index.html)
2] open [c:\index.html] in IE
2a] allow active document context in an IE warning toolbar.
3] set focus to an address toolbar.
4] push F5 button.
5] relax in a minute with pressed key (be sure that IE does not loose keyboard focus)
NO CRASH!
Regards,
-uta
==========================================================
index.html
==========================================================
<html>
<HEAD>
<meta HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
<title>Applet Test</title>
</head>
<body>
<center>
<APPLET MAYSCRIPT name="HODApplet1" code="java.applet.Applet" WIDTH="500" HEIGHT="500">
<Param name="legacy_lifecycle" value="false">
</Applet>
<APPLET MAYSCRIPT name="HODApplet2" code="java.applet.Applet" WIDTH="500" HEIGHT="500">
<Param name="legacy_lifecycle" value="false">
</Applet>
<APPLET MAYSCRIPT name="HODApplet3" code="java.applet.Applet" WIDTH="500" HEIGHT="500">
<Param name="legacy_lifecycle" value="false">
</Applet>
</center>
</body>
</html>
====================================================================
I tried alt+f6, no crash. But as the instructions described in the above, I tried f5 for several times and it failed with a crash.
Following is the trace:
===================================================
Java Plug-in 1.7.0
Using JRE version 1.7.0-ea-b133 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\javafx
----------------------------------------------------
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
r: reload policy configuration
s: dump system and deployment properties
t: dump thread list
v: dump thread stack
x: clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------
PluginMain: starting applet ID 12 in parent window 0x66032a with parameters:
Document base = file:/C:/index.html
mayscript=
docbase=
height=500
width=500
name=HODApplet1
launchjnlp=
code=java.applet.Applet
java_version=1.7.0
legacy_lifecycle=false
codebase=file:///C:/
Applet2Manager.getJarFiles() for applet ID 12 Jar Files:null
Applet2ClassLoaderCache created new entry for file:/C:/
Applet2Manager executing createAll() for entry file:/C:/
Applet2Manager.getClassLoaderCacheEntry() for applet ID 12: ClassLoader=sun.plugin2.applet.Applet2ClassLoader@~0x123b9c1, ThreadGroup=sun.plugin2.applet.Applet2ThreadGroup@~0xdfbabd, AppContext=com.sun.deploy.uitoolkit.impl.awt.AWTAppContext@~0x786e16
PluginMain: starting applet ID 13 in parent window 0x4e0328 with parameters:
Document base = file:/C:/index.html
mayscript=
docbase=
height=500
width=500
name=HODApplet2
launchjnlp=
code=java.applet.Applet
java_version=1.7.0
legacy_lifecycle=false
codebase=file:///C:/
Applet2Manager.getJarFiles() for applet ID 13 Jar Files:null
Applet2ClassLoaderCache reusing entry for file:/C:/
Applet2Manager.getClassLoaderCacheEntry() for applet ID 13: ClassLoader=sun.plugin2.applet.Applet2ClassLoader@~0x123b9c1, ThreadGroup=sun.plugin2.applet.Applet2ThreadGroup@~0xdfbabd, AppContext=com.sun.deploy.uitoolkit.impl.awt.AWTAppContext@~0x786e16
PluginMain: starting applet ID 14 in parent window 0x4703a4 with parameters:
Document base = file:/C:/index.html
mayscript=
docbase=
height=500
width=500
name=HODApplet3
launchjnlp=
code=java.applet.Applet
java_version=1.7.0
legacy_lifecycle=false
codebase=file:///C:/
Applet2Manager.getJarFiles() for applet ID 14 Jar Files:null
Applet2ClassLoaderCache reusing entry for file:/C:/
Applet2Manager.getClassLoaderCacheEntry() for applet ID 14: ClassLoader=sun.plugin2.applet.Applet2ClassLoader@~0x123b9c1, ThreadGroup=sun.plugin2.applet.Applet2ThreadGroup@~0xdfbabd, AppContext=com.sun.deploy.uitoolkit.impl.awt.AWTAppContext@~0x786e16
PluginMain: processing StopAppletMessage, applet ID 14
plugin2manager.parentwindowDispose
PluginMain: processing StopAppletMessage, applet ID 13
Created Embedded Window com.sun.deploy.uitoolkit.impl.awt.AWTPluginEmbeddedFrameWindow@571688
PluginMain: setting size of applet 12 to (500, 500)
Made EmbeddedFrame for applet 12 visible
Applet2Manager.getJarFiles() for applet ID 12 Jar Files:null
Applet2Manager.getJarFiles() for applet ID 12 Jar Files:null
java.lang.InternalError: couldn't create component peer
at sun.awt.windows.WComponentPeer.checkCreation(Unknown Source)
at sun.awt.windows.WComponentPeer.<init>(Unknown Source)
at sun.awt.windows.WCanvasPeer.<init>(Unknown Source)
at sun.awt.windows.WPanelPeer.<init>(Unknown Source)
at sun.awt.windows.WWindowPeer.<init>(Unknown Source)
at sun.awt.windows.WFramePeer.<init>(Unknown Source)
at sun.awt.windows.WEmbeddedFramePeer.<init>(Unknown Source)
at sun.awt.windows.WToolkit.createEmbeddedFrame(Unknown Source)
at sun.awt.windows.WEmbeddedFrame.addNotify(Unknown Source)
at sun.plugin2.main.client.PluginEmbeddedFrame.addNotify(Unknown Source)
at sun.awt.windows.WEmbeddedFrame.<init>(Unknown Source)
at sun.plugin2.main.client.PluginEmbeddedFrame.<init>(Unknown Source)
at com.sun.deploy.uitoolkit.impl.awt.AWTPluginEmbeddedFrameWindow.<init>(Unknown Source)
at com.sun.deploy.uitoolkit.impl.awt.AWTPluginWindowFactory.createWindow(Unknown Source)
at sun.plugin2.main.client.PluginMain$StartAppletRunner.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
PluginMain: could not create embedded frame
PluginMain.abortStartApplet for applet ID 14
Created Embedded Window com.sun.deploy.uitoolkit.impl.awt.AWTPluginEmbeddedFrameWindow@1274873
PluginMain: setting size of applet 13 to (500, 500)
Made EmbeddedFrame for applet 13 visible
PluginMain.StartAppletListener: appletLoaded for applet ID 12
plugin2manager.parentwindowDispose
PluginMain: processing StopAppletMessage, applet ID 12
plugin2manager.parentwindowDispose
Applet2Manager executing destroyTGAndAC() for entry file:/C:/
PluginMain: starting applet ID 15 in parent window 0x6103c2 with parameters:
Document base = file:/C:/index.html
mayscript=
docbase=
height=500
width=500
name=HODApplet1
launchjnlp=
code=java.applet.Applet
java_version=1.7.0
legacy_lifecycle=false
codebase=file:///C:/
Applet2Manager.getJarFiles() for applet ID 15 Jar Files:null
Applet2ClassLoaderCache using zombie list entry for file:/C:/
Applet2Manager executing createTGAndAC() for entry file:/C:/
Applet2Manager.getClassLoaderCacheEntry() for applet ID 15: ClassLoader=sun.plugin2.applet.Applet2ClassLoader@~0x123b9c1, ThreadGroup=sun.plugin2.applet.Applet2ThreadGroup@~0x11e31ea, AppContext=com.sun.deploy.uitoolkit.impl.awt.AWTAppContext@~0x15f0688
Created Embedded Window com.sun.deploy.uitoolkit.impl.awt.AWTPluginEmbeddedFrameWindow@11d5d85
PluginMain: setting size of applet 15 to (500, 500)
Made EmbeddedFrame for applet 15 visible
Applet2Manager.getJarFiles() for applet ID 15 Jar Files:null
Applet2Manager.getJarFiles() for applet ID 15 Jar Files:null
PluginMain.StartAppletListener: appletLoaded for applet ID 15
PluginMain: starting applet ID 16 in parent window 0x67032a with parameters:
Document base = file:/C:/index.html
mayscript=
docbase=
height=500
width=500
name=HODApplet3
launchjnlp=
code=java.applet.Applet
java_version=1.7.0
legacy_lifecycle=false
codebase=file:///C:/
Applet2Manager.getJarFiles() for applet ID 16 Jar Files:null
Applet2ClassLoaderCache reusing entry for file:/C:/
Applet2Manager.getClassLoaderCacheEntry() for applet ID 16: ClassLoader=sun.plugin2.applet.Applet2ClassLoader@~0x123b9c1, ThreadGroup=sun.plugin2.applet.Applet2ThreadGroup@~0x11e31ea, AppContext=com.sun.deploy.uitoolkit.impl.awt.AWTAppContext@~0x15f0688
PluginMain: starting applet ID 17 in parent window 0x5503b6 with parameters:
Document base = file:/C:/index.html
mayscript=
docbase=
height=500
width=500
name=HODApplet2
launchjnlp=
code=java.applet.Applet
java_version=1.7.0
legacy_lifecycle=false
codebase=file:///C:/
Applet2Manager.getJarFiles() for applet ID 17 Jar Files:null
Applet2ClassLoaderCache reusing entry for file:/C:/
Applet2Manager.getClassLoaderCacheEntry() for applet ID 17: ClassLoader=sun.plugin2.applet.Applet2ClassLoader@~0x123b9c1, ThreadGroup=sun.plugin2.applet.Applet2ThreadGroup@~0x11e31ea, AppContext=com.sun.deploy.uitoolkit.impl.awt.AWTAppContext@~0x15f0688
Created Embedded Window com.sun.deploy.uitoolkit.impl.awt.AWTPluginEmbeddedFrameWindow@1b9cdfc
PluginMain: setting size of applet 16 to (500, 500)
Made EmbeddedFrame for applet 16 visible
Applet2Manager.getJarFiles() for applet ID 16 Jar Files:null
Applet2Manager.getJarFiles() for applet ID 16 Jar Files:null
Created Embedded Window com.sun.deploy.uitoolkit.impl.awt.AWTPluginEmbeddedFrameWindow@11c1463
PluginMain: setting size of applet 17 to (500, 500)
Made EmbeddedFrame for applet 17 visible
Applet2Manager.getJarFiles() for applet ID 17 Jar Files:null
Applet2Manager.getJarFiles() for applet ID 17 Jar Files:null
PluginMain.StartAppletListener: appletLoaded for applet ID 16
PluginMain.StartAppletListener: appletLoaded for applet ID 17
PluginMain: setting size of applet 15 to (500, 500)
Calling synthesizeWindowActivation(true) for applet 15
Called PluginEmbeddedFrame.requestFocus()
Calling synthesizeWindowActivation(true) for applet 15
Called PluginEmbeddedFrame.requestFocus()
Calling synthesizeWindowActivation(true) for applet 15
Called PluginEmbeddedFrame.requestFocus()
Calling synthesizeWindowActivation(true) for applet 15
Called PluginEmbeddedFrame.requestFocus()
==================================================================
- duplicates
-
JDK-6998716 client vm crashes making browser fails to respond under some scenarios
-
- Closed
-
- relates to
-
JDK-4684648 Browser hang-up when Alt+F6 press
-
- Closed
-