Closed
Bug 1764516
Opened 3 years ago
Closed 2 years ago
Crash in [@ java.lang.IllegalStateException: at android.os.Parcel.createException]
Categories
(Firefox for Android :: General, defect, P5)
Tracking
()
RESOLVED
DUPLICATE
of bug 1768053
People
(Reporter: gsvelto, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash)
Crash report: https://crash-stats.mozilla.org/report/index/b4c6c446-03af-4b9e-a8ea-986480220412
Java stack trace:
java.lang.IllegalStateException
at android.os.Parcel.createException(Parcel.java:1961)
at android.os.Parcel.readException(Parcel.java:1921)
at android.os.Parcel.readException(Parcel.java:1871)
at android.app.IActivityManager$Stub$Proxy.registerReceiver(IActivityManager.java:3732)
at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1498)
at android.app.ContextImpl.registerReceiver(ContextImpl.java:1459)
at android.app.ContextImpl.registerReceiver(ContextImpl.java:1447)
at android.content.ContextWrapper.registerReceiver(ContextWrapper.java:633)
at mozilla.components.feature.media.service.MediaSessionServiceDelegate$onCreate$1$invokeSuspend$$inlined$collect$1.emit(Collect.kt:29)
at mozilla.components.support.ktx.kotlinx.coroutines.flow.FlowKt$ifChanged$$inlined$filter$1$2.emit(Collect.kt:9)
at mozilla.components.feature.media.service.MediaSessionServiceDelegate$onCreate$1$invokeSuspend$$inlined$map$1$2.emit(Collect.kt:5)
at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:14)
at kotlinx.coroutines.flow.FlowKt__ChannelsKt$emitAllImpl$1.invokeSuspend(Channels.kt:1)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:3)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:18)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:201)
at android.app.ActivityThread.main(ActivityThread.java:6810)
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)
The exception message is:
Too many receivers, total of 1000, registered for pid: 27040, callerPackage: org.mozilla.fenix
| Reporter | ||
Updated•3 years ago
|
Crash Signature: [@ java.lang.IllegalStateException: at android.os.Parcel.createException(Parcel.java)]
Updated•3 years ago
|
Updated•3 years ago
|
Component: Stability → General
Updated•3 years ago
|
status-firefox106:
--- → affected
status-firefox107:
--- → affected
status-firefox108:
--- → affected
Priority: P3 → P5
Updated•2 years ago
|
Crash Signature: [@ java.lang.IllegalStateException: at android.os.Parcel.createException(Parcel.java)] → [@ java.lang.IllegalStateException: at android.os.Parcel.createException]
Summary: Crash in [@ java.lang.IllegalStateException: at android.os.Parcel.createException(Parcel.java)] → Crash in [@ java.lang.IllegalStateException: at android.os.Parcel.createException]
Updated•2 years ago
|
Status: NEW → RESOLVED
Crash Signature: [@ java.lang.IllegalStateException: at android.os.Parcel.createException]
Closed: 2 years ago
Duplicate of bug: 1768053
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•