-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use RTLD_NODELETE for loading the library #14
Comments
That's unfortunate. I'll add the flag then. The relevant issue is nagisa/rust_libloading#41 |
Could you clarify why this is unfortunate? Sorry, I didn't dig into all the context here. |
@kvark: The root cause of nagisa/rust_libloading#41 is this glibc bug. Ideally, you would be able to |
This pulls in a fix for timothee-haudebourg/khronos-egl#14, which prevents segfaults when using this crate from another thread (e.g. gfx-rs/wgpu#246)
3653: Bump `khronos-egl` dependency to version 4 r=kvark a=Aaron1011 This pulls in a fix for timothee-haudebourg/khronos-egl#14, which prevents segfaults when using this crate from another thread (e.g. gfx-rs/wgpu#246) PR checklist: - [X] `make` succeeds (on *nix) - [X] `make reftests` succeeds - [X] tested examples with the following backends: - GL Co-authored-by: Aaron Hill <[email protected]>
See discussion around gfx-rs/wgpu#246 (comment)
The text was updated successfully, but these errors were encountered: