Closed
Bug 1245635
Opened 9 years ago
Closed 7 years ago
Intermittent test_aboutmemory6.xul | application crashed [@ mozilla::CycleCollectedJSRuntime::DeferredFinalize(nsISupports*)]
Categories
(Toolkit :: about:memory, defect, P3)
Toolkit
about:memory
Tracking
()
RESOLVED
DUPLICATE
of bug 1045992
Tracking | Status | |
---|---|---|
firefox47 | --- | affected |
People
(Reporter: philor, Unassigned)
Details
(Keywords: intermittent-failure)
Comment 1•9 years ago
|
||
nsMemoryInfoDumper::DumpGCAndCCLogsToFile() is calling into nsJSContext::CycleCollectNow() is calling into nsCycleCollector::FixGrayBits(), which is doing a GC sweep. The top of the stack is:
mozilla::CycleCollectedJSRuntime::DeferredFinalize(nsISupports*) [nsCOMPtr.h:6f4756d4bab6 : 289 + 0x0]
XPCWrappedNative::Destroy() [XPCWrappedNative.cpp:6f4756d4bab6 : 615 + 0x5]
XPCWrappedNative::Release() [XPCWrappedNative.cpp:6f4756d4bab6 : 835 + 0x8]
XPCWrappedNative::FlatJSObjectFinalized() [XPCWrappedNative.cpp:6f4756d4bab6 : 945 + 0x8]
Comment 2•9 years ago
|
||
Smells like GC heap corruption.
Comment 3•8 years ago
|
||
Bulk assigning P3 to all open intermittent bugs without a priority set in Firefox components per bug 1298978.
Priority: -- → P3
Updated•7 years ago
|
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
•