-
Notifications
You must be signed in to change notification settings - Fork 13.4k
`make perf' failed with perf 3.2 #1538
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
Comments
lht
added a commit
to lht/rust
that referenced
this issue
Jan 16, 2012
Linux perf tool version 3.2 introduced a new option "--log-fd" defaults to 0, which leads to error "Failed opening logfd: Illegal argument" when executing perf tests. Set logfd to stderr to let perf test work. Issue rust-lang#1538
lht
added a commit
that referenced
this issue
Jan 17, 2012
Linux perf tool version 3.2 introduced a new option "--log-fd" defaults to 0, which leads to error "Failed opening logfd: Illegal argument" when executing perf tests. Set logfd to stderr to let perf test work. Issue #1538
lht
added a commit
that referenced
this issue
Jan 17, 2012
Linux perf tool version 3.2 introduced a new option "--log-fd" defaults to 0, which leads to error "Failed opening logfd: Illegal argument" when executing perf tests. Set logfd to stderr to let perf test work. Issue #1538
Fixed in ef0775f |
Kobzol
pushed a commit
to Kobzol/rust
that referenced
this issue
Dec 30, 2024
- How to hide whitespace - Fetching PRs without having to add a new remote or copy-paste the URL of the author's fork - How to review large blocks that have moved - Suggest `git range-diff`. This section is still mostly incomplete; fixing an exact command that will work seems kinda tricky and I don't currently have time for it.
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
Jan 2, 2025
- How to hide whitespace - Fetching PRs without having to add a new remote or copy-paste the URL of the author's fork - How to review large blocks that have moved - Suggest `git range-diff`. This section is still mostly incomplete; fixing an exact command that will work seems kinda tricky and I don't currently have time for it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All perf tests failed with perf 3.2. Printout looks like:
The text was updated successfully, but these errors were encountered: