Open
Bug 1874341
Opened 1 year ago
Updated 11 months ago
Crash in [@ java.lang.SecurityException: at android.os.Parcel.readException(Parcel.java)] due to throwing an exception by WakeLock.aquire
Categories
(GeckoView :: General, defect)
Tracking
(firefox125 affected, firefox126 affected, firefox127 ?)
NEW
People
(Reporter: m_kato, Unassigned)
Details
(Keywords: crash)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/f5169144-5eb9-4b2d-908f-155940240111
Java stack trace:
java.lang.SecurityException
at android.os.Parcel.readException(Parcel.java:2013)
at android.os.Parcel.readException(Parcel.java:1959)
at android.os.IPowerManager$Stub$Proxy.acquireWakeLock(IPowerManager.java:414)
at android.os.PowerManager$WakeLock.acquireLocked(PowerManager.java:1451)
at android.os.PowerManager$WakeLock.acquire(PowerManager.java:1409)
at org.mozilla.gecko.GeckoAppShell.notifyWakeLockChanged(GeckoAppShell.java:143)
at org.mozilla.gecko.mozglue.GeckoLoader.nativeRun(Native Method)
at org.mozilla.gecko.GeckoThread.run(GeckoThread.java:609)
I think that we have to add try-catch block.
Comment 1•1 year ago
|
||
The severity field is not set for this bug.
:owlish, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(bugzeeeeee)
Updated•1 year ago
|
Severity: -- → S2
Flags: needinfo?(bugzeeeeee)
Comment 2•1 year ago
|
||
The bug is linked to a topcrash signature, which matches the following criterion:
- Top 10 AArch64 and ARM crashes on beta
For more information, please visit BugBot documentation.
Keywords: topcrash
Comment 3•11 months ago
|
||
Based on the topcrash criteria, the crash signature linked to this bug is not a topcrash signature anymore.
For more information, please visit BugBot documentation.
Keywords: topcrash
Updated•11 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•