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

Avoid failing in syscall_mix for traces without syscall markers #6440

Merged
merged 3 commits into from
Nov 16, 2023

Conversation

abhinav92003
Copy link
Contributor

Removes the check for trace file type that fails for older traces that do not have the syscall marker. It is better to simply report zero counts than to fail with a fatal error.

Removes the check for trace file type that fails for older traces that did not have the syscall marker. It is better to simply report zero counts than to fail with a fatal error.
@abhinav92003
Copy link
Contributor Author

x86-32-ubuntu22 failure is #6416

@abhinav92003
Copy link
Contributor Author

x86-64 api.rseq failure is #6185

@abhinav92003
Copy link
Contributor Author

x86-32 bit failures are #6417.

@abhinav92003
Copy link
Contributor Author

I'm going to go ahead and merge this with admin privileges, so that we can unblock some dependent work. This PR is a very simple change and the failures are known issues: #6417 and #6416.

@abhinav92003 abhinav92003 merged commit e32b2c1 into master Nov 16, 2023
13 of 15 checks passed
@abhinav92003 abhinav92003 deleted the iX-avoid-fail-no-syscall-marker branch November 16, 2023 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants