Closed
Bug 720232
Opened 14 years ago
Closed 14 years ago
Crash @ js::detail::HashTable<js::TaggedPointerEntry<JSAtom> const, js::HashSet<js::TaggedPointerEntry<JSAtom>, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::lookupForAdd
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox12 | - | --- |
People
(Reporter: scoobidiver, Unassigned)
Details
(Keywords: crash, regression)
Crash Data
It's a new crash signature that first appeared in 12.0a1/20120120.
The regression range is:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=58e933465c36&tochange=5c2bc94d359c
It's probably the 32-bit version of bug 720086.
Signature js::detail::HashTable<js::TaggedPointerEntry<JSAtom> const, js::HashSet<js::TaggedPointerEntry<JSAtom>, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::lookupForAdd(js::AtomHasher::Lookup const&) More Reports Search
UUID 532a4164-7c5e-48c3-b213-77ce62120122
Date Processed 2012-01-22 13:35:31
Uptime 14178
Install Age 3.9 hours since version was first installed.
Install Time 2012-01-22 09:39:05
Product Firefox
Version 12.0a1
Build ID 20120120031125
Release Channel nightly
OS Windows NT
OS Version 6.1.7601 Service Pack 1
Build Architecture x86
Build Architecture Info AuthenticAMD family 16 model 10 stepping 0
Crash Reason EXCEPTION_ACCESS_VIOLATION_READ
Crash Address 0xffffffffdadadada
App Notes
AdapterVendorID: 0x1002, AdapterDeviceID: 0x6719, AdapterSubsysID: 0b001002, AdapterDriverVersion: 8.911.0.0
D2D? D2D+
DWrite? DWrite+
D3D10 Layers? D3D10 Layers+
EMCheckCompatibility True
Frame Module Signature [Expand] Source
0 mozjs.dll js::detail::HashTable<js::TaggedPointerEntry<JSAtom> const,js::HashSet<js::TaggedPointerEntry<JSAtom>,js::AtomHasher,js::SystemAllocPolicy>::SetOps,js::SystemAllocPolicy>::lookupForAdd obj-firefox/dist/include/js/HashTable.h:676
1 mozjs.dll Atomize js/src/jsatom.cpp:519
2 mozjs.dll js_AtomizeString js/src/jsatom.cpp:552
3 mozjs.dll js_ValueToAtom js/src/jsatominlines.h:68
4 mozjs.dll js::mjit::stubs::GetElem js/src/methodjit/StubCalls.cpp:190
5 mozjs.dll js::mjit::EnterMethodJIT js/src/methodjit/MethodJIT.cpp:1052
6 mozjs.dll js::mjit::JaegerShotAtSafePoint js/src/methodjit/MethodJIT.cpp:1129
7 mozjs.dll js::Interpret js/src/jsinterp.cpp:1830
8 xul.dll XPCConvert::NativeData2JS js/xpconnect/src/xpcprivate.h:3228
9 mozjs.dll js::ContextStack::pushInvokeFrame js/src/vm/Stack.cpp:672
10 mozjs.dll js::Invoke js/src/jsinterp.cpp:570
11 mozjs.dll JS_CallFunctionValue js/src/jsapi.cpp:5446
12 xul.dll nsXPCWrappedJSClass::CallMethod js/xpconnect/src/XPCWrappedJSClass.cpp:1513
13 xul.dll nsXPCWrappedJS::CallMethod js/xpconnect/src/XPCWrappedJS.cpp:611
14 xul.dll PrepareAndDispatch xpcom/reflect/xptcall/src/md/win32/xptcstubs.cpp:117
15 xul.dll SharedStub xpcom/reflect/xptcall/src/md/win32/xptcstubs.cpp:144
...
More reports at:
https://crash-stats.mozilla.com/report/list?signature=js%3A%3Adetail%3A%3AHashTable%3Cjs%3A%3ATaggedPointerEntry%3CJSAtom%3E%20const%2C%20js%3A%3AHashSet%3Cjs%3A%3ATaggedPointerEntry%3CJSAtom%3E%2C%20js%3A%3AAtomHasher%2C%20js%3A%3ASystemAllocPolicy%3E%3A%3ASetOps%2C%20js%3A%3ASystemAllocPolicy%3E%3A%3AlookupForAdd%28js%3A%3AAtomHasher%3A%3ALookup%20const%26%29
Updated•14 years ago
|
tracking-firefox12:
--- → ?
Reporter | ||
Comment 1•14 years ago
|
||
(In reply to Scoobidiver from comment #0)
> It's probably the 32-bit version of bug 720086.
It seems indeed as it disappeared at the same time in 12.0a1/20120123 (see bug 720086 comment 4 for the working range).
Reporter | ||
Comment 2•14 years ago
|
||
Let's close it.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
Updated•13 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•