Skip to content

Commit

Permalink
RELEASE note for threadsafety warning (HDFGroup#4883)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala authored and lrknox committed Oct 2, 2024
1 parent 45b0dcd commit a3b2790
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 @@ -98,7 +98,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 a3b2790

Please sign in to comment.