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

valgrind memcheck needs suppressions to pass #15

Open
gjcarrette opened this issue Jun 15, 2022 · 1 comment
Open

valgrind memcheck needs suppressions to pass #15

gjcarrette opened this issue Jun 15, 2022 · 1 comment
Labels

Comments

@gjcarrette
Copy link
Collaborator

gjcarrette commented Jun 15, 2022

Description

See https://valgrind.org/docs/manual/manual-core.html#manual-core.suppress

Need to modify the build and test workflow to include the setup of a valgrind suppression file.

Expected Behaviour

When running the dispatch_build_and_test action with valgrind memcheck there should be no leak failures and no mem files left in the test artifact directory.

Actual Behaviour

You see things like this:
==7343== Conditional jump or move depends on uninitialised value(s)
1==7343== at 0x3DA386: zend_string_equal_val (in /usr/bin/php7.4)`

Affected Version

All versions in the entire php version test matrix.

Steps to Reproduce

Run the dispatch_build_and_test with the valgrind options memcheck.

@github-actions
Copy link

Automatically marking issue as stale due to lack of activity

@github-actions github-actions bot added the stale label Aug 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant