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

pcre2: increase the stack size for test builds #259

Merged
merged 2 commits into from
Jan 4, 2022
Merged

pcre2: increase the stack size for test builds #259

merged 2 commits into from
Jan 4, 2022

Conversation

Jan200101
Copy link
Contributor

the reason tests on Windows were failing was because the program was running out of stack space while expanding a regex operation.

@Jan200101 Jan200101 changed the title increase the stack size for test builds pcre2: increase the stack size for test builds Jan 4, 2022
@Jan200101
Copy link
Contributor Author

upstream issue PCRE2Project/pcre2#65

@jpakkane
Copy link
Member

jpakkane commented Jan 4, 2022

You need to add a new release to the main json file.

@Jan200101
Copy link
Contributor Author

I figured this was not needed since I assumed the pcre2 branch was mainly for trying to get it updated

@eli-schwartz
Copy link
Member

Adding a new release is not necessary -- because the primary release on that branch is not yet released, so bumping it to -2 means we'd have a -1 that was never released.

And, thanks for looking into this!

@eli-schwartz
Copy link
Member

I'll rebase the pcre2 branch later today (and drop the debug commit) then merge this PR into it and release the combined update.

@eli-schwartz eli-schwartz merged commit 12096d9 into mesonbuild:pcre2 Jan 4, 2022
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.

3 participants