Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Feb 2000 20:38:22 -0800 (PST)
From:      nobu@rd.isac.co.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   alpha/17032: strtod(3) floating exception
Message-ID:  <200002280438.UAA89470@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         17032
>Category:       alpha
>Synopsis:       strtod(3) floating exception
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-alpha
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 27 20:40:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Nobuhiro Yasutomi
>Release:        4.0-20000208-CURRENT
>Organization:
ISAC, Inc.
>Environment:
FreeBSD andy.rd.isac.co.jp 4.0-20000208-CURRENT FreeBSD 4.0-20000208-CURRENT #0: Tue Feb  8 12:09:59 GMT 2000     jkh@beast.freebsd.org:/usr/src/sys/compile/GENERIC  alpha

>Description:
strtod(3) make floating exception when smallest value convert.

>How-To-Repeat:
try following saple:

#include <stdlib.h>
main(){
   double a=strtod("2.2250738585072014e-308", NULL);
   printf("%g\n", a);
}

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002280438.UAA89470>