Closed
Bug 1390717
Opened 8 years ago
Closed 8 years ago
Intermittent /fetch/api/response/response-stream-disturbed-3.html | application crashed [@ bool IsAboutToBeFinalizedInternal<JSObject>(JSObject**)]
Categories
(Core :: DOM: Core & HTML, defect, P5)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla57
| Tracking | Status | |
|---|---|---|
| firefox-esr52 | --- | unaffected |
| firefox55 | --- | unaffected |
| firefox56 | --- | unaffected |
| firefox57 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: baku)
References
Details
(Keywords: crash, intermittent-failure)
Crash Data
Attachments
(1 file)
|
4.12 KB,
patch
|
jonco
:
review+
|
Details | Diff | Splinter Review |
| Comment hidden (Intermittent Failures Robot) |
Comment 2•8 years ago
|
||
The problem here is that FetchStream needs to call HoldJSObjects or mReadableStream won't get traced.
Comment 5•8 years ago
|
||
Note, this feature is still disabled by default, so not sure the bug needs to be private.
| Assignee | ||
Comment 6•8 years ago
|
||
As discussed with Jon on IRC, the issue is that we have 2 JS::Heap<ReadableStreams>, the first one is in FetchBody, and the second one is in FetchStream, but we TRACE only the former one.
Assignee: jcoppeard → amarchesini
Attachment #8903145 -
Flags: review?(jcoppeard)
Comment 7•8 years ago
|
||
(In reply to Ben Kelly [:bkelly] from comment #5)
I didn't realise that. Unhiding.
Group: javascript-core-security
Comment 8•8 years ago
|
||
Comment on attachment 8903145 [details] [diff] [review]
stream2.patch
Review of attachment 8903145 [details] [diff] [review]:
-----------------------------------------------------------------
Great. Thanks for fixing.
Attachment #8903145 -
Flags: review?(jcoppeard) → review+
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a9fba89f65c3
FetchStream should not have an extra JS::Heap<ReadableStream>, r=jonco
Updated•8 years ago
|
status-firefox57:
--- → disabled
Comment 10•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Updated•8 years ago
|
status-firefox55:
--- → unaffected
status-firefox56:
--- → unaffected
status-firefox-esr52:
--- → unaffected
| Comment hidden (Intermittent Failures Robot) |
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•