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#6530: Support alternate libc name in drsyms-test #6532

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

derekbruening
Copy link
Contributor

The drsyms-test was looking for "/libc-" to find the libc library, which failes to find "/usr/lib/x86_64-linux-gnu/libc.so.6". We update the search here to allow a dot.

Tested locally where the test failed before.

Fixes #6530

The drsyms-test was looking for "/libc-" to find the libc library,
which failes to find "/usr/lib/x86_64-linux-gnu/libc.so.6".  We update
the search here to allow a dot.

Tested locally where the test failed before.

Fixes #6530
@derekbruening
Copy link
Contributor Author

Failures are AMD x32 #6417 and attach_test flake #6452

@derekbruening derekbruening requested review from ivankyluk and abhinav92003 and removed request for ivankyluk January 2, 2024 16:26
@derekbruening derekbruening merged commit 996c37d into master Jan 2, 2024
13 of 15 checks passed
@derekbruening derekbruening deleted the i6529-drsyms-libc-match branch January 2, 2024 20:26
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.

client.dryms-test fails when libc path has no dash
2 participants