Closed
Bug 1239472
Opened 6 years ago
Closed 4 years ago
Assertion failure: gBucketLowerBounds[b.offset + i] == h->ranges(i) (C++/Python bucket mismatch), at toolkit/components/telemetry/Telemetry.cpp:1083
Categories
(Toolkit :: Telemetry, defect)
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox46 | --- | affected |
People
(Reporter: kats, Unassigned)
References
Details
I added a historgram that looks like this: "CHECKERBOARD_SEVERITY": { "alert_emails": ["kgupta@mozilla.com"], "bug_numbers": [1238040], "expires_in_version": "55", "kind": "exponential", "high": "(1 << 31) - 1", "n_buckets": 50, "description": "Opaque measure of the severity of a checkerboard event" }, and I got the assertion failure in the bug summary.
Reporter | ||
Comment 1•6 years ago
|
||
Technically I also added two other histograms but I'm pretty sure it's the one above that caused the assertion. The other two have more normal-looking "high" values.
Reporter | ||
Comment 2•6 years ago
|
||
Reducing the high value to 1<<30 made the assertion go away.
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•