Closed
Bug 1329913
Opened 8 years ago
Closed 8 years ago
MOZ_RELEASE_ASSERT(mAsyncOpenTime <= timing.fetchStart), crash in mozilla::net::HttpChannelChild::OnStopRequest
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox51 | --- | unaffected |
firefox52 | --- | fixed |
firefox53 | --- | fixed |
People
(Reporter: ting, Assigned: valentin)
References
Details
(Keywords: crash, Whiteboard: [necko-active])
Crash Data
This bug was filed from the Socorro interface and is
report bp-3375308c-308a-4615-9b61-297112170110.
=============================================================
Top #3 of Aurora 20170108004005 on Windows, 135 crashes from 16 installations. The number of crashes rose since build 20170107004005.
Comment 1•8 years ago
|
||
MOZ_RELEASE_ASSERT(mAsyncOpenTime <= timing.fetchStart)
Valentin, you've recently made some changes to the resource timing, could that be cause of this assertion?
Flags: needinfo?(valentin.gosu)
Summary: Crash in mozilla::net::HttpChannelChild::OnStopRequest → MOZ_RELEASE_ASSERT(mAsyncOpenTime <= timing.fetchStart), crash in mozilla::net::HttpChannelChild::OnStopRequest
Whiteboard: [necko-active]
Updated•8 years ago
|
Assignee: nobody → valentin.gosu
Assignee | ||
Comment 2•8 years ago
|
||
The assertion was added in bug 1321878.
Blocks: 1321878
Flags: needinfo?(valentin.gosu) → needinfo?(bkelly)
Comment 3•8 years ago
|
||
Ok, I think we should probably back out bug 1321878. We need another solution since timers are not reliably comparable across processes. Unfortunately I won't really have time to figure that out myself.
Valentin, Honza, what do you think?
Flags: needinfo?(valentin.gosu)
Flags: needinfo?(honzab.moz)
Flags: needinfo?(bkelly)
Comment 4•8 years ago
|
||
Backed out in bug 1321878 comment 25.
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(valentin.gosu)
Flags: needinfo?(honzab.moz)
Resolution: --- → FIXED
Updated•8 years ago
|
status-firefox51:
--- → unaffected
status-firefox52:
--- → fixed
status-firefox53:
--- → fixed
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•