Closed Bug 1827008 Opened 2 years ago Closed 2 years ago

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)

defect

Tracking

()

RESOLVED DUPLICATE of bug 1831304

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.

Duplicate of this bug: 1826361
Duplicate of this bug: 1780143
Duplicate of this bug: 1780558
Duplicate of this bug: 1780590
Crash Signature: [@ libxul.so + 0x0000000001144b3f ] [@ nsContentUtils::ShouldResistFingerprinting ]
Severity: -- → S3
Priority: -- → P2

I think this is fixed by Bug 1831304

Status: NEW → RESOLVED
Closed: 2 years ago
Duplicate of bug: 1831304
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.