summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Soumagne <jsoumagne@hdfgroup.org>2016-02-29 00:52:05 (GMT)
committerJerome Soumagne <jsoumagne@hdfgroup.org>2016-11-29 23:42:32 (GMT)
commit5eb05274cdc6d87e7aa52b6c279faf6f44022a09 (patch)
tree8980fa943e303299cc467a3d88429f8286b2b6b1
parenta52c9c172d44cdb2f58c2000e655b1766d249485 (diff)
downloadhdf5-5eb05274cdc6d87e7aa52b6c279faf6f44022a09.zip
hdf5-5eb05274cdc6d87e7aa52b6c279faf6f44022a09.tar.gz
hdf5-5eb05274cdc6d87e7aa52b6c279faf6f44022a09.tar.bz2
(Tmp) Do not enter infinite loop
-rw-r--r--src/H5.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/H5.c b/src/H5.c
index faf0a36..11d09a6 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -361,16 +361,16 @@ H5_term_library(void)
} /* end if */
} while(pending && ntries++ < 100);
- if(pending) {
+// if(pending) {
/* Only display the error message if the user is interested in them. */
- if(func) {
- fprintf(stderr, "HDF5: infinite loop closing library\n");
- fprintf(stderr, " %s\n", loop);
-#ifndef NDEBUG
- HDabort();
-#endif /* NDEBUG */
- } /* end if */
- } /* end if */
+// if(func) {
+// fprintf(stderr, "HDF5: infinite loop closing library\n");
+// fprintf(stderr, " %s\n", loop);
+//#ifndef NDEBUG
+// HDabort();
+//#endif /* NDEBUG */
+// } /* end if */
+// } /* end if */
#ifdef H5_HAVE_MPE
/* Close MPE instrumentation library. May need to move this