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

Disable PCRE jit to avoid alleged valgrind errors. #123

Merged
merged 1 commit into from
Jul 9, 2021
Merged

Disable PCRE jit to avoid alleged valgrind errors. #123

merged 1 commit into from
Jul 9, 2021

Conversation

Danack
Copy link
Contributor

@Danack Danack commented Jul 9, 2021

So........there is a reasonable chance the alleged read from uninitialized memory is a false report: https://bugs.php.net/bug.php?id=81240 . In particular, as compiling with valgrind support makes the report dissapear it's more likely to be a false report than not.

Disabling the pcre.jit option also makes the issue go away. As you should be occcasionally testing to check for leaks, having the false reports not be there would be better than having people be confused by them.

There's a small chance the error alleged by valgrind is legitimate, and that it should be isolated and reported upstream. But I only have energy for this PR.

@mk6i
Copy link
Collaborator

mk6i commented Jul 9, 2021

Thank you!

@mk6i mk6i merged commit f68b24c into supermetrics-public:main Jul 9, 2021
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.

None yet

2 participants