Closed
Bug 1095535
Opened 11 years ago
Closed 6 years ago
crash in js::proxy_Call(JSContext*, unsigned int, JS::Value*)
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: AndreeaMatei, Unassigned)
References
()
Details
(Keywords: crash, Whiteboard: [mozmill])
Crash Data
This bug was filed from the Socorro interface and is
report bp-e9facb6b-1c9c-4fe8-95b2-087462141107.
=============================================================
Happened once so far as I know, in one of our Mozmill Testruns, on mm-win-81-32-2.
I see a total of 18 crashes in the last month with this, different Windows versions.
0 mozjs.dll js::proxy_Call(JSContext*, unsigned int, JS::Value*) js/src/jsproxy.cpp
1 mozjs.dll js::Invoke(JSContext*, JS::CallArgs, js::MaybeConstruct) js/src/vm/Interpreter.cpp
2 mozjs.dll Interpret js/src/vm/Interpreter.cpp
3 mozjs.dll js::RunScript(JSContext*, js::RunState&) js/src/vm/Interpreter.cpp
4 mozjs.dll js::Invoke(JSContext*, JS::CallArgs, js::MaybeConstruct) js/src/vm/Interpreter.cpp
5 mozjs.dll js_fun_apply(JSContext*, unsigned int, JS::Value*) js/src/jsfun.cpp
6 mozjs.dll js::Invoke(JSContext*, JS::CallArgs, js::MaybeConstruct) js/src/vm/Interpreter.cpp
7 mozjs.dll Interpret js/src/vm/Interpreter.cpp
8 mozjs.dll js::RunScript(JSContext*, js::RunState&) js/src/vm/Interpreter.cpp
9 mozjs.dll js::Invoke(JSContext*, JS::CallArgs, js::MaybeConstruct) js/src/vm/Interpreter.cpp
10 mozjs.dll js::Invoke(JSContext*, JS::Value const&, JS::Value const&, unsigned int, JS::Value const*, JS::MutableHandle<JS::Value>) js/src/vm/Interpreter.cpp
Updated•11 years ago
|
Component: XPConnect → JavaScript Engine
Comment 1•11 years ago
|
||
It mostly happens on Windows 7, whereby only 33 and 34 are affected. No crash report for 35 or 36 yet.
Andreea, for which test does this crash happen?
Severity: normal → critical
status-firefox33:
--- → affected
status-firefox34:
--- → affected
OS: Windows NT → Windows 7
Whiteboard: [mozmill]
Updated•10 years ago
|
Crash Signature: [@ js::proxy_Call(JSContext*, unsigned int, JS::Value*)] → [@ js::proxy_Call(JSContext*, unsigned int, JS::Value*)]
[@ js::proxy_Call]
Comment 2•6 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•