TODO already covered by issue (#6828)
This commit is contained in:
parent
dfc4d7cb50
commit
2f7d0e7884
|
@ -60,7 +60,7 @@ fn library_open(path: &PathBuf) -> std::io::Result<Library> {
|
||||||
|
|
||||||
#[cfg(not(windows))]
|
#[cfg(not(windows))]
|
||||||
fn library_open(path: &PathBuf) -> std::io::Result<Library> {
|
fn library_open(path: &PathBuf) -> std::io::Result<Library> {
|
||||||
// TODO linux tls bug can cause crash on dlclose(), workaround by never unloading
|
// Linux tls bug can cause crash on dlclose(), workaround by never unloading
|
||||||
Library::open(Some(path), libc::RTLD_NODELETE | libc::RTLD_NOW)
|
Library::open(Some(path), libc::RTLD_NODELETE | libc::RTLD_NOW)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue