diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-06-02 23:32:33 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-06-02 23:32:33 (GMT) |
commit | 94bf3a6d7b302bd1abedc848a7855898adfb79c0 (patch) | |
tree | 8e0aea491de542eb1d6d7992a517a9dfb2acfe0d /c++/src/H5DxferProp.cpp | |
parent | db2631c956a4e98c0bc524c05c497b9725887019 (diff) | |
download | hdf5-94bf3a6d7b302bd1abedc848a7855898adfb79c0.zip hdf5-94bf3a6d7b302bd1abedc848a7855898adfb79c0.tar.gz hdf5-94bf3a6d7b302bd1abedc848a7855898adfb79c0.tar.bz2 |
[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.
Diffstat (limited to 'c++/src/H5DxferProp.cpp')
0 files changed, 0 insertions, 0 deletions