-
Bug
-
Resolution: Fixed
-
P2
-
5.0u14, 5.0u15, 6u4
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2171219 | 6-pool | Yuri Nesterenko | P2 | Closed | Duplicate | |
JDK-2175512 | 5.0u19 | Ragini Prasad | P3 | Resolved | Fixed | b02 |
JDK-2187960 | 5.0u17-crev | Ragini Prasad | P2 | Resolved | Fixed | b04 |
JDK-2186310 | 5.0u16-crev | Ragini Prasad | P2 | Resolved | Fixed | b02 |
Java applet crashes IE 6 (Windows XP SP2) when running on 1.5.0_14.
The problem is not reproducible on 1.5.0_13.
The problem is very well reproducible, although not strictly, both on
single and dual processor machines.
1. Test case
------------
Please run attached test case AHS.zip on 1.5.0_14:
- uncompress AHS.zip
- cd AHS
- open StartaAHS.html in IE
1. click on the link to start AHS.
a separate window will open.
it shows a single tab named "Ärendeinfo"
2. close windows after initiated
- Repeat steps 1+2 until IE will crash (10 - 15 iterations most likely are enough)
2. hs_err_pid.log
-----------------
Hotspot error log reproducibly shows a crash in [awt.dll+0xc86bc]:
(see attached hs_err_pid3576.log)
Stack: [0x051b0000,0x052b0000), sp=0x052af9b4, free space=1022k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [awt.dll+0xc86bc]
C [USER32.dll+0x8709]
C [USER32.dll+0x87eb]
C [USER32.dll+0xb368]
C [USER32.dll+0xb3b4]
C [ntdll.dll+0xeae3]
C [USER32.dll+0x93df]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j sun.awt.windows.WToolkit.eventLoop()V+0
j sun.awt.windows.WToolkit.run()V+69
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
3. awt function
---------------
[awt.dll+0xc86bc] translates into
0:000> ln awt+0xc86bc
(6d0c86b0) awt!AwtComponent::ImmAssociateContext+0xc
The problem is not reproducible on 1.5.0_13.
The problem is very well reproducible, although not strictly, both on
single and dual processor machines.
1. Test case
------------
Please run attached test case AHS.zip on 1.5.0_14:
- uncompress AHS.zip
- cd AHS
- open StartaAHS.html in IE
1. click on the link to start AHS.
a separate window will open.
it shows a single tab named "Ärendeinfo"
2. close windows after initiated
- Repeat steps 1+2 until IE will crash (10 - 15 iterations most likely are enough)
2. hs_err_pid.log
-----------------
Hotspot error log reproducibly shows a crash in [awt.dll+0xc86bc]:
(see attached hs_err_pid3576.log)
Stack: [0x051b0000,0x052b0000), sp=0x052af9b4, free space=1022k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [awt.dll+0xc86bc]
C [USER32.dll+0x8709]
C [USER32.dll+0x87eb]
C [USER32.dll+0xb368]
C [USER32.dll+0xb3b4]
C [ntdll.dll+0xeae3]
C [USER32.dll+0x93df]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j sun.awt.windows.WToolkit.eventLoop()V+0
j sun.awt.windows.WToolkit.run()V+69
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
3. awt function
---------------
[awt.dll+0xc86bc] translates into
0:000> ln awt+0xc86bc
(6d0c86b0) awt!AwtComponent::ImmAssociateContext+0xc
- backported by
-
JDK-2186310 Java applet crashes IE 6 in AwtComponent::ImmAssociateContext()
-
- Resolved
-
-
JDK-2187960 Java applet crashes IE 6 in AwtComponent::ImmAssociateContext()
-
- Resolved
-
-
JDK-2175512 Java applet crashes IE 6 in AwtComponent::ImmAssociateContext()
-
- Resolved
-
-
JDK-2171219 Java applet crashes IE 6 in AwtComponent::ImmAssociateContext()
-
- Closed
-
- relates to
-
JDK-6536173 [Win] IE crashed in AwtComponent::ImmAssociateContext() when running applet.
-
- Closed
-
-
JDK-6824169 Need to remove some AWT class dependencies
-
- Resolved
-
(1 relates to)