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

[Bug]: http2 can cause SIGPIPE on client close #29206

Closed
3 tasks done
codebytere opened this issue May 18, 2021 · 3 comments
Closed
3 tasks done

[Bug]: http2 can cause SIGPIPE on client close #29206

codebytere opened this issue May 18, 2021 · 3 comments

Comments

@codebytere
Copy link
Member

Preflight Checklist

Electron Version

master

What operating system are you using?

Ubuntu

Operating System Version

Ubuntu

What arch are you using?

x64

Last Known Working Electron version

11.4.6

Expected Behavior

When I create a http2 server, do nothing, and close it, the child process exits cleanly.

Actual Behavior

The spawned process exits with a null status code as a result of a SIGPIPE.

Testcase Gist URL

https://gist.github.com/codebytere/8a8586d5c58399f23f9398ce763ee218

Additional Information

Caused by nodejs/node#30854 - though what specifically in there i'm not yet sure.

This also only happens on Linux.

@codebytere codebytere added platform/linux bug 🪲 12-x-y 13-x-y blocked/upstream ❌ Blocked on upstream; e.g. Chromium or Node component/node-integration master and removed blocked/upstream ❌ Blocked on upstream; e.g. Chromium or Node labels May 18, 2021
@nornagon
Copy link
Member

nornagon commented Jul 8, 2021

It seems like this is an upstream bug...? Should this be reported against nodejs/node?

@VerteDinde VerteDinde removed the master label Jun 23, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Oct 6, 2022

This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. If you have any new additional information—in particular, if this is still reproducible in the latest version of Electron or in the beta—please include it with your comment!

@github-actions github-actions bot added the stale label Oct 6, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Nov 5, 2022

This issue has been closed due to inactivity, and will not be monitored. If this is a bug and you can reproduce this issue on a supported version of Electron please open a new issue and include instructions for reproducing the issue.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants