diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-11-12 20:04:00 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-11-12 20:04:00 (GMT) |
commit | 53d751ee4714eb8d77bf054e5e78e4ec8d2a75b7 (patch) | |
tree | cfb513cbaad51ceceaba3effbff83487d0740fe6 | |
parent | 164b8083f0cb3bdcc90d0aceb6ae63c58355c0b8 (diff) | |
download | hdf5-53d751ee4714eb8d77bf054e5e78e4ec8d2a75b7.zip hdf5-53d751ee4714eb8d77bf054e5e78e4ec8d2a75b7.tar.gz hdf5-53d751ee4714eb8d77bf054e5e78e4ec8d2a75b7.tar.bz2 |
[svn-r4601] Purpose:
Document bug fix.
Description:
The internal B-tree code was dumping core with an assertion failure when
flushing data to the file if too many objects were put into the same B-tree
(forcing the root node to split, I think).
Solution:
Fixed the B-tree copy routine to copy the correct number of raw keys.
Platforms tested:
FreeBSD 4.4 (hawkwind), Solaris 2.6 (baldric)
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 518a7bf..6202455 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -86,6 +86,8 @@ Library currently. * Fixed a bug where 'or'ing a hyperslab with a 'none' selection would fail. Now adds that hyperslab as the first hyperlab in the selection. + * Fixed a bug in internal B-tree code where a B-tree was not being copied + correctly. Configuration ------------- |