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

fix: ensure that file descriptors 0/1/2 are opened at startup (backport: 3-0-x) #15781

Merged
merged 2 commits into from Nov 26, 2018
Merged

fix: ensure that file descriptors 0/1/2 are opened at startup (backport: 3-0-x) #15781

merged 2 commits into from Nov 26, 2018

Conversation

anszom
Copy link
Contributor

@anszom anszom commented Nov 20, 2018

Backport of #15555

See that PR for details.

Notes: Fixed a freeze when using the GPU in some configurations.

This fixes an issue where the gpu subprocess was writing messages to a
random pipe or socket. The standard file desciptors are closed in
chromium's subprocesses because of an unfortunate interaction with
libuv's tty handling code leaving them with the FD_CLOEXEC flag.
@anszom anszom requested a review from a team November 20, 2018 20:03
@release-clerk
Copy link

release-clerk bot commented Nov 26, 2018

Release Notes Persisted

Fixed a freeze when using the GPU in some configurations.

@nornagon
Copy link
Member

/trop run backport-to 3-1-x

@trop
Copy link
Contributor

trop bot commented Dec 20, 2018

The backport process for this PR has been manually initiated,
sending your 1's and 0's to "3-1-x" here we go! :D

@trop
Copy link
Contributor

trop bot commented Dec 20, 2018

I have automatically backported this PR to "3-1-x", please check out #16167

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