GNU Scientific Library - Bugs: bug #48702, gsl_sf_ellint_Kcomp stalls on...
You are not allowed to post comments on this tracker with your current authentication level.
bug #48702: gsl_sf_ellint_Kcomp stalls on GSL_NAN
Submitter: | Patrick Alken <psa> | ||
Submitted: | Thu 04 Aug 2016 09:16:55 PM UTC | ||
Category: | Runtime error | Severity: | 3 - Normal |
Operating System: | Status: | None | |
Assigned to: | None | Open/Closed: | Open |
Release: |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
No changes have been made to this item
from victor =dot= zverovich =at= gmail =dot= com
Running
gsl_sf_ellint_Kcomp(GSL_NAN, GSL_PREC_DOUBLE);
stalls on EPEL6 instead of giving an error as it does on some other systems
(like Ubuntu 16.04 with gcc 5.3.1):
.../ellint.c:225: ERROR: too many iterations error
Default GSL error handler invoked.
This issue has initially been reported here:
https://github.com/ampl/mp/issues/103.
Version of GSL used: 2.1
Thanks,
Victor