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 timeout in /css21_dev/html4/border-left-applies-to-012.htm and /referrer-policy/origin/meta-referrer/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html (panic in FontCacheThread::get_font_instance) #19033
Labels
Comments
Member
jdm
commented
Oct 27, 2017
This was referenced Jan 9, 2018
|
I suspect this occurs during shutdown when there is a layout in process. The pipeline is closed, but the constellation does not wait for any notification that the close message has been received, and goes ahead and closes the font cache thread. When the ongoing layout tries to communicate with the font cache thread, we panic. |
|
The other possibility is that this is yet another instance of the underlying problem behind #13480. |
This was referenced Feb 8, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment