You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2004/06/06 19:24:50 UTC

DO NOT REPLY [Bug 29414] New: - FDistribution -- java stack overflow

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29414>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29414

FDistribution -- java stack overflow

           Summary: FDistribution -- java stack overflow
           Product: Commons
           Version: Nightly Builds
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Math
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: scott@duchin.com


This bug goes back to at least the beginning of March, tested on June 5 build.
The following block creates a java stack overflow:

try {
    org.apache.commons.math.distribution.FDistributionImpl fd =
    new org.apache.commons.math.distribution.FDistributionImpl(100000., 
100000.);
    double est;
    est = fd.cumulativeProbability(1.);
    _logger.info("1.=" + est);
} catch (Exception jle) {
    jle.printStackTrace();
    return;
}

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org