Closed
Bug 1879207
Opened 1 year ago
Closed 1 year ago
Ensure thread pool - STYLE_THREAD_POOL is initialized by Main thread
Categories
(Core :: CSS Parsing and Computation, enhancement, P2)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
125 Branch
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | fixed |
People
(Reporter: smayya, Assigned: smayya)
References
Details
While testing OMT CSS loader changes for Bug 1864817, we noticed that a non-main thread could initialize the thread-pool leading to this crash.
This bug will address this problem by ensuring the main thread initializes the thread-pool object in Servo_Initialize thus eliminating any possibility of getting initialized from OMT.
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → smayya
| Assignee | ||
Updated•1 year ago
|
Severity: -- → N/A
Component: Layout → CSS Parsing and Computation
Priority: -- → P2
| Assignee | ||
Comment 1•1 year ago
•
|
||
This is fixed by https://phabricator.services.mozilla.com/D201022 and pushed here https://hg.mozilla.org/integration/autoland/rev/14d68154a5be
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Updated•1 year ago
|
status-firefox125:
--- → fixed
Target Milestone: --- → 125 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•