Closed
Bug 587621
Opened 14 years ago
Closed 14 years ago
Assertion failure: start <= end, at pcre_exec.cpp:160
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 587612
People
(Reporter: ginnchen+exoracle, Unassigned)
References
Details
Compile with YARR_JIT disabled and apply the patch of Bug 587612.
Run make check
Got
Assertion failure: start <= end, at ../../../js/src/yarr/pcre/pcre_exec.cpp:160
with js/src/trace-test/tests/sunspider/check-string-tagcloud.js
It is also reproducible on x86 if compiled with YARR_JIT off.
also with reproducible with js/src/trace-test/tests/v8-v5/check-regexp.js
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
•