Go to file
Quincey Koziol 0a612f0a61 [svn-r4868] Purpose:
Bug fixes

Description:
    This checkin addresses two separate bugs:
     #1 - When a compound datatype with a VL datatype as a field is used
            to read or write data, the datatype conversion paths added to
            the table of paths were treating the VL datatypes somewhat too
            genericly - they weren't dicriminating between VL datatypes used
            in different files and therefore there was the possibility that
            a path in the table having information for one file could get used
            with a second file, causing errors or core dumps (if the first
            file was closed before the later file used the path).
     #2 - When composite (compound, array or VL) datatype paths in the datatype
            conversion table are being tested to see if they can be used for
            the current datatypes being converted, they can cause additional
            conversion paths to be registered in the conversion path table.
            Since this causes the global table to change size and entries to
            move around, it is possible that the local variables tracking a
            potential path could become incorrect as the global table was
            changed out from underneath them.

    Both bugs fixed are described in bug #703

Solution:
    Two separate fixes:
     #1 - Changed H5T_cmp to differentiate between VL datatypes in different
            files and not to return datatypes in two different files as equal.
     #2 - Note size of global table before evaluating datatype paths.  Then,
            after the appropriate path has been chosen, check if the size of
            the global table has changed and recompute the position of the path
            chosen in the table if necessary.

Platforms tested:
    FreeBSD 4.5 (sleipnir)
2002-01-27 00:20:16 -05:00
bin [svn-r4682] Purpose: 2001-12-06 16:42:41 -05:00
c++ [svn-r4850] 2002-01-22 17:58:14 -05:00
config [svn-r4794] Purpose: 2002-01-07 17:32:16 -05:00
doc [svn-r4864] Snapshot version 1.5 release 19 2002-01-26 05:16:37 -05:00
examples [svn-r4757] Purpose: 2001-12-30 00:23:38 -05:00
fortran [svn-r4866] 2002-01-26 10:48:49 -05:00
hl/tools/gif2h5 [svn-r4643] Purpose: 2001-11-27 11:29:13 -05:00
pablo [svn-r4757] Purpose: 2001-12-30 00:23:38 -05:00
perform [svn-r4818] 2002-01-11 15:30:02 -05:00
release_docs [svn-r4864] Snapshot version 1.5 release 19 2002-01-26 05:16:37 -05:00
src [svn-r4868] Purpose: 2002-01-27 00:20:16 -05:00
test [svn-r4851] Purpose: 2002-01-23 16:28:24 -05:00
testpar [svn-r4582] Purpose: 2001-11-02 10:21:51 -05:00
tools [svn-r4783] 2002-01-05 11:36:59 -05:00
windows [svn-r4829] 2002-01-15 11:55:40 -05:00
acconfig.h [svn-r4763] 2002-01-02 12:13:19 -05:00
aclocal.m4 [svn-r2552] Purpose: 2000-09-14 17:59:16 -05:00
configure [svn-r4840] Purpose: 2002-01-16 17:28:24 -05:00
configure.in [svn-r4840] Purpose: 2002-01-16 17:28:24 -05:00
COPYING [svn-r4032] 2001-06-21 10:18:59 -05:00
Makefile.dist [svn-r1112] Changes since 19990301 1999-03-02 12:15:35 -05:00
Makefile.in [svn-r4466] 2001-09-21 18:50:15 -05:00
MANIFEST [svn-r4855] Purpose: 2002-01-25 09:54:58 -05:00
README.txt [svn-r4864] Snapshot version 1.5 release 19 2002-01-26 05:16:37 -05:00

HDF5 version 1.5.20 currently under development
Please refer to the INSTALL file for installation instructions.
------------------------------------------------------------------------------

This release is almost fully functional for the entire API defined in the
documentation, see the RELEASE.txt file in this directory for information
specific to this release of the library.  The INSTALL file contains
instructions on compiling and installing the library.  The INSTALL_parallel
file contains instructions on installing the parallel version of the
library.

Documentation for this release is in the html directory.  Start with the
"index.html" in that dictectory.

Four mailing lists are currently set up for use with the HDF5
library.

   hdf5         - For general discussion of the HDF5 library with
		  other users.

   hdf5dev      - For discussion of the HDF5 library development
		  with developers and other interested parties.

   hdf5announce - For announcements of HDF5 related developments,
		  not a discussion list.

   hdf5cvs      - For checkin notices of code development on the library,
		  not a discussion list.

To subscribe to a list, send mail to "majordomo@ncsa.uiuc.edu",
with "subscribe <list>" in the _body_, not the Subject, of the message.
E.g., subscribe hdf5 

Messages to be sent to the list should be sent to "<list>@ncsa.uiuc.edu".

Nearly daily code snapshots are now being provided at the following URL:
    ftp://hdf.ncsa.uiuc.edu/pub/outgoing/hdf5/snapshots
Please read the readme file in that directory before working with a library
snapshot.

The HDF5 website is located at http://hdf.ncsa.uiuc.edu/HDF5/

Bugs should be reported to hdfhelp@ncsa.uiuc.edu.