Skip to content
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

Fuzzer coverage doesn't work on current rust toolchain #3533

Closed
techraed opened this issue Nov 28, 2023 · 1 comment · Fixed by #3536
Closed

Fuzzer coverage doesn't work on current rust toolchain #3533

techraed opened this issue Nov 28, 2023 · 1 comment · Fixed by #3536
Assignees
Labels
C0-bug Something isn't working P1-asap High priority

Comments

@techraed
Copy link
Member

techraed commented Nov 28, 2023

Problem

The common coverage generation workflow doesn't work and returns error: Failed to load coverage: 'target/x86_64-unknown-linux-gnu/coverage/x86_64-unknown-linux-gnu/release/main': Malformed coverage data when running cargo cov -- show on generated by cargo-fuzz artifacts. However, when we had 2023-04-25 rust version, everything was fine.

Possible solution

Downgrade rust version

@techraed techraed added P1-asap High priority C0-bug Something isn't working labels Nov 28, 2023
@StackOverflowExcept1on
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C0-bug Something isn't working P1-asap High priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants