Go to file
John Mainzer 5342c5451a [svn-r14458] Fixed coredump under production 64-bit solaris.
As best I can tell, H5C_make_space_in_cache() was accessing memory 
that had been deallocated -- however the bug was easy to mask, and 
jumped around even in different runs of the same executable.  While 
I was never able to generate a definitive test case that exposed 
exactly where the core dump occured, I was able to generate print 
statement traces which made it clear that I was accessing freed
memory.

In any case, reworking the code to avoid the reference to freed
cache entries seems to have fixed the problem.

Tested serial production on Phoenix, and commit tested.  Also, 
partial tests Linew.
2008-01-25 14:06:09 -05:00
bin [svn-r14413] Description: 2008-01-14 18:49:12 -05:00
c++ [svn-r14424] Description: 2008-01-15 21:31:19 -05:00
config [svn-r14096] There're 3 changes in this checkin as below: 2007-08-20 16:55:38 -05:00
examples [svn-r14420] Description: 2008-01-15 16:10:42 -05:00
fortran [svn-r14420] Description: 2008-01-15 16:10:42 -05:00
hl [svn-r14406] bug fix: a type ID was not closed 2008-01-14 12:55:45 -05:00
perform [svn-r14402] Description: 2008-01-13 00:37:00 -05:00
release_docs [svn-r14456] aligned text 2008-01-24 09:27:26 -05:00
src [svn-r14458] Fixed coredump under production 64-bit solaris. 2008-01-25 14:06:09 -05:00
test [svn-r14445] Added code to detect the situation in which a metadata cache entry flush 2008-01-20 00:01:29 -05:00
testpar [svn-r14442] Modified metadata cache to adapt more quickly to the insertion of a 2008-01-18 12:52:12 -05:00
tools [svn-r14437] bug fix for h5dump subsetting (deal with blocks)and new test runs 2008-01-16 11:12:08 -05:00
vms [svn-r14394] Maintenance on VMS: cleaned up the scripts to avoid the annoying warning messages 2008-01-10 12:59:00 -05:00
windows [svn-r14447] Purpose: Fix output directory for h5reparttst project 2008-01-21 11:44:56 -05:00
windows_vnet [svn-r14436] Purpose: Fix minor bug in VS.NET project file 2008-01-16 09:53:28 -05:00
.autom4te.cfg [svn-r13314] Updated copyright notice. 2007-02-14 17:55:20 -05:00
.h5chkright.ini [svn-r13314] Updated copyright notice. 2007-02-14 17:55:20 -05:00
aclocal.m4 [svn-r13616] This check-in updates the bin/reconfigure file to point to the most recent versions of the autotools. 2007-04-09 13:44:42 -05:00
acsite.m4 [svn-r12183] Purpose: 2006-03-30 18:08:50 -05:00
configure [svn-r14448] Maintenance: Released version hdf5-1.8.0-rc1 to the public fTP server and changed 2008-01-21 12:15:43 -05:00
configure.in [svn-r14448] Maintenance: Released version hdf5-1.8.0-rc1 to the public fTP server and changed 2008-01-21 12:15:43 -05:00
COPYING [svn-r14375] Update copyright to 2008. 2008-01-04 14:03:16 -05:00
Makefile.am [svn-r13264] Updated Makefile.am with new THG copyright notice. 2007-02-07 17:28:58 -05:00
Makefile.dist [svn-r13311] Updated copyright notice. 2007-02-14 17:25:02 -05:00
Makefile.in [svn-r14402] Description: 2008-01-13 00:37:00 -05:00
MANIFEST [svn-r14432] Purpose: Update Windows documentation concerning VS6 2008-01-16 09:19:10 -05:00
README.txt [svn-r14448] Maintenance: Released version hdf5-1.8.0-rc1 to the public fTP server and changed 2008-01-21 12:15:43 -05:00

HDF5 version 1.8.0-rc2 currently under development
Please refer to the release_docs/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 the release_docs 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.  The INSTALL* files can be found in the release_docs/ directory.

Documentation for this release can be found at the following URL:
http://www.hdfgroup.uiuc.edu/HDF5/release/beta/obtain518.html

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

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

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

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

To subscribe to a list, send mail to "<list>-subscribe@hdfgroup.org".
where <list> is the name of the list.
E.g., mail hdf5-subscribe@hdfgroup.org

Messages to be sent to the list should be sent to "<list>@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.