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

Add suppression for dyld4::setUpPageInLinkingRegions on macOS 13 #114

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

hebasto
Copy link
Contributor

@hebasto hebasto commented Oct 24, 2024

It is similar to the suppression for macOS 15 in darwin24.supp:

{
OSX1500:dyld_setUpPageInLinkingRegions_map_with_linking
Memcheck:Param
map_with_linking_np(link_info)
fun:__map_with_linking_np
fun:_ZN5dyld4L25setUpPageInLinkingRegionsERNS_12RuntimeStateEPKNS_6LoaderEmttbRKN5dyld35ArrayINS_18PageInLinkingRangeEEERKNS6_IPKvEE
...
fun:_ZZN5dyld45startEPNS_10KernelArgsEPvS2_ENK3$_0clEv
fun:(below main)
}

Can be tested, for instance, with valgrind bash -c 'echo Hello'.

It is similar to the suppression for macOS 15 in `darwin24.supp`.
Copy link
Contributor

Smart Diff (ubuntu-24.04): Success

Check succeeded with tolerance same (expected same or better)

===================================================================
--- .github/ubuntu-24.04-expected.txt
+++ .github/test/filtered-results.txt

Copy link
Contributor

Smart Diff (macos-12): Success

Check succeeded with tolerance same (expected same or better)

===================================================================
--- .github/macos-12-expected.txt
+++ .github/test/filtered-results.txt

Copy link
Contributor

Smart Diff (macos-13): Success

Check succeeded with tolerance same (expected same or better)

===================================================================
--- .github/macos-13-expected.txt
+++ .github/test/filtered-results.txt

Copy link
Owner

@LouisBrunner LouisBrunner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Thank you for your contribution.

@LouisBrunner LouisBrunner merged commit ef8cbb3 into LouisBrunner:main Oct 24, 2024
3 checks passed
@hebasto hebasto deleted the 241024-ventura-supp branch October 25, 2024 09:24
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