Closed
Bug 864194
Opened 12 years ago
Closed 7 years ago
Crash in js::ObjectImpl::compartment()
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox21 | --- | unaffected |
firefox22 | --- | affected |
firefox23 | --- | affected |
People
(Reporter: urbankrajnc92, Unassigned)
Details
(Keywords: crash, regression)
Crash Data
User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:23.0) Gecko/20130421 Firefox/23.0
Build ID: 20130421031002
Steps to reproduce:
Signature js::ObjectImpl::compartment()
UUID 85cea88b-1d9e-408c-9e25-9df772130421
Date Processed 2013-04-21 22:46:35
Uptime 4143
Last Crash 6.9 days before submission
Install Age 1.5 hours since version was first installed.
Install Time 2013-04-21 21:17:26
Product Firefox
Version 23.0a1
Build ID 20130421031002
Release Channel nightly
OS Windows NT
OS Version 6.2.9200
Build Architecture x86
Build Architecture Info GenuineIntel family 6 model 58 stepping 9
Crash Reason EXCEPTION_ACCESS_VIOLATION_READ
Crash Address 0xffffffffffffff85
User Comments
App Notes
AdapterVendorID: 0x8086, AdapterDeviceID: 0x0166, AdapterSubsysID: 21031043, AdapterDriverVersion: 9.18.10.3071
Has dual GPUs. GPU #2: AdapterVendorID2: 0x10de, AdapterDeviceID2: 0x0fd1, AdapterSubsysID2: 21031043, AdapterDriverVersion2: 9.18.13.1422D2D? D2D+ DWrite? DWrite+ D3D10 Layers? D3D10 Layers+ WebGL? EGL? EGL+ GL Context? GL Context+ WebGL+
Processor Notes sp-processor05.phx1.mozilla.com_14525:2012; exploitability tool failed: 127
EMCheckCompatibility True
Winsock LSP
MSAFD Tcpip [TCP/IP] : 2 : 1 :
MSAFD Tcpip [UDP/IP] : 2 : 2 : %SystemRoot%\system32\mswsock.dll
MSAFD Tcpip [RAW/IP] : 2 : 3 :
MSAFD Tcpip [TCP/IPv6] : 2 : 1 : %SystemRoot%\system32\mswsock.dll
MSAFD Tcpip [UDP/IPv6] : 2 : 2 :
MSAFD Tcpip [RAW/IPv6] : 2 : 3 : %SystemRoot%\system32\mswsock.dll
RSVP TCPv6 Service Provider : 2 : 1 :
RSVP TCP Service Provider : 2 : 1 : %SystemRoot%\system32\mswsock.dll
RSVP UDPv6 Service Provider : 2 : 2 :
RSVP UDP Service Provider : 2 : 2 : %SystemRoot%\system32\mswsock.dll
MSAFD RfComm [Bluetooth] : 2 : 1 :
Adapter Vendor ID 0x8086
Adapter Device ID 0x0166
Total Virtual Memory 4294836224
Available Virtual Memory 3259150336
System Memory Use Percentage 23
Available Page File 7523377152
Available Physical Memory 6437986304
Crashing Thread
Frame Module Signature Source
0 mozjs.dll js::ObjectImpl::compartment js/src/vm/ObjectImpl-inl.h:46
1 mozjs.dll js::AutoCompartment::AutoCompartment js/src/jscompartmentinlines.h:29
2 mozjs.dll JSAbstractFramePtr::getThisValue js/src/jsdbgapi.cpp:1285
3 xul.dll jsd_NewThreadState js/jsd/jsd_stak.cpp:105
4 xul.dll jsd_CallExecutionHook js/jsd/jsd_hook.cpp:134
5 xul.dll jsd_DebugErrorHook js/jsd/jsd_high.cpp:392
6 mozjs.dll js_ReportErrorAgain js/src/jscntxt.cpp:989
7 mozjs.dll ReportError js/src/jscntxt.cpp:456
8 mozjs.dll js_ReportErrorNumberVA js/src/jscntxt.cpp:918
9 mozjs.dll JS_ReportErrorFlagsAndNumber js/src/jsapi.cpp:6693
10 mozjs.dll js_ReportValueErrorFlags js/src/jscntxt.cpp:1073
11 mozjs.dll JSObject::getGeneric js/src/jsobjinlines.h:164
12 mozjs.dll js::DirectProxyHandler::get js/src/jsproxy.cpp:604
13 xul.dll nsOuterWindowProxy::get dom/base/nsGlobalWindow.cpp:818
14 mozjs.dll proxy_GetGeneric js/src/jsproxy.cpp:2813
15 mozjs.dll JSObject::getGeneric js/src/jsobjinlines.h:161
16 @0x56d8b
More reports: https://crash-stats.mozilla.com/report/list?product=Firefox&query_search=signature&query_type=exact&query=js%3A%3AObjectImpl%3A%3Acompartment%28%29&reason_type=contains&date=04%2F21%2F2013%2022%3A52%3A55&range_value=1&range_unit=weeks&hang_type=any&process_type=any&do_query=1&signature=js%3A%3AObjectImpl%3A%3Acompartment%28%29
Comment 1•12 years ago
|
||
It's correlated to Firebug.
Severity: normal → critical
Status: UNCONFIRMED → NEW
Crash Signature: [@ js::ObjectImpl::compartment() ]
status-firefox22:
--- → affected
status-firefox23:
--- → affected
Ever confirmed: true
Keywords: crash,
regression
OS: Windows 8 → Windows 7
Hardware: x86_64 → x86
Version: 23 Branch → 22 Branch
Updated•12 years ago
|
status-firefox21:
--- → unaffected
Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•10 years ago
|
Crash Signature: [@ js::ObjectImpl::compartment() ] → [@ js::ObjectImpl::compartment() ]
[@ js::ObjectImpl::compartment ]
Comment 2•7 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•