Closed
Bug 1113956
Opened 11 years ago
Closed 11 years ago
crash [OOM | small] in NS_CycleCollectorSuspect3 (reason: EXCEPTION_BREAKPOINT)
Categories
(Core :: JavaScript: GC, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1115929
People
(Reporter: marvinhk, Unassigned)
Details
(Keywords: crash)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0
Build ID: 20141218174327
Steps to reproduce:
login gmail and facebook
auto refresh page with reloadevery
leave the browser ideal
Actual results:
crash [OOM | small] in NS_CycleCollectorSuspect3 (reason: EXCEPTION_BREAKPOINT)
This bug is report bp-420cafc6-e463-43b8-8775-9293e2141220.
Crash Signature: [@ mozalloc_abort(char const* const) | mozalloc_handle_oom(unsigned int) | moz_xmalloc | NS_CycleCollectorSuspect3 | XPCWrappedNative::FlatJSObjectFinalized() | js::gc::Arena::finalize<JSObject>(js::FreeOp*, js::gc::AllocKind, unsigned int) | FinalizeType…
Component: General → JavaScript: GC
Keywords: crash
Comment 1•11 years ago
|
||
(In reply to marvinhk from comment #0)
> auto refresh page with reloadevery
What interval did you set?
> leave the browser ideal
How long leave it?
Flags: needinfo?(marvinhk)
(In reply to Alice0775 White from comment #1)
> (In reply to marvinhk from comment #0)
>
> > auto refresh page with reloadevery
> What interval did you set?
the frequent is set to 5 mins
>
> > leave the browser ideal
> How long leave it?
usually I left firefox overnight (so less than 6 hours)
Flags: needinfo?(marvinhk)
Updated•11 years ago
|
Severity: normal → critical
Crash Signature: [@ mozalloc_abort(char const* const) | mozalloc_handle_oom(unsigned int) | moz_xmalloc | NS_CycleCollectorSuspect3 | XPCWrappedNative::FlatJSObjectFinalized() | js::gc::Arena::finalize<JSObject>(js::FreeOp*, js::gc::AllocKind → [@ OOM | small]
[@ mozalloc_abort(char const* const) | mozalloc_handle_oom(unsigned int) | moz_xmalloc | NS_CycleCollectorSuspect3 | XPCWrappedNative::FlatJSObjectFinalized() | js::gc::Arena::finalize<JSObject>(js::FreeOp*, js::gc::AllocKind
Crash Signature: [@ OOM | small]
[@ mozalloc_abort(char const* const) | mozalloc_handle_oom(unsigned int) | moz_xmalloc | NS_CycleCollectorSuspect3 | XPCWrappedNative::FlatJSObjectFinalized() | js::gc::Arena::finalize<JSObject>(js::FreeOp*, js::gc::AllocKind, unsigned in… → [@ OOM | small ]
Comment 3•11 years ago
|
||
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: 11 years ago
Resolution: --- → DUPLICATE
Updated•4 years ago
|
Crash Signature: [@ OOM | small ]
You need to log in
before you can comment on or make changes to this bug.
Description
•