Closed
Bug 1009558
Opened 11 years ago
Closed 7 years ago
crash doing "measure" for about:memory in PL_SizeOfArenaPoolExcludingPool | nsPresArena::AddSizeOfExcludingThis(unsigned int (*)(void const*), nsArenaMemoryStats*)
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: wsmwk, Unassigned)
Details
(Keywords: crash)
Crash Data
I attempted "measure" in about:memory prior to filing a bug report about sessionstore. I don't normally crash when doing "measure". I restarted FF with same sessionstore.js and (not surprising) did "measure" with no crash.
shortly prior to crash windows taskmgr shows firefox.exe memory usage is only about 1GB.
This bug was filed from the Socorro interface and is
report bp-07a2c673-c08a-49d8-9f18-19b642140513.
=============================================================
0 nss3.dll PL_SizeOfArenaPoolExcludingPool nsprpub/lib/ds/plarena.c
1 xul.dll nsPresArena::AddSizeOfExcludingThis(unsigned int (*)(void const *),nsArenaMemoryStats *) layout/base/nsPresArena.cpp
2 xul.dll PresShell::AddSizeOfIncludingThis(unsigned int (*)(void const *),nsArenaMemoryStats *,unsigned int *,unsigned int *,unsigned int *,unsigned int *) layout/base/nsPresShell.cpp
3 xul.dll nsIDocument::DocAddSizeOfExcludingThis(nsWindowSizes *) content/base/src/nsDocument.cpp
4 xul.dll nsDocument::DocAddSizeOfExcludingThis(nsWindowSizes *) content/base/src/nsDocument.cpp
5 xul.dll nsIDocument::DocAddSizeOfIncludingThis(nsWindowSizes *) content/base/src/nsDocument.cpp
6 xul.dll nsGlobalWindow::AddSizeOfIncludingThis(nsWindowSizes *) dom/base/nsGlobalWindow.cpp
7 xul.dll CollectWindowReports dom/base/nsWindowMemoryReporter.cpp
8 xul.dll nsWindowMemoryReporter::CollectReports(nsIMemoryReporterCallback *,nsISupports *) dom/base/nsWindowMemoryReporter.cpp
9 xul.dll nsMemoryReporterManager::GetReportsForThisProcessExtended(nsIMemoryReporterCallback *,nsISupports *,nsAString_internal const &) xpcom/base/nsMemoryReporterManager.cpp
10 xul.dll nsMemoryReporterManager::StartGettingReports() xpcom/base/nsMemoryReporterManager.cpp
11 xul.dll nsMemoryReporterManager::GetReportsExtended(nsIMemoryReporterCallback *,nsISupports *,nsIFinishReportingCallback *,nsISupports *,bool,nsAString_internal const &) xpcom/base/nsMemoryReporterManager.cpp
12 xul.dll nsMemoryReporterManager::GetReports(nsIMemoryReporterCallback *,nsISupports *,nsIFinishReportingCallback *,nsISupports *) xpcom/base/nsMemoryReporterManager.cpp
13 xul.dll NS_InvokeByIndex xpcom/reflect/xptcall/src/md/win32/xptcinvoke.cpp
14 xul.dll XPC_WN_CallMethod(JSContext *,unsigned int,JS::Value *) js/xpconnect/src/XPCWrappedNativeJSOps.cpp
15 mozjs.dll js::Invoke(JSContext *,JS::CallArgs,js::MaybeConstruct) js/src/vm/Interpreter.cpp
16 mozjs.dll Interpret js/src/vm/Interpreter.cpp
17 mozjs.dll js::RunScript(JSContext *,js::RunState &) js/src/vm/Interpreter.cpp
18 mozjs.dll js::Invoke(JSContext *,JS::CallArgs,js::MaybeConstruct) js/src/vm/Interpreter.cpp
19 mozjs.dll js::Invoke(JSContext *,JS::Value const &,JS::Value const &,unsigned int,JS::Value const *,JS::MutableHandle<JS::Value>) js/src/vm/Interpreter.cpp
20 mozjs.dll JS::Call(JSContext *,JS::Handle<JS::Value>,JS::Handle<JS::Value>,JS::HandleValueArray const &,JS::MutableHandle<JS::Value>) js/src/jsapi.cpp
Updated•10 years ago
|
Crash Signature: [@ PL_SizeOfArenaPoolExcludingPool | nsPresArena::AddSizeOfExcludingThis(unsigned int (*)(void const*), nsArenaMemoryStats*)] → [@ PL_SizeOfArenaPoolExcludingPool | nsPresArena::AddSizeOfExcludingThis(unsigned int (*)(void const*), nsArenaMemoryStats*)]
[@ PL_SizeOfArenaPoolExcludingPool | nsPresArena::AddSizeOfExcludingThis]
Comment 1•8 years ago
|
||
I'm marking this bug as WORKSFORME as bug crashlog signature didn't appear from a long time (over half year).
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
Comment 2•8 years ago
|
||
Ups, my bad and due to ( bug #1348631 ) looks like there are sill crashes, so reopening.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Comment 3•7 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: REOPENED → RESOLVED
Closed: 8 years ago → 7 years ago
Resolution: --- → WONTFIX
Comment 4•7 years ago
|
||
Closing because no crash reported since 12 weeks.
You need to log in
before you can comment on or make changes to this bug.
Description
•