Closed
Bug 862708
Opened 12 years ago
Closed 12 years ago
Crash [@ js::ion::ParallelArrayVisitor::visitCall] or Assertion failure: calleeTypes, at ion/ParallelArrayAnalysis.cpp with bug 804676 fixes
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: gkw, Assigned: bhackett1024)
References
Details
(4 keywords)
Crash Data
Attachments
(2 files)
(deleted),
text/plain
|
Details | |
(deleted),
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
try {
ParallelArray(9, wrapWithProto(function () {}, function () {}))
} catch (e) {}
asserts js debug shell on ionmonkey (where bug 804676 fixes landed for testing) changeset d746d516bf55 without any CLI arguments at Assertion failure: calleeTypes, at ion/ParallelArrayAnalysis.cpp and crashes js opt shell at js::ion::ParallelArrayVisitor::visitCall
Reporter | ||
Updated•12 years ago
|
Flags: needinfo?(bhackett1024)
Assignee | ||
Comment 1•12 years ago
|
||
Fix this and bug 862699. Both are simple issues.
https://hg.mozilla.org/projects/ionmonkey/rev/ae6a2cf914f7
Attachment #738772 -
Flags: review?(dvander)
Flags: needinfo?(bhackett1024)
Updated•12 years ago
|
Attachment #738772 -
Flags: review?(dvander) → review+
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•12 years ago
|
Assignee: general → bhackett1024
You need to log in
before you can comment on or make changes to this bug.
Description
•