Closed
Bug 998978
Opened 11 years ago
Closed 9 years ago
crash in js::CrashAtUnhandlableOOM(char const*) | JS::HeapCellRelocate(js::gc::Cell**)
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: alex_mayorga, Unassigned)
Details
(Keywords: crash, Whiteboard: [bugday-20160912])
Crash Data
This bug was filed from the Socorro interface and is
report bp-2c7d6a2d-6095-44eb-abeb-ced8c2140421.
=============================================================
Comment 1•11 years ago
|
||
Low volume crash first appearing in the 20140416030202 build.
More reports: https://crash-stats.mozilla.com/report/list?product=Firefox&signature=js%3A%3ACrashAtUnhandlableOOM%28char+const*%29+|+JS%3A%3AHeapCellRelocate%28js%3A%3Agc%3A%3ACell**%29#tab-sigsummary
Stack:
0 mozjs.dll js::CrashAtUnhandlableOOM(char const *) js/src/jscntxt.cpp
1 mozjs.dll JS::HeapCellRelocate(js::gc::Cell * *) js/src/gc/StoreBuffer.cpp
2 xul.dll JS::Heap<JSObject *>::set(JSObject *) obj-firefox/dist/include/js/RootingAPI.h
3 xul.dll mozilla::dom::Function::`scalar deleting destructor'(unsigned int)
4 xul.dll SnowWhiteKiller::~SnowWhiteKiller() xpcom/base/nsCycleCollector.cpp
5 xul.dll nsCycleCollector::FreeSnowWhite(bool) xpcom/base/nsCycleCollector.cpp
6 xul.dll AsyncFreeSnowWhite::Run() js/xpconnect/src/XPCJSRuntime.cpp
7 xul.dll nsThread::ProcessNextEvent(bool,bool *) xpcom/threads/nsThread.cpp
8 xul.dll NS_ProcessNextEvent(nsIThread *,bool) xpcom/glue/nsThreadUtils.cpp
9 xul.dll mozilla::ipc::MessagePump::Run(base::MessagePump::Delegate *) ipc/glue/MessagePump.cpp
10 xul.dll MessageLoop::RunHandler() ipc/chromium/src/base/message_loop.cc
11 xul.dll MessageLoop::Run() ipc/chromium/src/base/message_loop.cc
12 xul.dll nsBaseAppShell::Run() widget/xpwidgets/nsBaseAppShell.cpp
13 xul.dll nsAppShell::Run() widget/windows/nsAppShell.cpp
14 xul.dll nsAppStartup::Run() toolkit/components/startup/nsAppStartup.cpp
15 xul.dll XREMain::XRE_mainRun() toolkit/xre/nsAppRunner.cpp
16 xul.dll XREMain::XRE_main(int,char * * const,nsXREAppData const *) toolkit/xre/nsAppRunner.cpp
17 xul.dll XRE_main toolkit/xre/nsAppRunner.cpp
18 firefox.exe do_main browser/app/nsBrowserApp.cpp
19 firefox.exe NS_internal_main(int,char * *) browser/app/nsBrowserApp.cpp
20 firefox.exe wmain toolkit/xre/nsWindowsWMain.cpp
21 firefox.exe __tmainCRTStartup f:/dd/vctools/crt_bld/self_x86/crt/src/crtexe.c
22 kernel32.dll BaseThreadInitThunk
23 ntdll.dll __RtlUserThreadStart
24 ntdll.dll _RtlUserThreadStart
Component: Untriaged → JavaScript Engine
Product: Firefox → Core
Updated•10 years ago
|
Crash Signature: [@ js::CrashAtUnhandlableOOM(char const*) | JS::HeapCellRelocate(js::gc::Cell**)] → [@ js::CrashAtUnhandlableOOM(char const*) | JS::HeapCellRelocate(js::gc::Cell**)]
[@ js::CrashAtUnhandlableOOM | JS::HeapCellRelocate]
| Reporter | ||
Comment 2•9 years ago
|
||
Both signatures in this bug are down to 0 so resolving.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Whiteboard: [bugday-20160912]
You need to log in
before you can comment on or make changes to this bug.
Description
•