-
Notifications
You must be signed in to change notification settings - Fork 99
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
scx schedulers installed from cargo are segfaulting #1074
Comments
gentoo also (so probably everywhere) |
I believe we had the same problem on NixOS (#927), it was solved by adding proper include paths of compiled libbpf through environment variables If that's hard to read, we are just adding include paths of the compiled libbpf. When using meson to compile scx, this is done automatically. Lines 321 to 327 in b4db5ee
|
Yeah can reproduce on arch too. |
BTW i think the "fix" is folks need to install scx schedulers using
|
something is pulling in |
I think that's fair as a temporary measure, however we should also check why 1.5.0 is failing because we need it to support multiple compilation units in Rust. |
Turns out that the versions specified in #1015 are perfectly fine for multiple compilation units, so there is no downside to going with them. |
It seems to happen both on Ubuntu and CachyOS.
The text was updated successfully, but these errors were encountered: