Closed
Bug 429266
Opened 17 years ago
Closed 17 years ago
Assertion failure with "let", trap(), DVG
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: crowderbt)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
|
2.52 KB,
text/plain
|
Details |
function f() { let (a) 1; null.x; }
trap(f, 0, "");
f()
Assertion failure: nuses == 0 || *pcstack[pcdepth - 1] == JSOP_ENTERBLOCK, at jsopcode.c:5175
| Assignee | ||
Comment 1•17 years ago
|
||
This is fixed by my WIP patch from bug 422137.
| Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•17 years ago
|
Flags: in-testsuite?
Comment 2•17 years ago
|
||
Comment 3•17 years ago
|
||
not fixed. passes in browser but not shell.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 4•17 years ago
|
||
of course, trap isn't supported in the browser. duh. this was on linux 64bit and I rm'd the obj dirs to make sure they built ok to confirm the assert was still there.
| Assignee | ||
Comment 5•17 years ago
|
||
Yeah, thanks bc. Not sure why I thought this one was fixed by the patch from bug 422137. Also, not sure what the equivalent of trap() is for the browser.
No longer depends on: 422137
| Assignee | ||
Comment 6•17 years ago
|
||
Fixed by bug 431465's patch.
| Assignee | ||
Updated•17 years ago
|
Assignee: general → crowder
Status: REOPENED → NEW
| Assignee | ||
Updated•17 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 7•17 years ago
|
||
Bug 431465 has landed, please reopen if this crash persists.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Updated•17 years ago
|
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → FIXED
Comment 8•17 years ago
|
||
/cvsroot/mozilla/js/tests/js1_7/extensions/regress-429266.js,v <-- regress-429266.js
initial revision: 1.1
changeset: 15653:c6248d1bd02d
Updated•17 years ago
|
Flags: in-testsuite? → in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•