mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-23 16:20:57 +08:00
Fixed the RELEASE.txt note for HDFFV-11057
This commit is contained in:
parent
693008ecaf
commit
ce7936d2b2
@ -419,15 +419,14 @@ New Features
|
||||
|
||||
(ADB - 2018/09/18, HDFFV-10332)
|
||||
|
||||
- Fix shutdown failure when using the HDF5_VOL_CONNECTOR environment variable
|
||||
- Fix shutdown failure when using H5VLregister_connector_by_name/value
|
||||
|
||||
When using the HDF5_VOL_CONNECTOR environment variable to set an
|
||||
alternative default VOL connector, if the VOL connector is a dynamically
|
||||
loaded plugin, the library can experience segmentation faults at when
|
||||
the library is closed. This is due to the library unloading the plugins
|
||||
before the virtual object layer. When then the VOL shutdown occurs,
|
||||
it will attempt to close the default VOL connector, however this will
|
||||
fail since the plugins will already have been unloaded.
|
||||
When using H5VLregister_connector_by_name/value to dynamically load a
|
||||
VOL connector plugin, the library can experience segmentation faults
|
||||
when the library is closed. This is due to the library unloading
|
||||
the plugin interface before the virtual object layer. Then, when the
|
||||
VOL shutdown occurs, it will attempt to close the VOL connector,
|
||||
however this will fail since the plugin will already have been unloaded.
|
||||
|
||||
(DER - 2020/03/18, HDFFV-11057)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user