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

restore prctl on Linux #3019

Closed
wants to merge 1 commit into from
Closed

restore prctl on Linux #3019

wants to merge 1 commit into from

Conversation

mmomtchev
Copy link
Contributor

I don't think that removing the prctl call on Linux was intentional?
see nodejs/node#35503

Copy link
Member

@bnoordhuis bnoordhuis left a comment

Choose a reason for hiding this comment

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

LGTM, thanks.

So, it looks like I accidentally deleted that line in 7b28d36. I'm kind of surprised no one complained so far because it affects both Linux and macOS. - edit: someone did complain, I just missed it: nodejs/node#35503 :-)

@stale stale bot removed the stale label Nov 5, 2020
@libuv libuv deleted a comment from stale bot Nov 5, 2020
@bnoordhuis bnoordhuis added the not-stale Issues that should never be marked stale label Nov 5, 2020
santigimeno pushed a commit to santigimeno/libuv that referenced this pull request Dec 3, 2020
The call to `uv__set_process_title()` had been accidentally removed.

Fixes: libuv#3037
PR-URL: libuv#3019
Refs: nodejs/node#35503
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
santigimeno pushed a commit to santigimeno/libuv that referenced this pull request Dec 3, 2020
The call to `uv__set_process_title()` had been accidentally removed.

Fixes: libuv#3037
PR-URL: libuv#3019
Refs: nodejs/node#35503
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
@santigimeno
Copy link
Member

@santigimeno
Copy link
Member

Landed in 9c6cec8. Thanks!

@santigimeno santigimeno closed this Dec 3, 2020
JeffroMF pushed a commit to JeffroMF/libuv that referenced this pull request May 16, 2022
The call to `uv__set_process_title()` had been accidentally removed.

Fixes: libuv#3037
PR-URL: libuv#3019
Refs: nodejs/node#35503
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-stale Issues that should never be marked stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants