[svn-r22164] Fixed a bug in H5Ocopy(): When copying an opened object, call the object's

flush class action to ensure that cached data is flushed so that H5Ocopy will get
the correct data.  (HDFFV-7853)
This commit is contained in:
Vailin Choi
2012-03-28 01:21:14 -05:00
parent 0ce5cbc925
commit b643da672a
10 changed files with 408 additions and 12 deletions

View File

@@ -373,6 +373,10 @@ Bug Fixes since HDF5-1.8.0 release
Library
-------
- Fixed a bug in H5Ocopy(): When copying an opened object, call the
object's flush class action to ensure that cached data is flushed
so that H5Ocopy will get the correct data.
(VC - 2012/3/27 - HDFFV-7853)
- When an application tries to write or read many small data chunks and
runs out of memory, the library had a seg fault. The fix is to
return the error stack with proper information. (SLU - 2012/3/23.