Closed
Bug 1401275
Opened 8 years ago
Closed 5 years ago
ANR on Android O reported by partner - at org.mozilla.gecko.gfx.LayerView.updateCompositor(LayerView.java:593)
Categories
(Firefox for Android Graveyard :: General, enhancement, P5)
Firefox for Android Graveyard
General
Tracking
(fennec+)
RESOLVED
INCOMPLETE
Tracking | Status | |
---|---|---|
fennec | + | --- |
People
(Reporter: mkaply, Unassigned)
Details
Attachments
(1 file)
1.06 MB,
text/plain
|
Details |
see attached traces.txt
No reproduction scenario
Comment 1•8 years ago
|
||
These bugs should be disambiguated somehow. Does the first Firefox/Gecko line with a line number make sense?
at org.mozilla.gecko.gfx.LayerView.updateCompositor(LayerView.java:593)
Reporter | ||
Comment 2•8 years ago
|
||
Makes sense to me. I have no idea how to read the trace files.
Summary: ANR on Android O reported by partner → ANR on Android O reported by partner - at org.mozilla.gecko.gfx.LayerView.updateCompositor(LayerView.java:593)
Randall please take a look, likes like deadlock when creating compositor
Assignee: nobody → rbarker
Flags: needinfo?(rbarker)
Comment 4•8 years ago
|
||
From the stack it looks like the main thread is blocked when we try to create the compositor. I did create that patch to make compositor creation asynchronous. Not sure that would help. It isn't obvious from the stack what the main thread is blocked on.
Flags: needinfo?(rbarker)
tracking-fennec: --- → ?
tracking-fennec: ? → +
Priority: -- → P3
Comment 5•7 years ago
|
||
Re-triaging per https://bugzilla.mozilla.org/show_bug.cgi?id=1473195
Needinfo :susheel if you think this bug should be re-triaged.
Priority: P3 → P5
Assignee: rbarker → nobody
Assignee: nobody → rbarker
QA Contact: sdaswani
Updated•7 years ago
|
Assignee: rbarker → nobody
Updated•7 years ago
|
QA Contact: sdaswani
Comment 6•5 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
Assignee | ||
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•