Bug 676148

Summary: infinite loop while parsing double literal
Product: Red Hat Enterprise Linux 6 Reporter: Siddhesh Poyarekar <spoyarek>
Component: java-1.6.0-openjdkAssignee: Deepak Bhole <dbhole>
Status: CLOSED CURRENTRELEASE QA Contact: BaseOS QE - Apps <qe-baseos-apps>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0CC: ahughes, dbhole, jvanek, langel, lkundrak, mjw, mmatejov, mnewsome, omajid
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 676147
: 676149 (view as bug list) Environment:
Last Closed: 2011-04-11 18:38:03 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 676147    
Bug Blocks: 676149    

Description Siddhesh Poyarekar 2011-02-08 23:04:08 UTC
+++ This bug was initially created as a clone of Bug #676147 +++

Description of problem:
java hangs when trying to parse the double literal 2.2250738585072012e-308.

Version-Release number of selected component (if applicable):
java-1.6.0-openjdk-1.6.0.0-1.21.b17.el6.x86_64

How reproducible:
Always

Steps to Reproduce:
1. 

$ cat > runhang.java
class runhang {
public static void main(String[] args) {
  System.out.println("Test:");
  double d = Double.parseDouble("2.2250738585072012e-308");
  System.out.println("Value: " + d);
 }
}

2.

$ javac runhang.java

3.

$ java runhang
  
Actual results:
Hang

Expected results:
No hang

Additional info:

This is the same as upstream bug:

https://bugs.openjdk.java.net/show_bug.cgi?id=100119

Comment 1 Deepak Bhole 2011-04-11 18:38:03 UTC
Fix is in IcedTea6 1.7.10 which is in RHEL6