Closed
Bug 587619
Opened 14 years ago
Closed 14 years ago
Assertion failure: int(2 * pairNum + 1) < offsetEnd && int(pairNum) < offsetEnd, at pcre_exec.cpp:228
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 587612
People
(Reporter: ginnchen+exoracle, Unassigned)
References
Details
Compile without YARR_JIT
Run make check
got this assert with js/src/trace-test/tests/sunspider/check-date-format-xparb.js
It is also reproducible if I compile it on x86 with YARR_JIT off.
I've updated the patch in Bug 587612 to fix this issue.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•