TODO already covered by issue (#6828)
This commit is contained in:
		| @@ -60,7 +60,7 @@ fn library_open(path: &PathBuf) -> std::io::Result<Library> { | ||||
|  | ||||
| #[cfg(not(windows))] | ||||
| 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) | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user