Closed
Bug 687302
Opened 13 years ago
Closed 13 years ago
Assertion failure: limit >= start, at jsregexpinlines.h:274
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 679986
Tracking | Status | |
---|---|---|
firefox6 | - | unaffected |
firefox7 | - | wontfix |
People
(Reporter: decoder, Assigned: dmandelin)
References
Details
(Keywords: assertion, regression, testcase, Whiteboard: [sg:critical?] js-triage-needed wanted-standalone-js)
The following test asserts on mozilla-central (tested revision 7054f0e3e70e) when run with options "-j -m":
re = new RegExp("(((..).)|(.))+?a[b-m]|\(\1\)*\(x\)" , "i");
re.exec("aaaaaaceax");
This bug was created as clone of bug 679986 because dmandelin suggested the testcase above might be a different problem from that in bug 679986.
Comment 1•13 years ago
|
||
copying status whiteboard from cloned bug -- as good a first guess as any.
Whiteboard: [sg:critical?] js-triage-needed
Assignee | ||
Updated•13 years ago
|
Assignee: general → dmandelin
Updated•13 years ago
|
Whiteboard: [sg:critical?] js-triage-needed → [sg:critical?] js-triage-needed wanted-standalone-js
Assignee | ||
Comment 2•13 years ago
|
||
Fixed by the patch in the other bug, also the key feature is the same (alternative in a *-quantified group matches empty).
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Updated•13 years ago
|
status-firefox8:
affected → ---
status-firefox9:
affected → ---
tracking-firefox8:
+ → ---
tracking-firefox9:
+ → ---
Updated•11 years ago
|
Group: core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•