Closed
Bug 1528336
Opened 6 years ago
Closed 6 years ago
Fix assertion on null timestamp when Timeout:5 logging is on
Categories
(Core :: DOM: Core & HTML, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: jesup, Assigned: jesup)
References
Details
Attachments
(1 file)
1.18 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
:bc ran into this when looking at a bug with Timeout:5 logging on.
Just a missing IsNull() check when subtracting timestamps. Assertion is a non-fatal one.
Assignee | ||
Comment 1•6 years ago
|
||
Attachment #9044250 -
Flags: review?(bugs)
Assignee | ||
Comment 2•6 years ago
|
||
Sorry, actually a fatal assertion
Updated•6 years ago
|
Attachment #9044250 -
Flags: review?(bugs) → review+
Pushed by rjesup@wgate.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/b4ab57f9c0cb
Fix Timeout log assertion r=smaug
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•