hdf5/tools/h5dump
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
..
Dependencies [svn-r6576] Purpose: 2003-04-03 08:46:11 -05:00
h5dump.c [svn-r6787] Purpose: 2003-04-30 17:44:20 -05:00
h5dump.h
h5dumpgentest.c [svn-r6946] Purpose: 2003-06-02 18:32:33 -05:00
Makefile.in
testh5dump.sh [svn-r6785] Purpose: 2003-04-30 17:37:06 -05:00