Defects Index  | Documentation Table of Contents 


00/06/01 DEFECT IN PROGRAM pages


SYMPTOM: Failure with integer overflow after data processing was complete.
PROBLEM: An extreme/pathological test generated EOP values that were several orders of magnitude too large. When these values were rescaled and converted to integer*4 values for printing into the standard format for transfer to NEOS and the IERS, these overflowed the 2147483648 limit of I*4 integers.
CORRECTION: eopadj.f Before printing the EOP transfer file, check the value of EOP parameters and limit them to be within bounds which can be printed (and thereby limit the to values which can be stored in I*4 variables).
FOUND BY: R. Dulaney and M. Schenewerk 00/06/01
FIXED BY: M. Schenewerk 00/06/01

VERSION: 0006.01
SOURCE: /g1/HPUX.10/Src/Page5
EXECUTABLE: /ngslib/hpux/bin
NOTES:



000601.pages
June 01, 2000
Steve Hilla