Albert Cheng 01e81bbf8f [svn-r25719] HDFFV-8930:
When id_wrap fails, it has turned the HDF5 library internal “gut” so mess up
that the miscellaneous (misc) test after the id test, could not proceed at all.
It fails and attempts to do h5close() which attempts to cleanup the library
internals which are beyond “help”.  Eventually it went belly up with abort().
The abort() was the result of assert(…) code turned on in the
disable-production mode.  That might explain why things died in debug mode
only in the windows platform.  (I can’t be 100% sure until I could personal
run the code in the Windows platform to track what the failure is.)

My current fix is to:
1. Tell testhdf5 main() to change “exit(EXIT_FAILURE)” to “_exit(EXIT_FAILURE)”.That go around the problematic code in the at_exit(…) cleanup.

2. Moved the id test to the last test so that when id_wrap() fails, no more
tests are attempted.

tested: jam.
2014-10-19 02:02:23 -05:00
2014-10-17 00:22:00 -05:00
2014-07-30 15:56:40 -05:00
2014-10-17 16:29:33 -05:00
2014-10-19 02:02:23 -05:00
2014-07-30 15:56:40 -05:00
2010-11-17 11:43:15 -05:00
2010-05-05 12:35:04 -05:00
2014-04-16 13:13:48 -05:00

HDF5 version 1.8.14-pre1 currently under development
Please refer to the release_docs/INSTALL file for installation instructions.
------------------------------------------------------------------------------

This release is fully functional for the API described in the documentation. 
See the RELEASE.txt file in the release_docs/ directory for information 
specific to this release of the library.  Several INSTALL* files can also be 
found in the release_docs/ directory:  INSTALL contains instructions for 
compiling and installing the library;  INSTALL_parallel contains instructions 
for installing the parallel version of the library;  similarly-named files
contain instructions for VMS and several environments on MS Windows systems. 

Documentation for this release can be found at the following URL:
    http://www.hdfgroup.org/HDF5/doc/.

The following  mailing lists are currently set up for HDF5 Library users:

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

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

To subscribe to a list, send mail to "<list>-subscribe@lists.hdfgroup.org".
where <list> is the name of the list.  For example, send a request 
to subscribe to the 'news' mail list to the following address:
    news-subscribe@lists.hdfgroup.org

Messages sent to the list should be addressed to "<list>@lists.hdfgroup.org".

Periodic code snapshots are provided at the following URL:
    ftp://ftp.hdfgroup.uiuc.edu/pub/outgoing/hdf5/snapshots
Please read the README.txt file in that directory before working with a 
library snapshot.

The HDF5 website is located at http://hdfgroup.org/HDF5/

Bugs should be reported to help@hdfgroup.org.
Description
Official HDF5® Library Repository
Readme 287 MiB
Languages
C 77.8%
HTML 5.7%
Java 4.1%
Fortran 3.7%
C++ 2.7%
Other 5.8%