Skip to content

Fix for nowait.phpt failing intermittently #2269

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

Closed
wants to merge 1 commit into from

Conversation

mhagstrand
Copy link
Contributor

The parent process was releasing the child semaphore
after the child process continued execution. Now
the child semaphore is released before the child
process continues execution.

The parent process was releasing the child semaphore
after the child process continued execution. Now
the child semaphore is released before the child
process continues execution.
@krakjoe
Copy link
Member

krakjoe commented Jan 2, 2017

I'll just wait for CI, thanks muchly ;)

@nikic
Copy link
Member

nikic commented Jan 2, 2017

@krakjoe Can you please also apply this and the original fix for 7.0 upward?

@krakjoe
Copy link
Member

krakjoe commented Jan 2, 2017

@nikic already applied first fix in 7.0, this will be applied as far down as 7.0 also ...

@nikic
Copy link
Member

nikic commented Jan 2, 2017

Huh indeed ... not sure what I was looking at there.

@krakjoe
Copy link
Member

krakjoe commented Jan 2, 2017

Merged 0acaa97

Cheers ;)

@krakjoe krakjoe closed this Jan 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants