summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2012-03-23 16:09:08 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2012-03-23 16:09:08 (GMT)
commit1116fc1e5e0cf48193726bc445079810dc1176fc (patch)
treea0ef319803496b6cd5d959be7522bf3e9d4c2faa /release_docs
parent97483389cbaee7033622f2de3b844e8bc3a59054 (diff)
downloadhdf5-1116fc1e5e0cf48193726bc445079810dc1176fc.zip
hdf5-1116fc1e5e0cf48193726bc445079810dc1176fc.tar.gz
hdf5-1116fc1e5e0cf48193726bc445079810dc1176fc.tar.bz2
[svn-r22135] I added an item for Issue 7785. No test is needed.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index f0f296c..899dc83 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -368,6 +368,10 @@ Bug Fixes since HDF5-1.8.0 release
Library
-------
+ - 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.
+ Issue 7785)
- H5Pset_data_transform had seg fault in some cases like x*-100. It
works correctly now and handles other cases like 100-x or 2/x.
(SLU - 2012/3/15. Issue 7922)