Closed
Bug 1201174
Opened 9 years ago
Closed 9 years ago
[e10s] For FTP - in case of divertToParent, it must be possible to delay delivering of OnDataAv./OnStopR.
Categories
(Core Graveyard :: Networking: FTP, defect)
Core Graveyard
Networking: FTP
Tracking
(e10s+, firefox43 fixed)
RESOLVED
FIXED
mozilla43
People
(Reporter: dragana, Assigned: dragana)
Details
Attachments
(1 file)
9.89 KB,
patch
|
jduell.mcbugs
:
review+
|
Details | Diff | Splinter Review |
This is FTP version of bug 1199862
Explanation from comment #1:
"HttpChannelParent calls StopRequest of the listener which prompt the error dialog and does not return from the function but calls next function in the queue.
On of the next functions is RecvDivertComplited which deletes the listener. So when the prompt returns it finish the function on already destroyed listener and that crashes."
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → dd.mozilla
Status: NEW → ASSIGNED
Updated•9 years ago
|
tracking-e10s:
--- → +
Assignee | ||
Comment 1•9 years ago
|
||
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8657039 -
Flags: review?(jduell.mcbugs)
Updated•9 years ago
|
Attachment #8657039 -
Flags: review?(jduell.mcbugs) → review+
Assignee | ||
Updated•9 years ago
|
Summary: [e10s] For FTP - in case of divertToParent, it myst be possible to delay delivering of OnDataAv./OnStopR. → [e10s] For FTP - in case of divertToParent, it must be possible to delay delivering of OnDataAv./OnStopR.
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Comment 4•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
Updated•8 months ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•