Closed
Bug 834938
Opened 12 years ago
Closed 12 years ago
Late writes not getting reported on Windows
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: vladan, Assigned: BenWa)
Details
I profiled a shutdown that did late writes, but my "Late Writes" section in about:telemetry is empty:
http://people.mozilla.com/~bgirard/cleopatra/#report=e2789c613c5c5f1a508ef8a6f0d7fb773b157c95
Reporter | ||
Updated•12 years ago
|
Assignee: nobody → bgirard
Reporter | ||
Updated•12 years ago
|
Component: Gecko Profiler → XPCOM
It is just that this write is not late enough. The write is from NS_XPCOM_SHUTDOWN_LOADERS_OBSERVER_ID and we poison writes about 30 lines after that in nsXPComInit.cpp.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 2•12 years ago
|
||
Great. This has been hanging over my head for about a week now :)
You need to log in
before you can comment on or make changes to this bug.
Description
•