Closed
Bug 1435499
Opened 6 years ago
Closed 6 years ago
Crash in java.lang.OutOfMemoryError: at org.mozilla.gecko.gfx.DynamicToolbarAnimator.handleToolbarAnimatorMessage(DynamicToolbarAnimator.java)
Categories
(GeckoView :: Toolbar, defect)
Tracking
(firefox58 unaffected, firefox59 fixed, firefox60 fixed)
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox58 | --- | unaffected |
firefox59 | --- | fixed |
firefox60 | --- | fixed |
People
(Reporter: philipp, Assigned: jchen)
References
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
59 bytes,
text/x-review-board-request
|
rbarker
:
review+
lizzard
:
approval-mozilla-beta+
|
Details |
This bug was filed from the Socorro interface and is report bp-3e4b2e2e-0594-487e-9a11-861dd0180201. ============================================================= Java Stack Trace java.lang.OutOfMemoryError at org.mozilla.gecko.gfx.DynamicToolbarAnimator.handleToolbarAnimatorMessage(DynamicToolbarAnimator.java:168) at org.mozilla.gecko.gfx.LayerSession.handleCompositorMessage(LayerSession.java:430) at org.mozilla.gecko.gfx.LayerSession$Compositor.recvToolbarAnimatorMessage(LayerSession.java:110) at org.mozilla.gecko.GeckoThread.runUiThreadCallback(Native Method) at org.mozilla.gecko.GeckoThread$1.run(GeckoThread.java:100) at android.os.Handler.handleCallback(Handler.java:733) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:136) at android.app.ActivityThread.main(ActivityThread.java:5001) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:515) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:797) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:613) at dalvik.system.NativeStart.main(Native Method) ============================================================= this looks like a low volume regressing crash on fennec 59 from bug 1416319.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → nchen
Status: NEW → ASSIGNED
Flags: needinfo?(nchen)
Comment hidden (mozreview-request) |
Comment 3•6 years ago
|
||
mozreview-review |
Comment on attachment 8949471 [details] Bug 1435499 - Guard against OOM when getting toolbar pixels; https://reviewboard.mozilla.org/r/218790/#review224582
Attachment #8949471 -
Flags: review?(rbarker) → review+
Pushed by nchen@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/ad9f6cf50e5d Guard against OOM when getting toolbar pixels; r=rbarker
Comment 5•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ad9f6cf50e5d
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 60
Assignee | ||
Comment 6•6 years ago
|
||
Comment on attachment 8949471 [details] Bug 1435499 - Guard against OOM when getting toolbar pixels; Approval Request Comment [Feature/Bug causing the regression]: n/a [User impact if declined]: rare crash when using Fennec [Is this code covered by automated tests?]: no [Has the fix been verified in Nightly?]: yes [Needs manual test from QE? If yes, steps to reproduce]: no [List of other uplifts needed for the feature/fix]: none [Is the change risky?]: no [Why is the change risky/not risky?]: simple fix to avoid crash [String changes made/needed]: none
Attachment #8949471 -
Flags: approval-mozilla-beta?
Comment on attachment 8949471 [details] Bug 1435499 - Guard against OOM when getting toolbar pixels; Fix for a new crash from 59, let's take this for beta 10/11.
Attachment #8949471 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 8•6 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-beta/rev/47310c2f2148
Updated•5 years ago
|
Product: Firefox for Android → GeckoView
Updated•5 years ago
|
Version: Firefox 59 → 59 Branch
Updated•5 years ago
|
Keywords: crash,
regression
Target Milestone: Firefox 60 → mozilla60
Updated•5 years ago
|
Keywords: crash,
regression
Comment 9•1 year ago
|
||
Moving toolbar bugs to the new GeckoView::Toolbar component.
Component: General → Toolbar
You need to log in
before you can comment on or make changes to this bug.
Description
•