Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMibbit IRC doesn't work #14993
Mibbit IRC doesn't work #14993
Comments
|
I haven't even seen anything besides a gray screen rendered in a debug build. Very peculiar. |
|
The grey screen is caused by #15017 and the fact that Servo (and presumably the version of openSSL that I'm using) can't connect to mibbit's HTTPS server - it claims an unexpected EOF occurs during the handshake. |
|
On a different machine I can reproduce this problem. A backtrace from a debug build shows me:
|
|
The reason that the backtrace always shows a "Too many files" error under HTMLImageElement::SetSrc is that the page ends up creating image elements and loading https://s3.amazonaws.com/mibbit/gfx/mode_none.png and https://s3.amazonaws.com/mibbit/gfx/user.png until the end of time. Each time we set the source of an image we create a new IPC channel in order to communicate with the image cache thread, which consumes a file descriptor. |
|
This seems to be fixed after #15701 was fixed |
./mach run "https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust"Leads to Servo freezing/crashing and output similar to: Release • Debug