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

"Send is too large for port" on single-page HTML spec #11741

Closed
pcwalton opened this issue Jun 14, 2016 · 6 comments
Closed

"Send is too large for port" on single-page HTML spec #11741

pcwalton opened this issue Jun 14, 2016 · 6 comments
Labels
C-reproduced I-panic Servo encounters a panic.

Comments

@pcwalton
Copy link
Contributor

pcwalton commented Jun 14, 2016

ERROR:constellation::constellation: Panic: called `Result::unwrap()` on an `Err` value: Error { repr: Custom(Custom { kind: InvalidData, error: StringError("Send is too large for port") }) }
@pcwalton pcwalton added the I-panic Servo encounters a panic. label Jun 14, 2016
@samlh
Copy link
Contributor

samlh commented Jun 15, 2016

See also #10390

@nox
Copy link
Contributor

nox commented Oct 2, 2017

This still happens, but probably for different reasons than #10390 given there is no intensive usage of canvas in the HTML spec.

@nox
Copy link
Contributor

nox commented Oct 2, 2017

For people wondering, the page we are talking about is https://html.spec.whatwg.org/.

@KiChjang
Copy link
Contributor

KiChjang commented Oct 2, 2017

Wait a minute, wasn't this due to ipc-channel having a limited message size?

@jdm
Copy link
Member

jdm commented Oct 2, 2017

Yes: servo/ipc-channel#98

@jdm
Copy link
Member

jdm commented May 29, 2020

The ipc-channel issue was fixed.

@jdm jdm closed this as completed May 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-reproduced I-panic Servo encounters a panic.
Projects
None yet
Development

No branches or pull requests

5 participants