Closed
Bug 823991
Opened 12 years ago
Closed 11 years ago
Race condition at shutdown: nsMemoryInfoDumper removes its FD watcher on the main thread
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
DUPLICATE
of bug 809949
People
(Reporter: justin.lebar+bug, Assigned: justin.lebar+bug)
References
Details
See attachment 694788 [details] -- nsMemoryInfoDumper calls StopWatchingFileDescriptor on the main thread on shutdown, but it shouldn't.
I don't think this is particularly problematic because we're shutting down anyway. But it's still a bug.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → justin.lebar+bug
Assignee | ||
Comment 1•12 years ago
|
||
I'm probably going to fix this in bug 809949.
Comment 2•12 years ago
|
||
> I'm probably going to fix this in bug 809949.
That'd be great. The race is still present as of m-c a couple of days back.
Assignee | ||
Comment 3•12 years ago
|
||
This should be fixed by bug 809949, which I just pushed to inbound. Do you want to verify the fix, Julian? If not, would you mind marking this as a dupe of that one?
Comment 4•11 years ago
|
||
Been running valgrind on the phones again, haven't seen this come up, considering that fixed and marking this duped as requested.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•