Closed
Bug 1157468
Opened 10 years ago
Closed 10 years ago
test_fetch_event.html leaks on e10s
Categories
(Core :: DOM: Workers, defect)
Core
DOM: Workers
Tracking
()
RESOLVED
FIXED
mozilla41
People
(Reporter: mccr8, Assigned: jdm)
References
Details
Attachments
(1 file)
1.21 KB,
patch
|
mayhemer
:
review+
|
Details | Diff | Splinter Review |
This isn't visible right now because the content process leak threshold is fairly high (20kb) due to some GMP issues that have since been fixed. If you can't fix this quickly, I'd like to disable this test for e10s.
Reporter | ||
Updated•10 years ago
|
Flags: needinfo?(josh)
Reporter | ||
Updated•10 years ago
|
tracking-e10s:
--- → ?
See Also: → 1157467
Assignee | ||
Comment 1•10 years ago
|
||
Ah, I was operating under the assumption that those leaks were common to all e10s tests. I'll dig in.
Reporter | ||
Comment 2•10 years ago
|
||
Oh, to be clear, there are some leaks common to all e10s tests. ;) The leaks should just be about 5kb rather than 14kb, which is what I see when I enable this test (but disable the test mentioned in bug 1157467).
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8597449 -
Flags: review?(honzab.moz)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → josh
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•10 years ago
|
||
Since there's a cycle between HttpChannelChild and InterceptStreamListener, we missed a case where a redirect occurs and the original channel never receives OnStopRequest. This is where the cycle would usually be broken.
Flags: needinfo?(josh)
Updated•10 years ago
|
Updated•10 years ago
|
Attachment #8597449 -
Flags: review?(honzab.moz) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Assignee | ||
Comment 6•10 years ago
|
||
Assignee | ||
Comment 7•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•