Closed
Bug 583915
Opened 14 years ago
Closed 14 years ago
JM: mochitest-plain assert on content/base/test/test_bug375314.html
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: dmandelin, Assigned: dmandelin)
References
Details
Attachments
(1 file)
(deleted),
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
Assertion failure: idval.isString(), at c:/builds/mo-d/js/src/../../../../sources/moo/js/src/methodjit/PolyIC.cpp:1679
TEST-UNEXPECTED-FAIL | /tests/content/base/test/test_bug375314.html | Exited with code -1073741819 during test run
Assignee | ||
Comment 1•14 years ago
|
||
The problem was that we were jumping not to the start of a slow path merge block, but to the jump just before it (jumping from the previous merge block to the slow call itself).
Attachment #462286 -
Flags: review?(dvander)
Updated•14 years ago
|
Attachment #462286 -
Flags: review?(dvander) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•