Closed
Bug 350253
Opened 18 years ago
Closed 18 years ago
"(g()) = 3" causes "Assertion failure: pn->pn_op == JSOP_CALL || pn->pn_op == JSOP_EVAL" [@ AssignExpr]
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
VERIFIED
FIXED
People
(Reporter: jruderman, Assigned: brendan)
Details
(Keywords: crash, testcase, verified1.8.1)
Crash Data
Attachments
(1 file)
952 bytes,
patch
|
Details | Diff | Splinter Review |
javascript:(g()) = 3;
Assertion failure: pn->pn_op == JSOP_CALL || pn->pn_op == JSOP_EVAL,
at jsparse.c:3688
Assignee | ||
Comment 1•18 years ago
|
||
DEBUG-only change, I'm checking into the trunk and branch.
/be
Assignee: general → brendan
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•18 years ago
|
||
Fixed.
/be
Comment 3•18 years ago
|
||
Checking in regress-350253.js;
/cvsroot/mozilla/js/tests/js1_5/Regress/regress-350253.js,v <-- regress-350253.js
initial revision: 1.1
done
Flags: in-testsuite+
Comment 4•18 years ago
|
||
verified fixed 1.8 20060827 windows/mac*/linux
Updated•13 years ago
|
Crash Signature: [@ AssignExpr]
You need to log in
before you can comment on or make changes to this bug.
Description
•