Closed
Bug 4386
Opened 26 years ago
Closed 26 years ago
crash when using the keyword super
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: cbegle, Assigned: norrisboyd)
Details
using the keyword super causes a segv.
src/Linux_All_DBG.OBJ cx 32 % js
js> super
internal error compiling stdin: stack underflow at pc 1.
this is true in today's builds (29 mar 1999) on both SpiderMonkey140_BRANCH and
SpiderMonkeyDev_BRANCH.
test url coming soon.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•26 years ago
|
||
Fixed in SpiderMonkeyDev_BRANCH:
Checking in jsscan.c;
/cvsroot/mozilla/js/src/jsscan.c,v <-- jsscan.c
new revision: 3.10.2.5; previous revision: 3.10.2.4
done
Javacsript component begin retired. Moving this bug to Javascript Engine.
the test for this is checked in as
mozilla/js/tests/ecma_2/LexicalConventions/keywords-001.js
You need to log in
before you can comment on or make changes to this bug.
Description
•