hdf5/test
Neil Fortner cb9a804f82 [svn-r19386] Purpose: Fix assertion failure caused by fractal heap header file pointer
Description:
The fractal heap header structure keeps a pointer to the file associated with
it.  However, it is possible for that file pointer to be closed while the
header is still in cache (through the shared file pointer).  Previously, the
header's file pointer was not updated and subsequently pointed to an invalid
file structure.  Modified fractal heap code to update the file pointer every
time the header is accessed.

Tested: jam, linew, amani (h5committest)
2010-09-15 10:29:38 -05:00
..
testfiles
app_ref.c [svn-r17838] Description: 2009-11-05 08:45:35 -05:00
be_data.h5
be_extlink1.h5
be_extlink2.h5
big.c [svn-r19167] Bug fix: 1917. 2010-08-03 18:35:42 -05:00
bittests.c
btree2.c [svn-r19005] Purpose: 2010-06-15 15:00:22 -05:00
cache_api.c [svn-r19096] Description: 2010-07-19 05:54:51 -05:00
cache_common.c [svn-r19114] Description: 2010-07-20 13:51:24 -05:00
cache_common.h [svn-r19096] Description: 2010-07-19 05:54:51 -05:00
cache_tagging.c [svn-r19114] Description: 2010-07-20 13:51:24 -05:00
cache.c [svn-r18926] Description: 2010-05-31 13:27:33 -05:00
chunk_info.c
CMakeLists.txt [svn-r19361] Move Windows specific compile and link flags to macros 2010-09-09 11:30:23 -05:00
cmpd_dset.c [svn-r19272] Description: 2010-08-20 16:37:12 -05:00
COPYING
corrupt_stab_msg.h5
cross_read.c [svn-r18419] Description: 2010-03-18 07:23:04 -05:00
dangle.c
deflate.h5
dsets.c [svn-r19328] Description: 2010-08-31 17:59:49 -05:00
dt_arith.c [svn-r19272] Description: 2010-08-20 16:37:12 -05:00
dtransform.c [svn-r19297] Description: 2010-08-25 15:27:07 -05:00
dtypes.c [svn-r19313] Description: 2010-08-26 16:38:09 -05:00
earray.c [svn-r19114] Description: 2010-07-20 13:51:24 -05:00
enum.c [svn-r19297] Description: 2010-08-25 15:27:07 -05:00
err_compat.c [svn-r18300] Description: 2010-02-19 21:23:44 -05:00
error_test.c [svn-r19354] Quincey and I made H5Eset_current_stack also close the stack to be set. This is to avoid 2010-09-07 10:41:55 -05:00
extend.c
external.c [svn-r18419] Description: 2010-03-18 07:23:04 -05:00
family_v16_00000.h5
family_v16_00001.h5
family_v16_00002.h5
family_v16_00003.h5
farray.c [svn-r19005] Purpose: 2010-06-15 15:00:22 -05:00
fheap.c [svn-r19386] Purpose: Fix assertion failure caused by fractal heap header file pointer 2010-09-15 10:29:38 -05:00
filespace_1_6.h5 [svn-r17582] Description: 2009-10-01 21:08:59 -05:00
filespace_1_8.h5 [svn-r17582] Description: 2009-10-01 21:08:59 -05:00
fill_old.h5
fillval.c [svn-r19272] Description: 2010-08-20 16:37:12 -05:00
filter_fail.c [svn-r19363] When mandatory filter failed to write data chunks, the dataset 2010-09-09 13:15:36 -05:00
flush1.c
flush2.c
freespace.c [svn-r19297] Description: 2010-08-25 15:27:07 -05:00
gen_bad_ohdr.c [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
gen_bogus.c [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
gen_cross.c
gen_deflate.c [svn-r18030] Description: 2009-12-17 10:07:35 -05:00
gen_filespace.c [svn-r18197] Description: 2010-01-29 23:29:13 -05:00
gen_filters.c
gen_mergemsg.c
gen_new_array.c
gen_new_fill.c
gen_new_group.c
gen_new_mtime.c
gen_new_super.c
gen_noencoder.c [svn-r18030] Description: 2009-12-17 10:07:35 -05:00
gen_nullspace.c
gen_old_array.c
gen_old_group.c
gen_old_layout.c
gen_old_mtime.c
gen_sizes_lheap.c [svn-r19076] Purpose: Fix bug 1951 2010-07-16 11:32:49 -05:00
gen_specmetaread.c [svn-r17624] Description: 2009-10-08 23:09:34 -05:00
gen_udlinks.c
getname.c [svn-r19237] Description: 2010-08-12 16:11:00 -05:00
gheap.c [svn-r19272] Description: 2010-08-20 16:37:12 -05:00
group_old.h5
h5test.c [svn-r18965] Windows use of VC_EXTRALEAN no longer did anything. It has been replaced by WIN32_LEAN_AND_MEAN macro. This was the cause of a define conflict causing the use of grp1 and grp2 to be replaced with constants in the h5dumpgentest.c file. 2010-06-03 17:22:34 -05:00
h5test.h [svn-r19242] Description: 2010-08-16 16:04:53 -05:00
H5srcdir_str.h.in [svn-r18419] Description: 2010-03-18 07:23:04 -05:00
H5srcdir.h [svn-r18419] Description: 2010-03-18 07:23:04 -05:00
hyperslab.c [svn-r19272] Description: 2010-08-20 16:37:12 -05:00
istore.c [svn-r17980] Description: 2009-12-10 07:36:56 -05:00
le_data.h5
le_extlink1.h5
le_extlink2.h5
lheap.c [svn-r19076] Purpose: Fix bug 1951 2010-07-16 11:32:49 -05:00
links.c [svn-r19278] Description: 2010-08-23 15:56:42 -05:00
Makefile.am [svn-r19363] When mandatory filter failed to write data chunks, the dataset 2010-09-09 13:15:36 -05:00
Makefile.in [svn-r19366] Updated autoconf to version 2.6.7, libtool to version 2.2.10, and m4 to version 1.4.14. Also added m4 directory for m4 macros according to autoconf suggestion. 2010-09-10 10:45:07 -05:00
mergemsg.h5
mf.c [svn-r18197] Description: 2010-01-29 23:29:13 -05:00
mount.c
mtime.c [svn-r19278] Description: 2010-08-23 15:56:42 -05:00
noencoder.h5
ntypes.c [svn-r18664] Description: 2010-04-29 07:52:10 -05:00
objcopy.c [svn-r19272] Description: 2010-08-20 16:37:12 -05:00
ohdr.c [svn-r19005] Purpose: 2010-06-15 15:00:22 -05:00
pool.c [svn-r19272] Description: 2010-08-20 16:37:12 -05:00
reserved.c
set_extent.c [svn-r19352] Description: 2010-09-03 22:44:19 -05:00
space_overflow.c
specmetaread.h5 [svn-r17624] Description: 2009-10-08 23:09:34 -05:00
stab.c [svn-r19272] Description: 2010-08-20 16:37:12 -05:00
tarray.c [svn-r18419] Description: 2010-03-18 07:23:04 -05:00
tarrold.h5
tattr.c [svn-r19272] Description: 2010-08-20 16:37:12 -05:00
tbad_msg_count.h5
tbogus.h5
tcheck_version.c [svn-r17832] Bug fix:(sort of) 2009-11-04 17:08:49 -05:00
tchecksum.c
tconfig.c [svn-r18197] Description: 2010-01-29 23:29:13 -05:00
tcoords.c
test_filters_be.hdf5
test_filters_le.hdf5
testcheck_version.sh.in [svn-r18985] Test feature: (bugs 1919) 2010-06-08 13:22:11 -05:00
testerror.sh.in
testframe.c [svn-r19242] Description: 2010-08-16 16:04:53 -05:00
testhdf5.c
testhdf5.h [svn-r18224] Description: 2010-02-09 17:32:28 -05:00
testlibinfo.sh.in
testmeta.c
tfile.c [svn-r18419] Description: 2010-03-18 07:23:04 -05:00
tgenprop.c [svn-r18346] Description: 2010-02-27 15:08:03 -05:00
th5o.c
th5s.c [svn-r19272] Description: 2010-08-20 16:37:12 -05:00
th5s.h5
theap.c [svn-r17980] Description: 2009-12-10 07:36:56 -05:00
tid.c [svn-r19363] When mandatory filter failed to write data chunks, the dataset 2010-09-09 13:15:36 -05:00
titerate.c
tlayouto.h5
tmeta.c
tmisc.c [svn-r18650] Description: 2010-04-27 17:15:14 -05:00
tmtimen.h5
tmtimeo.h5
trefer.c [svn-r19237] Description: 2010-08-12 16:11:00 -05:00
trefstr.c [svn-r18388] Description: 2010-03-06 16:19:57 -05:00
tselect.c [svn-r19207] Description: 2010-08-10 08:25:19 -05:00
tsizeslheap.h5 [svn-r19076] Purpose: Fix bug 1951 2010-07-16 11:32:49 -05:00
tskiplist.c [svn-r17980] Description: 2009-12-10 07:36:56 -05:00
tsohm.c [svn-r19272] Description: 2010-08-20 16:37:12 -05:00
ttime.c
ttsafe_acreate.c [svn-r19367] Purpose: 2010-09-10 11:15:34 -05:00
ttsafe_cancel.c [svn-r19367] Purpose: 2010-09-10 11:15:34 -05:00
ttsafe_dcreate.c [svn-r19367] Purpose: 2010-09-10 11:15:34 -05:00
ttsafe_error.c [svn-r19367] Purpose: 2010-09-10 11:15:34 -05:00
ttsafe.c [svn-r19367] Purpose: 2010-09-10 11:15:34 -05:00
ttsafe.h [svn-r19367] Purpose: 2010-09-10 11:15:34 -05:00
ttst.c [svn-r17980] Description: 2009-12-10 07:36:56 -05:00
tunicode.c [svn-r17980] Description: 2009-12-10 07:36:56 -05:00
tvlstr.c [svn-r19278] Description: 2010-08-23 15:56:42 -05:00
tvltypes.c
unlink.c [svn-r17980] Description: 2009-12-10 07:36:56 -05:00
vfd.c [svn-r18197] Description: 2010-01-29 23:29:13 -05:00
vms_data.h5