Closed
Bug 790928
Opened 13 years ago
Closed 13 years ago
crash in js::CallObject::createTemplateObject
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox16 | --- | unaffected |
| firefox17 | --- | unaffected |
| firefox18 | + | unaffected |
People
(Reporter: scoobidiver, Unassigned)
Details
(Keywords: crash, regression, topcrash)
Crash Data
It first appeared with IonMonkey in 18.0a1/20120911140351.
Signature moz_abort | je_malloc | js::CallObject::createTemplateObject(JSContext*, JSScript*) More Reports Search
UUID db1d9046-71de-4898-99e9-65bcb2120913
Date Processed 2012-09-13 10:33:37
Uptime 2013
Last Crash 6.9 days before submission
Install Age 36.1 minutes since version was first installed.
Install Time 2012-09-13 08:44:08
Product Firefox
Version 18.0a1
Build ID 20120912085832
Release Channel nightly
OS Windows NT
OS Version 6.1.7601 Service Pack 1
Build Architecture x86
Build Architecture Info GenuineIntel family 6 model 42 stepping 7
Crash Reason EXCEPTION_BREAKPOINT
Crash Address 0x734217bf
App Notes
AdapterVendorID: 0x1002, AdapterDeviceID: 0x6779, AdapterSubsysID: 03da1043, AdapterDriverVersion: 8.981.2.0
D2D? D2D+ DWrite? DWrite+ D3D10 Layers? D3D10 Layers+
EMCheckCompatibility True
Adapter Vendor ID 0x1002
Adapter Device ID 0x6779
Total Virtual Memory 2147352576
Available Virtual Memory 1495425024
System Memory Use Percentage 56
Available Page File 2532335616
Available Physical Memory 929996800
Frame Module Signature Source
0 mozglue.dll moz_abort memory/build/extraMallocFuncs.c:116
1 mozglue.dll je_malloc memory/mozjemalloc/jemalloc.c:6301
2 mozjs.dll js::CallObject::createTemplateObject js/src/vm/ScopeObject.cpp:168
3 mozjs.dll js::CallObject::createForFunction js/src/vm/ScopeObject.cpp:218
4 mozjs.dll js::StackFrame::prologue js/src/vm/Stack.cpp:301
5 mozjs.dll js::Interpret js/src/jsinterp.cpp:1279
6 mozjs.dll js::ion::CanEnter js/src/ion/Ion.cpp:1252
7 mozjs.dll js::RunScript js/src/jsinterp.cpp:324
8 mozjs.dll UncachedInlineCall js/src/methodjit/InvokeHelpers.cpp:358
9 mozjs.dll js::mjit::stubs::UncachedCallHelper js/src/methodjit/InvokeHelpers.cpp:441
10 mozjs.dll js::mjit::CallCompiler::update js/src/methodjit/MonoIC.cpp:1216
11 mozjs.dll js::mjit::ic::Call js/src/methodjit/MonoIC.cpp:1294
12 mozjs.dll js::InvokeKernel js/src/jsinterp.cpp:378
13 mozjs.dll js::Invoke js/src/jsinterp.cpp:411
14 mozjs.dll JS_CallFunctionValue js/src/jsapi.cpp:5974
15 xul.dll nsJSContext::CallEventHandler dom/base/nsJSEnvironment.cpp:1926
16 xul.dll nsGlobalWindow::RunTimeoutHandler dom/base/nsGlobalWindow.cpp:9621
17 xul.dll nsGlobalWindow::RunTimeout dom/base/nsGlobalWindow.cpp:9872
18 xul.dll nsGlobalWindow::TimerCallback dom/base/nsGlobalWindow.cpp:10139
19 xul.dll nsTimerImpl::Fire xpcom/threads/nsTimerImpl.cpp:473
20 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:624
21 xul.dll NS_ProcessNextEvent_P obj-firefox/xpcom/build/nsThreadUtils.cpp:220
22 xul.dll nsXULWindow::ShowModal xpfe/appshell/src/nsXULWindow.cpp:379
23 xul.dll nsContentTreeOwner::ShowAsModal xpfe/appshell/src/nsContentTreeOwner.cpp:529
24 xul.dll nsWindowWatcher::OpenWindowInternal embedding/components/windowwatcher/src/nsWindowWatcher.cpp:1028
25 xul.dll nsWindowWatcher::OpenWindow embedding/components/windowwatcher/src/nsWindowWatcher.cpp:399
26 xul.dll NS_InvokeByIndex_P xpcom/reflect/xptcall/src/md/win32/xptcinvoke.cpp:70
27 xul.dll XPCWrappedNative::CallMethod js/xpconnect/src/XPCWrappedNative.cpp:2405
28 xul.dll XPC_WN_CallMethod js/xpconnect/src/XPCWrappedNativeJSOps.cpp:1469
29 mozjs.dll js::GetPropertyOperation js/src/jsinterpinlines.h:276
30 mozjs.dll js::Interpret js/src/jsinterp.cpp:2454
...
More reports at:
https://crash-stats.mozilla.com/report/list?signature=moz_abort+|+je_malloc+|+js%3A%3ACallObject%3A%3AcreateTemplateObject%28JSContext*%2C+JSScript*%29
| Reporter | ||
Comment 1•13 years ago
|
||
It's #9 top browser crasher in 18.0a1.
tracking-firefox18:
--- → ?
Keywords: topcrash
Updated•13 years ago
|
status-firefox16:
--- → unaffected
status-firefox17:
--- → unaffected
status-firefox18:
--- → affected
| Reporter | ||
Comment 2•13 years ago
|
||
There are no crashes after 18.0a1/20120925.
| Reporter | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•