Open
Bug 1645833
Opened 4 years ago
Updated 2 months ago
LinkedList should use leak checking instead of asserting in the dtor
Categories
(Core :: MFBT, task)
Core
MFBT
Tracking
()
NEW
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.
Comment 1•4 years ago
|
||
Possibly dupe of https://bugzilla.mozilla.org/show_bug.cgi?id=991331
You need to log in
before you can comment on or make changes to this bug.
Description
•