Closed Bug 1371057 Opened 9 years ago Closed 9 years ago

Intermittent test_nuke_sandbox_event_listeners.js | application crashed [@ mozalloc_abort(char const * const)]

Categories

(Core :: XPCOM, defect)

defect
Not set
normal

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: intermittent-bug-filer, Unassigned)

Details

(Keywords: bulk-close-intermittents, intermittent-failure)

Hitting an assert in nsEventQueue::~nsEventQueue().
Component: XPConnect → XPCOM
(In reply to Andrew McCreight [:mccr8] from comment #1) > Hitting an assert in nsEventQueue::~nsEventQueue(). We're, uh, deleting the main thread there, I guess? That's quite peculiar!
(In reply to Nathan Froyd [:froydnj] from comment #2) > (In reply to Andrew McCreight [:mccr8] from comment #1) > > Hitting an assert in nsEventQueue::~nsEventQueue(). > > We're, uh, deleting the main thread there, I guess? That's quite peculiar! Is it? We've already shut down the thread manager at this point. I don't know of anything else that would be intentionally holding on to the main thread. What is strange is that we pump the main thread right before we shut it down in the thread manager. So it's not clear how new events would show up after that. Maybe the pumping is failing to do its job, or maybe someone is somehow sneaking an event in? We could add some assertions to check for those things.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.