Closed Bug 508503 Opened 16 years ago Closed 16 years ago

new RegExp(/x/) halts interpreter without throwing

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
normal

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.
Flags: blocking1.9.2?
Bug 507424, perhaps? That's the only checkin comment in the window that mentions regular expressions.
Seems fixed on TM tip now. Did the followup fix for bug 507573 fix this one as well?
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
Flags: blocking1.9.2? → in-testsuite?
You need to log in before you can comment on or make changes to this bug.