Closed
Bug 612102
Opened 15 years ago
Closed 14 years ago
crash [@ js::mjit::StubCompiler::fixCrossJumps(unsigned char*, unsigned int, unsigned int) ]
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: scoobidiver, Unassigned)
Details
(Keywords: crash, regression)
Crash Data
It is a new crash signature that was introduced more than one month ago.
It is #207 top crasher in 4.0b8pre for the last week.
Signature js::mjit::StubCompiler::fixCrossJumps(unsigned char*, unsigned int, unsigned int)
UUID 65c9fce2-45be-4164-a71d-c301d2101113
Time 2010-11-13 11:02:31.667014
Uptime 170
Last Crash 529 seconds (8.8 minutes) before submission
Install Age 3788 seconds (1.1 hours) since version was first installed.
Product Firefox
Version 4.0b8pre
Build ID 20101113042433
Branch 2.0
OS Windows NT
OS Version 6.1.7600
CPU x86
CPU Info GenuineIntel family 6 model 23 stepping 10
Crash Reason EXCEPTION_ACCESS_VIOLATION_READ
Crash Address 0x44955e50
App Notes AdapterVendorID: 8086, AdapterDeviceID: 29c2
Frame Module Signature [Expand] Source
0 @0x44955e50
1 mozjs.dll js::mjit::StubCompiler::fixCrossJumps js/src/methodjit/StubCompiler.cpp:199
2 mozjs.dll js::mjit::Compiler::finishThisUp js/src/methodjit/Compiler.cpp:658
3 mozjs.dll js::mjit::Compiler::performCompilation js/src/methodjit/Compiler.cpp:204
4 mozjs.dll js::mjit::TryCompile js/src/methodjit/Compiler.cpp:235
5 mozjs.dll UncachedInlineCall js/src/methodjit/InvokeHelpers.cpp:387
6 mozjs.dll js::mjit::stubs::UncachedCallHelper js/src/methodjit/InvokeHelpers.cpp:488
7 mozjs.dll CallCompiler::update js/src/methodjit/MonoIC.cpp:779
8 mozjs.dll js::mjit::ic::Call js/src/methodjit/MonoIC.cpp:837
9 mozjs.dll JS_DHashTableRawRemove js/src/jsdhash.cpp:712
10 mozjs.dll js::mjit::EnterMethodJIT js/src/methodjit/MethodJIT.cpp:739
11 mozjs.dll CheckStackAndEnterMethodJIT js/src/methodjit/MethodJIT.cpp:764
12 mozjs.dll js::mjit::JaegerShot js/src/methodjit/MethodJIT.cpp:781
13 mozjs.dll js::RunScript js/src/jsinterp.cpp:662
14 mozjs.dll js::Invoke js/src/jsinterp.cpp:768
15 mozjs.dll js_fun_apply js/src/jsfun.cpp:2341
16 @0xadce2b0
17 mozjs.dll js::mjit::EnterMethodJIT js/src/methodjit/MethodJIT.cpp:739
18 mozjs.dll CheckStackAndEnterMethodJIT js/src/methodjit/MethodJIT.cpp:764
19 mozjs.dll js::mjit::JaegerShot js/src/methodjit/MethodJIT.cpp:781
20 mozjs.dll js::RunScript js/src/jsinterp.cpp:662
21 mozjs.dll js::Invoke js/src/jsinterp.cpp:768
22 mozjs.dll js_fun_apply js/src/jsfun.cpp:2341
23 @0xadce2b0
24 mozjs.dll js::mjit::EnterMethodJIT js/src/methodjit/MethodJIT.cpp:739
25 mozjs.dll CheckStackAndEnterMethodJIT js/src/methodjit/MethodJIT.cpp:764
26 mozjs.dll js::mjit::JaegerShot js/src/methodjit/MethodJIT.cpp:781
27 mozjs.dll js::RunScript js/src/jsinterp.cpp:662
28 mozjs.dll js::Invoke js/src/jsinterp.cpp:768
29 mozjs.dll js::ExternalInvoke js/src/jsinterp.cpp:881
30 mozjs.dll JS_CallFunctionValue js/src/jsapi.cpp:4908
31 xul.dll nsXPCWrappedJSClass::CallMethod js/src/xpconnect/src/xpcwrappedjsclass.cpp:1694
32 xul.dll nsXPCWrappedJS::CallMethod js/src/xpconnect/src/xpcwrappedjs.cpp:577
33 xul.dll PrepareAndDispatch xpcom/reflect/xptcall/src/md/win32/xptcstubs.cpp:114
34 xul.dll SharedStub xpcom/reflect/xptcall/src/md/win32/xptcstubs.cpp:141
35 xul.dll nsDOMEventListenerWrapper::HandleEvent content/events/src/nsDOMEventTargetHelper.cpp:65
36 xul.dll nsEventListenerManager::HandleEventSubType content/events/src/nsEventListenerManager.cpp:1112
More reports at:
http://crash-stats.mozilla.com/report/list?product=Firefox&query_search=signature&query_type=exact&query=&range_value=4&range_unit=weeks&hang_type=any&process_type=any&plugin_field=&plugin_query_type=&plugin_query=&do_query=1&admin=&signature=js%3A%3Amjit%3A%3AStubCompiler%3A%3AfixCrossJumps%28unsigned%20char*%2C%20unsigned%20int%2C%20unsigned%20int%29
Updated•14 years ago
|
Crash Signature: [@ js::mjit::StubCompiler::fixCrossJumps(unsigned char*, unsigned int, unsigned int) ]
Comment 1•14 years ago
|
||
This crash still appears but in very low volume. Not appearing in the top 300 for any release. Resolving as won't fix to focus attention on other high impact crashes.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•