hdf5/tools
Albert Cheng 94bf3a6d7b [svn-r6946] Purpose:
Bug fix

Description:
This would sometimes coredump in machines like PSC Alpha cluster
or linux icc if -g is not used.

Solution:
The real problem was because char string arrays were declared
without including space for the null terminator.  E.g.,
   char s[5][2]={ "s1", "s2", ...}
is not correct.  Increased the size and also need to change
the H5S... definitions too.

Platforms tested:
"h5committested"--the h5dumpgentest passed without problem though
it failed in Fortran but that is a current known problem.
Tested in verbena using icc and also in PSC's cluster.

Misc. update:
Can't find this error in the v1.5 know problem list.
2003-06-02 18:32:33 -05:00
..
gifconv [svn-r6576] Purpose: 2003-04-03 08:46:11 -05:00
h5diff [svn-r6943] Purpose: 2003-06-02 11:30:40 -05:00
h5dump [svn-r6946] Purpose: 2003-06-02 18:32:33 -05:00
h5import [svn-r6846] Purpose: 2003-05-12 10:56:49 -05:00
h5ls [svn-r6913] Purpose: 2003-05-22 17:31:07 -05:00
lib [svn-r6576] Purpose: 2003-04-03 08:46:11 -05:00
misc [svn-r6926] Purpose: 2003-05-29 16:59:17 -05:00
testfiles [svn-r6943] Purpose: 2003-06-02 11:30:40 -05:00
Dependencies [svn-r3492] Purpose: 2001-02-22 17:01:58 -05:00
Makefile.in [svn-r6583] 2003-04-03 15:00:42 -05:00