• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Problems with some 1.6.0_02 JRE builds - crashes IE

 
Ranch Hand
Posts: 624
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is an informational post to my fellow ranchers. (I searched JavaRanch to see if this was already posted elsewhere, but did not find any hits.)

There was a problem with the first publicly released builds Java 6 Upgrade 2 (aka 1.6.0_02) JRE (Java Runtime Environment). The associated Java Plug-In will cause Internet Explorer (IE) to consistently crash. You do not need to be actively using a Java Applet or JWS Application for the problem to occur. So in other words, the JRE Plug-In wasn't even running. Therefore, this issue will affect anyone that installs a bad build, up to an including build 5 (1.6.0_02-b05), of JRE 6u2, not just applet users. (I am merely posting this in the Applet forum, since I figured it was the most appropriate one.)

(For me, the issue manifested itself on both on both my home PC and work PC after installing it. IE would just crash, typically if a pop-up window or an external window tried to open.)

You can see Sun Bug Reports 6578549 & 6559438, and this Reiner Saddey's Place blog entry for details. Although the bug report states IE 7, I had the issue with IE 6.

The fix is to use build 6 of JRE 6 Upgrade 2 (1.6.0_02-b06). This version is now the Sun download page (with the link explicitly labeled as build 6). However, since the bad build was publicly available for awhile, it will be in the wild.

To help you determine the version of any installation executables you may have already downloaded, here are the hash values for the build 6 windows installers:

jre-6u2-windows-i586-p.exe (build 6)
    MD5: 490fe7990bade62ba648ad4dfa08484a
    SHA-1: 43b21647fe2b7f053c6b40b0140432ab4d6029d9
jdk-6u2-windows-i586-p.exe (build 6)
    MD5: 72a73e37d5e0724c7a3d9374a126e4cf
    SHA-1: b8bb3d7336a39de1d2c345940274482438ae6764
 
expectation is the root of all heartache - shakespeare. tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic