Closed Bug 1111681 Opened 9 years ago Closed 9 years ago

crash [OOM | small] in nsCycleCollector::BeginCollection(ccType, nsICycleCollectorListener*)

Categories

(Core :: XPCOM, defect)

35 Branch
x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1115929

People

(Reporter: marvinhk, Unassigned)

Details

(Keywords: crash)

refresh facebook and gmail with addon reloadevery every 5 mins ends up in NS_ABORT_OOM crash - bp-1f297f07-032f-4b3b-9904-e97692141215
Crash Signature: [@ NS_ABORT_OOM(unsigned int) | PL_DHashTableInit(PLDHashTable*, PLDHashTableOps const*, void*, unsigned int, unsigned int) | nsCycleCollector::BeginCollection(ccType, nsICycleCollectorListener*) | je_free | arena_dalloc]
Keywords: crash
Crash Signature: [@ NS_ABORT_OOM(unsigned int) | PL_DHashTableInit(PLDHashTable*, PLDHashTableOps const*, void*, unsigned int, unsigned int) | nsCycleCollector::BeginCollection(ccType, nsICycleCollectorListener*) | je_free | arena_dalloc] → [@ OOM | small] [@ NS_ABORT_OOM(unsigned int) | PL_DHashTableInit(PLDHashTable*, PLDHashTableOps const*, void*, unsigned int, unsigned int) | nsCycleCollector::BeginCollection(ccType, nsICycleCollectorListener*) | je_free | arena_dalloc]
Crash Signature: [@ OOM | small] [@ NS_ABORT_OOM(unsigned int) | PL_DHashTableInit(PLDHashTable*, PLDHashTableOps const*, void*, unsigned int, unsigned int) | nsCycleCollector::BeginCollection(ccType, nsICycleCollectorListener*) | je_free | arena_dalloc] → [@ OOM | small ]
It doesn't make sense to attribute OOM|small to any function, that's why it has a generic signature for all of those in the first place. It means that we had so little memory available that we ran Out Of Memory (OOM) with a small allocation of <256KB. There's nothing specific to what's at the top of the stack. If you have reliable (!) step to reproduce OOM|small crashes, we are very interested in those, though.
The steps to reproduce are the only interesting thing here, esp. if they work reliably. I'm not sure if we send a memory reports with those crashes right now, but that would also be helpful so we can find out what fills up all the memory.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Crash Signature: [@ OOM | small ]
You need to log in before you can comment on or make changes to this bug.