Open Bug 1645833 Opened 4 years ago Updated 4 years ago

LinkedList should use leak checking instead of asserting in the dtor

Categories

(Core :: MFBT, task)

task

Tracking

()

People

(Reporter: mccr8, Unassigned)

References

Details

As seen in the frequent intermittent failure in bug 1265637, the ~LinkedList assertion turns many leaks into fatal assertions, obscuring what the real cause of the issue is. When available, LinkedList should participate in leak checking with MOZ_COUNT_CTOR/DTOR instead of asserting.

You need to log in before you can comment on or make changes to this bug.