summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-07-01 05:35:29 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-07-01 05:35:29 (GMT)
commit5e98cfee43a6755c258d0e7b9a3babea73c0534f (patch)
treec15e9463dba9a700e6542e6556eaee71564c1a3e /release_docs/RELEASE.txt
parent43f091f462202a84a863f000582e75fd6c04e6f4 (diff)
downloadhdf5-5e98cfee43a6755c258d0e7b9a3babea73c0534f.zip
hdf5-5e98cfee43a6755c258d0e7b9a3babea73c0534f.tar.gz
hdf5-5e98cfee43a6755c258d0e7b9a3babea73c0534f.tar.bz2
[svn-r11009] Purpose:
Bug fix Description: When a series of files is mounted on one another and one of those files is not unmounted, the library gets confused at shutdown and goes into an infinite loop in the file interface. Solution: If there are still files left in the "closing" state when shutting down the file API, iterate over those file IDs and unmount any child files that we find mounted on those files. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 132bbdb..1510e41 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -296,6 +296,8 @@ Bug Fixes since HDF5-1.6.0 release
Library
-------
+ - Fixed bug where unmounted files could cause the library to go into
+ an infinite loop when shutting down. QAK - 2005/06/30
- The library didn't save the information of family driver in file.
The original file member size was lost after file was closed (see
bug #213). This has been fixed by saving driver name and member