Closed
Bug 802529
Opened 13 years ago
Closed 13 years ago
crash in js::detail::HashTableEntry with javascript.options.methodjit.chrome=false and javascript.options.methodjit.content=false
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: m_kato, Assigned: m_kato)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
|
809 bytes,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
When I turn off methodjit on the latest nightly with SPS Profiler, frequency crash by the following stack
This bug was filed from the Socorro interface and is
report bp-27d59028-3df8-4089-9a7b-989792121017 .
=============================================================
0 mozjs.dll js::detail::HashTableEntry<js::ScriptSource* const>::isFree obj-firefox/dist/include/js/HashTable.h:52
1 mozjs.dll js::detail::HashTable<js::HashMapEntry<js::ScriptSource*,JSStableString*>,js::Ha obj-firefox/dist/include/js/HashTable.h:440
2 mozjs.dll js::detail::HashTable<js::HashMapEntry<JSScript*,js::SPSProfiler::JMScriptInfo*> obj-firefox/dist/include/js/HashTable.h:725
3 mozjs.dll js::SPSProfiler::ipToPC js/src/vm/SPSProfiler.cpp:226
4 mozjs.dll js::ProfilingGetPC js/src/jsfriendapi.cpp:921
5 xul.dll addProfileEntry tools/profiler/TableTicker.cpp:696
6 xul.dll TableTicker::doBacktrace tools/profiler/TableTicker.cpp:811
7 xul.dll TableTicker::Tick tools/profiler/TableTicker.cpp:934
8 xul.dll SamplerThread::SampleContext tools/profiler/platform-win32.cc:116
9 xul.dll SamplerThread::Run tools/profiler/platform-win32.cc:76
10 xul.dll ThreadEntry tools/profiler/platform-win32.cc:163
11 msvcr100.dll _callthreadstartex f:\dd\vctools\crt_bld\self_x86\crt\src\threadex.c:314
12 msvcr100.dll _threadstartex f:\dd\vctools\crt_bld\self_x86\crt\src\threadex.c:292
13 kernel32.dll BaseThreadInitThunk
14 ntdll.dll __RtlUserThreadStart
15 ntdll.dll _RtlUserThreadStart
| Assignee | ||
Comment 1•13 years ago
|
||
Attachment #672651 -
Flags: review?(luke)
Comment 2•13 years ago
|
||
Comment on attachment 672651 [details] [diff] [review]
fix
Thanks!
Attachment #672651 -
Flags: review?(luke) → review+
| Assignee | ||
Comment 3•13 years ago
|
||
Target Milestone: --- → mozilla19
| Assignee | ||
Updated•13 years ago
|
Assignee: general → m_kato
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•