Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 24780 invoked from network); 15 Sep 2010 09:53:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Sep 2010 09:53:16 -0000 Received: (qmail 14706 invoked by uid 500); 15 Sep 2010 09:53:16 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 14530 invoked by uid 500); 15 Sep 2010 09:53:13 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 14508 invoked by uid 99); 15 Sep 2010 09:53:13 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Sep 2010 09:53:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Sep 2010 09:52:55 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8F9qYxF003092 for ; Wed, 15 Sep 2010 09:52:34 GMT Message-ID: <4101075.201341284544354184.JavaMail.jira@thor> Date: Wed, 15 Sep 2010 05:52:34 -0400 (EDT) From: "Mark Hindess (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-6641) [classlib][luni] FloatParser returns wrong value and uses 1GB memory and 100% cpu In-Reply-To: <3442240.5661283483193674.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-6641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Hindess resolved HARMONY-6641. ----------------------------------- Fix Version/s: 5.0M16 Resolution: Fixed > [classlib][luni] FloatParser returns wrong value and uses 1GB memory and 100% cpu > --------------------------------------------------------------------------------- > > Key: HARMONY-6641 > URL: https://issues.apache.org/jira/browse/HARMONY-6641 > Project: Harmony > Issue Type: Bug > Components: Classlib > Affects Versions: 5.0M14 > Environment: all > Reporter: Shi Jun Zhang > Assignee: Mark Hindess > Fix For: 5.0M16 > > Attachments: HARMONY-6641-v2.diff, HARMONY-6641.diff > > > Float.valueOf("320.0E+2147483647") will return 32.0 and Float.valueOf("-1.4E-2147483314") will use 1GB memory, 100% cpu and hang. RI will return infinity and -0.0 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.