Intermittent <some fingerprinting-related test> | application crashed [@ nsContentUtils::ShouldResistFingerprinting] with MOZ_ASSERT(BasePrincipal::Cast(principal)->OriginAttributesRef() == aLoadInfo->GetOriginAttributes())
Categories
(Core :: Privacy: Anti-Tracking, defect, P2)
Tracking
()
People
(Reporter: dholbert, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash, intermittent-failure)
Crash Data
I noticed we have a handful of bugs for intermittent assertion-failures which are really all the same fatal-assertion:
Mozilla crash reason: MOZ_ASSERT(BasePrincipal::Cast(principal)->OriginAttributesRef() == aLoadInfo->GetOriginAttributes())
...though note, this assert was recently rewritten to start with MOZ_ASSERT_IF(principal,...)
. (It doesn't look like that'll make it any more/less likely to fire, since we had the same if
condition outside the assertion previously. I'm just noting the change since it might make the fatal assert start being reported slightly differently, in any new cases where this crops up).
Anyway: instead of tracking this in a smattering of different bugs, we should probably track it all in one spot. Let's track it here and dupe individual intermittent-reports here.
Reporter | ||
Updated•2 years ago
|
Updated•2 years ago
|
Comment hidden (Intermittent Failures Robot) |
Updated•2 years ago
|
Comment hidden (Intermittent Failures Robot) |
Comment 7•2 years ago
|
||
I think this is fixed by Bug 1831304
Description
•