Closed
Bug 508503
Opened 16 years ago
Closed 16 years ago
new RegExp(/x/) halts interpreter without throwing
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: regression, testcase)
try { print(1); new RegExp(/x/); print(2); } catch(e) { print(3); }
print(4);
On TM tip, prints only "1". Gary found this while running jsfunfuzz.
Updated•16 years ago
|
Flags: blocking1.9.2?
Comment 1•16 years ago
|
||
A not-so-optimal regression window seems to be:
http://hg.mozilla.org/tracemonkey/pushloghtml?fromchange=b05e0eaa4686&tochange=809e7d5f5b78
| Reporter | ||
Comment 2•16 years ago
|
||
Bug 507424, perhaps? That's the only checkin comment in the window that mentions regular expressions.
Comment 3•16 years ago
|
||
maybe bug 508545 ?
Comment 4•16 years ago
|
||
Seems fixed on TM tip now. Did the followup fix for bug 507573 fix this one as well?
| Reporter | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
Updated•16 years ago
|
Flags: blocking1.9.2? → in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•