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 upIntermittent crash in /css21_dev/html4/padding-left-071.htm, /css-text-3_dev/html/css3-text-line-break-opclns-206.htm, and /html/dom/elements/global-attributes/dir_auto-textarea-N-EN.html ("Connection reset by peer" in FontCacheThread::last_resort_font_template) #13509
Labels
Comments
Merged
This was referenced Feb 6, 2018
This was referenced Feb 14, 2018
This was referenced Feb 21, 2018
bors-servo
added a commit
that referenced
this issue
Feb 22, 2018
Add font cache debugging to isolate cause of IPC failures in CI. This should help us better understand the actual underlying cause of frequent CI failures like #13509. In particular, we will be able to state with confidence whether an IPC message is being dropped while the font cache thread is still alive, or whether the dropped sender was in a message that was in the queue after the font cache thread was shutdown. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] There are tests for these changes <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20106) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Same symptom as #12872.