Defects Index  | Documentation Table of Contents 


98/04/16 DEFECT in program editdb


SYMPTOM: Catastrophic failure on a subset of days in a project
PROBLEM: editdb stores data in arrays. These arrays had been dimensioned to a number equal to 1 day of 30 sec epochs plus 1 = 2881. The subset of days had slightly longer than 24 hours of data.
CORRECTION: In loaddata.f, trap epochs greater than array limit, mxpt; print message and fail more gracefully. In sizes.par, upped array dimesion from 2881 to 3601: a number equal to 1.25 days of 30 sec epochs plus 1.
FOUND BY: M. Morrison 98/04/16
FIXED BY M. Schenewerk 98/04/16

VERSION: 9804.16
SOURCE: /g1/HPUX.10/Src/Editdb /g1/HPUX.09/Src/Editdb
EXECUTABLE: /g1/HPUX.10/Bin /g1/HPUX.09/Bin
NOTES: This modification has no effect on data sets less than 24 hr in duration.



980416.editdb
June 25, 1999
Steve Hilla