Closed Bug 1661798 Opened 4 years ago Closed 4 years ago

Make the LinkedList destructor provide more information about buggy users

Categories

(Core :: MFBT, task)

task

Tracking

()

RESOLVED FIXED
82 Branch
Tracking Status
firefox82 --- fixed

People

(Reporter: kats, Assigned: kats)

References

Details

Attachments

(1 file)

The LinkedList destructor asserts that it's not empty, and we get somewhat frequent crashes on that assertion. However it's not always obvious which user of the LinkedList code is the buggy one which results in all the crashes getting lumped together in bug 1265637 and the sheriffs having a hard time to find somebody to own the failures. The destructor can provide more useful information in this respect, so that we can separate out different buggy users and file bugs against them individually.

Pushed by kgupta@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/938eaad78b5a
Have the LinkedList destructor emit the buggy template specialization. r=froydnj
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: