Closed
Bug 1460881
Opened 7 years ago
Closed 7 years ago
add diagnostic assert in HttpChannelCHild that LoadInfo can be deserialized before sending to parent
Categories
(Core :: Networking, enhancement)
Core
Networking
Tracking
()
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox60 | --- | unaffected |
firefox61 | --- | affected |
firefox62 | --- | affected |
People
(Reporter: bkelly, Assigned: bkelly)
Details
Attachments
(1 obsolete file)
We have a parent-side crash in bug 1459655 while trying to deserialize an HttpChannelParent's LoadInfo. This bug will add a diagnostic assert that the LoadInfo can be deserialized before sending it across to the parent. Hopefully this will give us a hint about which feature is calling AsyncOpen and triggering the problem.
Assignee | ||
Comment 1•7 years ago
|
||
Valentin, can you review this small bug? It just adds a diagnostic assert that the LoadInfo can be properly deserialized before sending the message across to the parent. We're trying to track down what is causing bug 1459655.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=ca855237a006881f0b560289231fccfa2044ac3c
Attachment #8975001 -
Flags: review?(valentin.gosu)
Assignee | ||
Updated•7 years ago
|
status-firefox60:
--- → unaffected
status-firefox61:
--- → affected
status-firefox62:
--- → affected
Assignee | ||
Updated•7 years ago
|
Attachment #8975001 -
Attachment is obsolete: true
Attachment #8975001 -
Flags: review?(valentin.gosu)
Assignee | ||
Comment 2•7 years ago
|
||
We managed to track down what regressed bug 1459655, so we don't need this.
You need to log in
before you can comment on or make changes to this bug.
Description
•