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

i#6416: Replace vdso raw bytes with per-block encodings #6462

Merged
merged 2 commits into from
Nov 17, 2023

Conversation

derekbruening
Copy link
Contributor

@derekbruening derekbruening commented Nov 17, 2023

Removes the vdso raw bytes we were storing in the module file for offline drmemtraces. Switches to using per-block encodings instead. This avoids problems with hooked vsysenter on 32-bit AMD.

Tested on tool.drcacheoff.simple on 32-bit AMD on a machine where that test failed every time before this fix.

Removes the unused offline_instru_t::get_modoffs() rather than updating it for the vdso change.

Issue: #6416, #2062
Fixes #6416

Removes the vdso raw bytes we were storing in the module file for
offline drmemtraces.  Switches to using per-block encodings instead.
This avoids problems with hooked vsysenter on 32-bit AMD.

Tested on tool.drcacheoff.simple on 32-bit AMD on a machine where that
test failed every time before this fix.

Removes the unused offline_instru_t::get_modoffs() rather than
updating it for the vdso change.

Fixes #6416
@derekbruening
Copy link
Contributor Author

win64 is traceopts #6423

@derekbruening
Copy link
Contributor Author

The x32 failure is the set from #6417. That seems to be the remaining failure that is happening nearly every time now (more AMD machines for GA I guess).

@derekbruening derekbruening merged commit 63c701b into master Nov 17, 2023
13 of 15 checks passed
@derekbruening derekbruening deleted the i6416-trace-vsyscall-hook branch November 17, 2023 22:46
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.

tool.drcacheoff.simple fails on some x86-32-ubuntu22 VMs
2 participants