Closed
Bug 1334904
Opened 8 years ago
Closed 8 years ago
Firefox 54.0a1 (2017-01-29) crashes in [@ mozilla::dom::IdleRequest::IdleRun ]
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
FIXED
mozilla54
Tracking | Status | |
---|---|---|
firefox-esr45 | --- | unaffected |
firefox51 | --- | unaffected |
firefox52 | --- | unaffected |
firefox53 | --- | unaffected |
firefox54 | + | verified |
People
(Reporter: Virtual, Assigned: farre)
References
()
Details
(5 keywords)
Crash Data
Attachments
(1 file)
1.38 KB,
patch
|
bkelly
:
review+
|
Details | Diff | Splinter Review |
I got crash in [@ mozilla::dom::IdleRequest::IdleRun ] on many various sites.
Also crashlog reports are always doubled when crash happen.
Crashlog reports:
https://crash-stats.mozilla.com/report/index/2b46b93b-f5ea-4605-a59f-6f3f82170129
https://crash-stats.mozilla.com/report/index/d31c2f6d-9df3-4575-a9af-f01f52170129
https://crash-stats.mozilla.com/report/index/9a5416fa-1607-4b72-a2f0-d70b42170129
https://crash-stats.mozilla.com/report/index/72d6f3ba-18ef-4da1-8b0e-aaf6f2170129
"Speedy" Regression window (mozilla-central)
Good:
https://ftp.mozilla.org/pub/firefox/nightly/2017/01/2017-01-28-03-02-04-mozilla-central/
Bad:
https://ftp.mozilla.org/pub/firefox/nightly/2017/01/2017-01-29-03-02-05-mozilla-central/
Pushlog:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=045d8fe30f546ab08466c9586ce298e6459c2069&tochange=e7b795db8b5b20c472d8070030e9b08c99a01db6
Caused probably by:
Bug 1313864 - Make requestIdleCallback to use TaskQueue or similar to reduce the number of runnables it dispatches to the main event loop
[Tracking Requested - why for this release]: Regression
Flags: needinfo?(afarre)
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Comment 1•8 years ago
|
||
STR:
1. Open this URL - https://myanimelist.net/
2. Enjoy the crash
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Updated•8 years ago
|
status-firefox51:
--- → unaffected
status-firefox52:
--- → unaffected
status-firefox-esr45:
--- → unaffected
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Updated•8 years ago
|
Keywords: topcrash
Comment 3•8 years ago
|
||
This is currently the top crash on Nightly, with 61% of all crashes on Windows for the latest Nightly.
I have this crash at Youtube but only using the experimental Material Design UI [1].
I don't know, however, how to forcefully apply the UI. The tutorial in [1] does not work.
[1]: http://www.androidpolice.com/2016/04/30/youtube-is-testing-a-new-material-ui-on-the-web/
Comment 5•8 years ago
|
||
I get this crash a second or two after I open a page at the Atlantic Monthly, such as:
https://www.theatlantic.com/politics/archive/2017/01/trumps-very-successful-start-to-a-presidency/514223/
Comment 6•8 years ago
|
||
backout bugherder |
Nightly respins are running on mozilla-central.
https://hg.mozilla.org/mozilla-central/rev/71224049c0b5
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
Updated•8 years ago
|
Crash Signature: [@ mozilla::dom::IdleRequest::IdleRun ] → [@ mozilla::dom::IdleRequest::IdleRun ]
[@ mozilla::dom::CallbackObject::CallSetup::CallSetup]
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Updated•8 years ago
|
See Also: 1334913 →
Assignee | ||
Comment 8•8 years ago
|
||
Created a test for the crash.
Updated•8 years ago
|
Attachment #8831688 -
Flags: review?(bkelly) → review+
Updated•8 years ago
|
Pushed by afarre@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/531b72b93b87
Add test for when rIC timeouts doesn't need timeout. r=bkelly
Comment 10•8 years ago
|
||
bugherder |
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Comment 11•8 years ago
|
||
No crashes since Firefox 54.0a1 (2017-01-29) with [@ mozilla::dom::IdleRequest::IdleRun ] signature,
so I'm marking this as VERIFIED.
Status: RESOLVED → VERIFIED
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Updated•7 years ago
|
Keywords: nightly-community
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Updated•7 years ago
|
QA Contact: Virtual
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Updated•6 years ago
|
Keywords: crashreportid
You need to log in
before you can comment on or make changes to this bug.
Description
•