Closed
Bug 1436855
Opened 4 years ago
Closed 4 years ago
Crash in mozilla::PresShell::DoFlushPendingNotifications
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox58 | --- | unaffected |
firefox59 | --- | unaffected |
firefox60 | --- | fixed |
People
(Reporter: mccr8, Assigned: emilio)
Details
(Keywords: crash, topcrash)
Crash Data
Attachments
(1 file)
This bug was filed from the Socorro interface and is report bp-b24c9d8a-15c8-41cc-a4a1-393eb0180204. ============================================================= Top 10 frames of crashing thread: 0 libxul.so mozilla::PresShell::DoFlushPendingNotifications layout/base/PresShell.cpp:4162 1 libxul.so mozilla::ScrollFrameHelper::AsyncScrollPortEvent::Run layout/generic/nsGfxScrollFrame.cpp:4955 2 libxul.so nsRootPresContext::FlushWillPaintObservers layout/base/nsPresContext.cpp:3526 3 libxul.so mozilla::PresShell::WillPaint layout/base/PresShell.cpp:8526 4 libxul.so nsViewManager::CallWillPaintOnObservers view/nsViewManager.cpp:1138 5 libxul.so nsViewManager::ProcessPendingUpdates view/nsViewManager.cpp:1100 6 libxul.so nsRefreshDriver::Tick layout/base/nsRefreshDriver.cpp:2069 7 libxul.so mozilla::RefreshDriverTimer::TickRefreshDrivers layout/base/nsRefreshDriver.cpp:310 8 libxul.so mozilla::RefreshDriverTimer::Tick layout/base/nsRefreshDriver.cpp:332 9 libxul.so mozilla::VsyncRefreshDriverTimer::RunRefreshDrivers layout/base/nsRefreshDriver.cpp:773 ============================================================= This is hitting a release assert: MOZ_RELEASE_ASSERT(mIsDestroying || mDocument->GetShell() == this)
Reporter | ||
Comment 1•4 years ago
|
||
Emilio, are you still looking at these crashes?
Flags: needinfo?(emilio)
Comment 2•4 years ago
|
||
I've hit this a number of times this week while on searchfox. Both Win64 and Linux64.
Assignee | ||
Comment 3•4 years ago
|
||
(In reply to Andrew McCreight [:mccr8] from comment #1) > Emilio, are you still looking at these crashes? Yes. (In reply to Ted Campbell [:tcampbell] from comment #2) > I've hit this a number of times this week while on searchfox. Both Win64 and > Linux64. Do you have any more detailed STR? If so, that'd be super-helpful. Thanks!
Flags: needinfo?(tcampbell)
Comment 4•4 years ago
|
||
I unfortunately do not. Generally following links and mouse wheel scrolling. Has been happening once every other day out the the many many hours I've spent on searchfox in the last two weeks. I will keep an eye out and try to take notes the next times.
Flags: needinfo?(tcampbell)
![]() |
||
Comment 5•4 years ago
|
||
This is the #1 Android topcrash in Nightly 20180209102731.
Keywords: topcrash
Comment hidden (mozreview-request) |
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → emilio
Flags: needinfo?(emilio)
![]() |
||
Comment 7•4 years ago
|
||
mozreview-review |
Comment on attachment 8950122 [details] Bug 1436855: Flush notifications via the document in AsyncScrollPortEvent. https://reviewboard.mozilla.org/r/219390/#review225896 r=me
Attachment #8950122 -
Flags: review?(bzbarsky) → review+
Pushed by ecoal95@gmail.com: https://hg.mozilla.org/integration/autoland/rev/6447e0e0d81b Flush notifications via the document in AsyncScrollPortEvent. r=bz
Comment 9•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6447e0e0d81b
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Updated•4 years ago
|
status-firefox58:
--- → unaffected
status-firefox59:
--- → unaffected
status-firefox-esr52:
--- → unaffected
Comment 10•4 years ago
|
||
This signature is still appearing, in low volume, in the nightly of 20180222154733.
Assignee | ||
Comment 11•4 years ago
|
||
(In reply to Julian Seward [:jseward] from comment #10) > This signature is still appearing, in low volume, > in the nightly of 20180222154733. Can you file a different bug for that? Let's fix the issues one by one.
You need to log in
before you can comment on or make changes to this bug.
Description
•