Closed
Bug 1375557
Opened 7 years ago
Closed 7 years ago
SystemGroup::EventTargetFor can segfault
Categories
(Core :: DOM: Content Processes, enhancement, P2)
Core
DOM: Content Processes
Tracking
()
RESOLVED
DUPLICATE
of bug 1384631
People
(Reporter: nika, Unassigned)
References
Details
Before SystemGroup::InitStatic, and after SystemGroup::Shutdown calling SystemGroup::EventTargetFor can segfault. This causes test failures for bug 1372433, as sometimes we receive messages on PContent during a time when SystemGroupImpl::sSingleton is null.
We should avoid making this code segfault if possible.
Updated•7 years ago
|
OS: Unspecified → All
Priority: -- → P2
Hardware: Unspecified → All
Reporter | ||
Comment 1•7 years ago
|
||
I think this was fixed by bug 1384631
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•