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

[Process] Fix signaling/stopping logic on Windows #16753

Merged
merged 1 commit into from
Nov 30, 2015

Conversation

nicolas-grekas
Copy link
Member

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets -
License MIT
Doc PR -

}
// avoid exception here :
// process is supposed to be running, but it might have stop
// just after this line.
Copy link
Contributor

Choose a reason for hiding this comment

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

(existing typo) "but it might have stopped just after this line."

$this->doSignal($signal ?: SIGKILL, false);
}
// Avoid exception here: process is supposed to be running, but it might have stopped just
// after this line. In any case, let's silently discard the error, we can not do anything.
Copy link
Member

Choose a reason for hiding this comment

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

"can not" -> "cannot"

@nicolas-grekas
Copy link
Member Author

Yeeah, tests are green on appveyor!
This PR should remove a bunch of transient tests on appveyor.

@fabpot
Copy link
Member

fabpot commented Nov 30, 2015

Thank you @nicolas-grekas.

@fabpot fabpot merged commit 9afbea2 into symfony:2.3 Nov 30, 2015
fabpot added a commit that referenced this pull request Nov 30, 2015
…-grekas)

This PR was merged into the 2.3 branch.

Discussion
----------

[Process] Fix signaling/stopping logic on Windows

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Commits
-------

9afbea2 [Process] Fix signaling/stopping logic on Windows
@nicolas-grekas nicolas-grekas deleted the fixproc branch November 30, 2015 12:32
This was referenced Nov 30, 2015
This was referenced Dec 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants