Closed
Bug 1873751
Opened 2 years ago
Closed 1 years ago
Crash in [@ java.lang.NullPointerException: at mozilla.telemetry.glean.internal.TimingDistributionMetric.accumulateSamples(glean.kt)]
Categories
(Firefox for Android :: Experimentation and Telemetry, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 1861746
Tracking | Status | |
---|---|---|
firefox121 | --- | wontfix |
firefox122 | --- | fix-optional |
firefox123 | --- | affected |
People
(Reporter: cpeterson, Unassigned)
Details
(Keywords: crash, regression)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/f53d9cc3-cc10-404c-92c4-49aae0240109
100% of these crash reports are from x86 or x86_64 devices.
Exception: java.lang.NullPointerException
Message: Attempt to invoke virtual method 'long java.util.concurrent.atomic.AtomicLong.decrementAndGet()' on a null object reference
Frame Module Function Source
0 mozilla.telemetry.glean.internal.TimingDistributionMetric accumulateSamples glean.kt:77[@
1 mozilla.telemetry.glean.private.TimingDistributionMetricType accumulateSamples TimingDistributionMetricType.kt:8[@
2 org.mozilla.fenix.FenixApplication$initialize$1 invokeSuspend FenixApplication.kt:21[@
3 kotlin.coroutines.jvm.internal.BaseContinuationImpl resumeWith ContinuationImpl.kt:9[@
4 kotlinx.coroutines.DispatchedTask run DispatchedTask.kt:112[@
5 kotlinx.coroutines.internal.LimitedDispatcher$Worker run LimitedDispatcher.kt:4[@
6 kotlinx.coroutines.scheduling.TaskImpl run Tasks.kt:3[@
7 kotlinx.coroutines.scheduling.CoroutineScheduler$Worker run CoroutineScheduler.kt:96[@
Reporter | ||
Comment 1•2 years ago
|
||
Looks like this might have been a regression in Fx 115.
Crash Signature: [@ java.lang.NullPointerException: at mozilla.telemetry.glean.internal.TimingDistributionMetric.accumulateSamples(glean.kt)] → [@ java.lang.NullPointerException: at mozilla.telemetry.glean.internal.TimingDistributionMetric.accumulateSamples(glean.kt)]
[@ java.lang.NullPointerException: at mozilla.telemetry.glean.internal.TimingDistributionMetric.accumulateSamples(glean.kt:77)]
…
Keywords: regression
Updated•2 years ago
|
Reporter | ||
Comment 2•1 years ago
|
||
Different crash signature, but the same issue as bug 1861746.
You need to log in
before you can comment on or make changes to this bug.
Description
•