Open
Bug 886593
Opened 11 years ago
Updated 2 years ago
dwrite.dll is intermittently loaded by main thread
Categories
(Core :: Graphics, defect)
Tracking
()
NEW
People
(Reporter: bugzilla, Unassigned)
References
(Blocks 1 open bug)
Details
While analyzing Talos xperf data, jmaher noticed that dwrite.dll would intermittently appear in the logs for main thread I/O during startup.
Given that we spin up a separate thread to load this DLL, my suspicion is that when this problem happens, the background thread's priority is so low that it is starved, loses the race with the main thread, and dwrite.dll ends up being loaded out of necessity by the main thread anyway. I have no proof to confirm this theory.
Updated•11 years ago
|
Blocks: start-faster
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•