Closed
Bug 634916
Opened 13 years ago
Closed 13 years ago
Crash on shutdown [@ nsCycleCollector_collect]
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
People
(Reporter: peterv, Assigned: smaug)
References
Details
Attachments
(2 files)
1.61 KB,
text/plain
|
Details | |
765 bytes,
patch
|
Details | Diff | Splinter Review |
Note that we've already called nsCycleCollector_shutdown in ShutdownXPCOM.
Assignee | ||
Comment 1•13 years ago
|
||
Is this a DEBUG_CC crash only?
Assignee | ||
Comment 2•13 years ago
|
||
Ah, maybe not. nsCycleCollector_shutdownThreads() doesn't set variables to null.
Assignee | ||
Comment 3•13 years ago
|
||
Hmm, yes it does.
Assignee | ||
Comment 4•13 years ago
|
||
I'll add the missing null check. NPOTB, r=peterv
Assignee | ||
Comment 5•13 years ago
|
||
Assignee: nobody → Olli.Pettay
Assignee | ||
Comment 6•13 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/e66fc103a55e Assuming that was the crash you saw :)
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•