Closed
Bug 1401412
Opened 7 years ago
Closed 7 years ago
Objects destroyed too late in shutdown
Categories
(Core :: XPCOM, enhancement)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: mrbkap, Assigned: mrbkap)
References
Details
Attachments
(1 file)
When my content processes shutdown, I get:
[Child 3738, Main Thread] WARNING: XPCOM objects created/destroyed from static ctor/dtor: file /home/mrbkap/work/main/mozilla/xpcom/base/nsTraceRefcnt.cpp, line 171
using a debugger, this turns out to be the InputEventStatistics object [1]. It uses a static singleton which is only torn down after everything else is torn down. We should avoid doing that.
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → mrbkap
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8910056 [details]
Bug 1401412 - Destroy this singleton during XPCOM shutdown.
https://reviewboard.mozilla.org/r/181530/#review187026
Attachment #8910056 -
Flags: review?(bugs) → review+
Pushed by mrbkap@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5a44548cb570
Destroy this singleton during XPCOM shutdown. r=smaug
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•