Closed
Bug 1594943
Opened 6 years ago
Closed 6 years ago
ProfilerGetSymbols.getSymbolTable sometimes never fulfills its promise - work around DOM worker bug
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect, P3)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(firefox72 fixed)
RESOLVED
FIXED
Firefox 72
| Tracking | Status | |
|---|---|---|
| firefox72 | --- | fixed |
People
(Reporter: mstange, Assigned: mstange)
Details
Attachments
(1 file)
See bug 1594848 / bug 1592227: DOM workers sometimes get stopped even though they're still making progress and there are listeners to them. This affects the symbol dumping worker.
| Assignee | ||
Comment 1•6 years ago
|
||
Depends on D52285
Pushed by mstange@themasta.com:
https://hg.mozilla.org/integration/autoland/rev/da90b91b8b19
Keep a set of active workers in ProfilerGetSymbols.jsm so that the workers don't get incorrectly garbage collected. r=julienw
Comment 3•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 72
You need to log in
before you can comment on or make changes to this bug.
Description
•