Mochitest debug assertion failure: !mNext (Must be unlinked), at /builds/worker/checkouts/gecko/js/xpconnect/src/xpcprivate.h:266
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
People
(Reporter: darktrojan, Assigned: darktrojan)
Details
(Keywords: leave-open, Whiteboard: [thunderbird-disabled-test])
Attachments
(1 file)
22.46 KB,
patch
|
pmorris
:
review+
|
Details | Diff | Splinter Review |
Example log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=297341200&repo=comm-central&lineNumber=27977
I've so far narrowed it down to: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=82d84da94d8dfcb8bf0cca8d569d8daa9cc9cb73&tochange=06ee15775ba8511ff1784027c7bfde2fc7
The failing test directories are calendar/test/browser/preferences, mail/test/browser/addrbook and mail/test/browser/pref-window. Two of these involve the preferences tab. One does not.
Comment 1•5 years ago
|
||
That's set off from mozilla::intl::Localization::~Localization(). Maybe the last part of bug 1629275 will clear it up - let's see - just landed it.
Comment 2•5 years ago
|
||
Tentatively marking as WFM as it doesn't show on that run.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 5•5 years ago
|
||
I've disabled the tests. AFAICT there's some weird interaction going on between the modern L10n stuff and the ancient Mozmill stuff. Fortunately all of the tests in question are ones I've been meaning to redo without Mozmill.
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 7•5 years ago
|
||
Here's a rewrite of two of the tests I turned off earlier. They now have no problem with this bug.
Comment 8•5 years ago
|
||
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 11•5 years ago
|
||
Calling this fixed. The other two tests can just remain disabled on debug for now.
Description
•