Closed
Bug 1358763
Opened 8 years ago
Closed 7 years ago
Crash in mozilla::layers::PUiCompositorController::Transition
Categories
(GeckoView :: General, defect)
Tracking
(firefox-esr52 unaffected, firefox53 unaffected, firefox54 unaffected, firefox55 fixed)
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox53 | --- | unaffected |
firefox54 | --- | unaffected |
firefox55 | --- | fixed |
People
(Reporter: calixte, Assigned: rbarker)
References
(Blocks 1 open bug)
Details
(Keywords: crash, regression, topcrash, Whiteboard: [clouseau])
Crash Data
Attachments
(1 file)
This bug was filed from the Socorro interface and is
report bp-629458c0-a4c3-42cf-992f-4517a0170421.
=============================================================
There are 24 crashes in nightly 55 with buildid 20170421135915. In analyzing the backtrace, the regression may have been introduced by patch [1] to fix bug 1335895.
This signature is ranked #3 in topcrash.
[1] https://hg.mozilla.org/mozilla-central/rev?node=81de9d1439b0e352729142f6aa2914674073da03
Flags: needinfo?(rbarker)
Reporter | ||
Updated•8 years ago
|
Crash Signature: [@ mozilla::layers::PUiCompositorController::Transition] → [@ mozilla::layers::PUiCompositorController::Transition]
[@ mozilla::layers::APZCTreeManager::InitializeDynamicToolbarAnimator ]
Reporter | ||
Updated•8 years ago
|
Crash Signature: [@ mozilla::layers::PUiCompositorController::Transition]
[@ mozilla::layers::APZCTreeManager::InitializeDynamicToolbarAnimator ] → [@ mozilla::layers::PUiCompositorController::Transition]
[@ mozilla::layers::APZCTreeManager::InitializeDynamicToolbarAnimator ]
[@ libart.so@0x31a66b ]
Assignee | ||
Comment 1•8 years ago
|
||
It looks like the CompositorVsyncScheduler is firing after the IPC channel has shutdown. The UiCompositorControllerParent is then trying to write to a dead IPC channel. I assume this is happen at shutdown. I'll need to talk with some one better versed in our IPC stack on Monday(22/4/17) to figure out the correct solution.
Flags: needinfo?(rbarker)
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → rbarker
Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8861155 [details]
Bug 1358763 - Prevent Android Dynamic Toolbar v3 from trying to send IPC message after shutdown
https://reviewboard.mozilla.org/r/133108/#review135926
Attachment #8861155 -
Flags: review?(bugmail) → review+
Pushed by rbarker@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/85427dbc69bd
Prevent Android Dynamic Toolbar v3 from trying to send IPC message after shutdown r=kats
Assignee | ||
Comment 5•8 years ago
|
||
I was not able to reproduce this crash locally, however based on the stack trace the patch pushed looks like a possible fix. Please reopen if crash persists.
Comment 6•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 55
Updated•8 years ago
|
status-firefox53:
--- → unaffected
status-firefox54:
--- → unaffected
status-firefox-esr52:
--- → unaffected
Reporter | ||
Comment 7•7 years ago
|
||
The crash is still present: there are 29 crashes from 2017-04-25 [1].
[1] https://crash-stats.mozilla.com/search/?release_channel=nightly&signature=%3Dmozilla%3A%3Alayers%3A%3AAPZCTreeManager%3A%3AInitializeDynamicToolbarAnimator&build_id=%3E20170425000000&product=FennecAndroid&version=55.0a1&date=%3E%3D2017-05-01T00%3A00%3A00.000Z&date=%3C2017-06-01T00%3A00%3A00.000Z&_sort=-date&_facets=install_time&_facets=build_id&_columns=date&_columns=signature&_columns=product&_columns=version&_columns=build_id&_columns=platform#crash-reports
Comment 8•7 years ago
|
||
Please file a new bug. It gets confusing if you reopen bugs where patches have already landed.
Status: REOPENED → RESOLVED
Closed: 8 years ago → 7 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 10•7 years ago
|
||
This is actually a different crash than the one originally one reported in this bug.
Assignee | ||
Comment 11•7 years ago
|
||
(In reply to Calixte Denizet (:calixte) from comment #9)
> Ok, I just took into account comment 5.
Is there a new bug for this? Should be an easy fix.
Flags: needinfo?(cdenizet)
Reporter | ||
Comment 12•7 years ago
|
||
Flags: needinfo?(cdenizet)
Updated•6 years ago
|
Product: Firefox for Android → GeckoView
Updated•6 years ago
|
Keywords: crash,
regression,
topcrash
Target Milestone: Firefox 55 → mozilla55
Updated•6 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•