You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
If deserializing the struct does not work from the just-serialized struct, procspawn hangs indefinetly. We just experienced this in Symbolicator.
The text was updated successfully, but these errors were encountered: