Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels
Activity
dbenoit17 commentedon Sep 30, 2022
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:
derekparker commentedon Sep 30, 2022
I think we should skip this test in ubi9 for now as we work towards an upstream fix.
derekparker commentedon Oct 19, 2022
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.