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

Procspawn hangs if the serialize/deserialize does not roundtrip properly #37

Open
untitaker opened this issue Dec 2, 2020 · 1 comment

Comments

@untitaker
Copy link
Contributor

If deserializing the struct does not work from the just-serialized struct, procspawn hangs indefinetly. We just experienced this in Symbolicator.

@mitsuhiko
Copy link
Owner

So depending on where the issue happens this might be a known restriction (servo/ipc-channel#261). Basically if one side accepts and the other breaks, you're hanging there and I have no way to abort this since ipc-channel does not provide a way to abort the accept.

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

No branches or pull requests

2 participants