mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r22300] Purpose:
Fix for HDFFV-8001 - h5unjam: segfault when used -V (show version) option Description: h5unjam has an option '-V' to display version information. "h5unjam -V" caused segfulat for 1.8.9 pre-release. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE cmake), Cmake (jam)
This commit is contained in:
parent
a07c8f9247
commit
41b9ce962a
@ -696,6 +696,8 @@ Bug Fixes since HDF5-1.8.0 release
|
||||
|
||||
Tools
|
||||
-----
|
||||
- h5unjam: Fixed sefgault when used -V (show version) option.
|
||||
HDFFV-8001 (JKM 2012/04/19)
|
||||
- h5repack: Fixed a failure when change the chunk size of a specified
|
||||
chunked dataset with unlimited max dims. HDFFV-7993 (JKM 2012/04/11)
|
||||
- h5diff: Fixed failure for comparing same named object with different
|
||||
|
@ -243,6 +243,9 @@ main(int argc, const char *argv[])
|
||||
H5Eget_auto2(H5E_DEFAULT, &func, &edata);
|
||||
H5Eset_auto2(H5E_DEFAULT, NULL, NULL);
|
||||
|
||||
/* Initialize h5tools lib */
|
||||
h5tools_init();
|
||||
|
||||
parse_command_line(argc, argv);
|
||||
|
||||
if (input_file == NULL) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user