-
Notifications
You must be signed in to change notification settings - Fork 25
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
runtime/pprof TestConvert*Profile fails when dynamically linked #50
Comments
The following patch appears to resolve the issue, but it could potentially cause issues in different configurations. Might be a good starting point to work with:
|
I think we should skip this test in ubi9 for now as we work towards an upstream fix. |
So it looks like this was fixed upstream in the master branch via https://go-review.googlesource.com/c/go/+/424295. I suggest we carry this patch in our downstream 1.19 release branch. I'll open a PR for that. |
TestConvertCPUProfile and TestConvertMemProfile both fail when dynamically linked in Fedora and ubi9, because the executable segment (r-xp in /proc/self/maps) is mapped as the second section whereas with earlier versions of system libraries it is mapped as the first.
https://github.com/dbenoit17/openssl-fips/actions/runs/3146239220/jobs/5114463156#step:13:394
The text was updated successfully, but these errors were encountered: