Closed
Bug 1386844
Opened 8 years ago
Closed 8 years ago
Intermittent OSX Mochitest failing with GECKO(1867) | Assertion failure: state == None, at /home/worker/workspace/build/src/obj-firefox/dist/include/mozilla/MaybeOneOf.h:107
Categories
(Core :: XPConnect, defect, P5)
Core
XPConnect
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: bulk-close-intermittents, intermittent-failure)
Comment 1•8 years ago
|
||
This assertion is happening in the script preloader.
Component: MFBT → XPConnect
Comment 2•8 years ago
|
||
This is probably the same issue as bug 1373340, which has started happening more often. It looks like we're somehow violating an invariant and winding up with mXDRData constructed without mXDRRange pointing to it. Assuming that the assertion is coming from mXDRData.construct in ScriptPreloader::NoteScript, anyway.
I can't see any way short of memory corruption that could happen, though.
| Comment hidden (Intermittent Failures Robot) |
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Keywords: bulk-close-intermittents
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•