Closed
Bug 1574992
Opened 6 years ago
Closed 6 years ago
Crash in [@ java.lang.RuntimeException: at android.graphics.Bitmap.copyPixelsFromBuffer(Bitmap.java)]
Categories
(GeckoView :: General, defect, P2)
Tracking
(firefox69 affected)
RESOLVED
DUPLICATE
of bug 1577192
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | affected |
People
(Reporter: marcia, Unassigned)
Details
(Keywords: crash, regression)
Crash Data
This bug is for crash report bp-480e8434-225f-4317-9291-f1d760190818.
Fairly small volume Fenix crash which is new to 20190729080047: https://bit.ly/2MqWpLY. 25 crashes/22 installs so far. Most of the crashing devices are running API 27. Currently the #7 top crash in the latest release.
Java stack trace:
java.lang.RuntimeException
at android.graphics.Bitmap.copyPixelsFromBuffer(Bitmap.java:617)
at org.mozilla.gecko.GeckoThread.runUiThreadCallback(Native Method)
at org.mozilla.gecko.GeckoThread$1.run(GeckoThread.java:2)
at android.os.Handler.handleCallback(Handler.java:794)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:176)
at android.app.ActivityThread.main(ActivityThread.java:6662)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873)
Comment 1•6 years ago
|
||
Emily, I think there's an existing bug about Fenix OOM crashes because they're taking page screenshots too frequently (and that you were going to investigate recycling the screenshot Bitmap and ask also the Fenix team to take fewer screenshots), but I can't find the bug. Do you know that bug #?
Flags: needinfo?(etoop)
Priority: -- → P2
Comment 3•6 years ago
|
||
I'm duping this bug to newNonMovableArray bug 1569312.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
status-firefox69:
--- → affected
You need to log in
before you can comment on or make changes to this bug.
Description
•