JDK-6586045 : browser crashes on an XP japanese machine with 6u5 deploy nightly build
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u4
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2007-07-26
  • Updated: 2010-09-17
  • Resolved: 2008-06-17
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 JDK 6 JDK 7
5.0u14Fixed 6u10 b02Fixed 7Fixed
Description
Using the nightly build from:
http://j2se.east/plugin/1.6.0_04-nightly/2007-07-25.11_44/windows-i586/ 

Both IE and FF browsers crash if the java console is invoked from the browser.
At this point, this problem reproduces on one windows XP machine with ja locale.
Machine name: lettuce.east

To reproduce:
- install the above 6u4 nightly build
- open a browser (IE or FF)
- invoke java console from the tools menu

The problem is reproduced if the browser crashes.

With IE, a hs err log is generated when the browser crashes.
Attaching the hs err log.

Comments
EVALUATION Attaching native call stack (IE-stack2.txt). The crash seems to due to jpishare.dll tries to call java to load itself again. The piece of code was in 1.2.2 for Symantec JIT support. Eliminating that piece of code fixes the problem.
26-07-2007