Closed
Bug 1822617
Opened 2 years ago
Closed 2 years ago
Crash in [@ java.lang.NullPointerException: at mozilla.telemetry.glean.internal.StringMetric.set(glean.kt:80)]
Categories
(Data Platform and Tools :: Glean: SDK, defect)
Tracking
(firefox111 unaffected, firefox112 wontfix, firefox113 ?)
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox111 | --- | unaffected |
firefox112 | --- | wontfix |
firefox113 | --- | ? |
People
(Reporter: cpeterson, Unassigned)
Details
(Keywords: crash, regression)
Crash Data
This crash might be a regression in 112 because I don't see any crash reports with this signature before 112.0b1.
Crash report: https://crash-stats.mozilla.org/report/index/d6dcb3de-3756-4a36-a8ad-0bf290230315
Java stack trace:
java.lang.NullPointerException: Attempt to invoke virtual method 'long java.util.concurrent.atomic.AtomicLong.decrementAndGet()' on a null object reference
at mozilla.telemetry.glean.internal.StringMetric.set(glean.kt:80)
at mozilla.components.browser.engine.gecko.glean.GeckoAdapter.onStringScalar(GeckoAdapter.kt:283)
at org.mozilla.geckoview.RuntimeTelemetry$Proxy.dispatchStringScalar(RuntimeTelemetry.java:11)
at org.mozilla.gecko.mozglue.GeckoLoader.nativeRun(Native Method)
at org.mozilla.gecko.GeckoThread.run(GeckoThread.java:613)
Reporter | ||
Comment 1•2 years ago
|
||
We've only received two crash reports so far, but the crash reports are from Beta 112 and on x86. So this might be a recent regression in 112 and I know we've had Glean issues on x86 before.
Component: Experimentation and Telemetry → Glean: SDK
Product: Fenix → Data Platform and Tools
Updated•2 years ago
|
Comment 2•2 years ago
|
||
Just these two crashes so not much we can do...
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WONTFIX
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•