Skip to content

Commit

Permalink
RELEASE note for threadsafety warning (#4883)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala authored Sep 26, 2024
1 parent a852029 commit 5ac5105
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion release_docs/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,15 @@ New Features

Documentation:
--------------
-
- Documented that leaving HDF5 threads running at termination is unsafe

Added doc/threadsafety-warning.md as a warning that threads which use HDF5
resources must be closed before either process exit or library close.
If HDF5 threads are alive during either of these operations, their resources
will not be cleaned up properly and undefined behavior is possible.

This document also includes a discussion on potential ways to mitigate this issue.



Support for new platforms, languages and compilers
Expand Down

0 comments on commit 5ac5105

Please sign in to comment.