[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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user