-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Run valgrind with fair scheduling when available #3914
Comments
Nominating for maturity milestone 4, "well-covered". |
accepted for well-covered milestone |
triage bump |
visiting for triage, email from 2013-09-02. Nothing to add. |
--fair-sched is new in Valgrind 3.8.0, but Rust now requires Valgrind 3.8.0 for jemalloc anyway (#9237). It also needs platform support, but while --fair-sched=yes will terminate with an error when there is no platform support, --fair-sched=try will fallback. I think we can try this now. |
assigning P-low. |
Triage: Given sanxiyn's comment, could implement, but not sure where a fix for this goes. |
…fJung implements arc4random_buf shim for freebsd/solarish platforms. close rust-lang#3914
Will find more multithreading problems.
http://valgrind.org/docs/manual/manual-core.html#manual-core.pthreads_perf_sched
The text was updated successfully, but these errors were encountered: