Closed
Bug 489130
Opened 16 years ago
Closed 16 years ago
Crash [@ js_ValueToString] or "Assertion failure: !(pnu->pn_dflags & PND_BOUND), at ../jsemit.cpp"
Categories
(Core :: JavaScript Engine, defect, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 488690
mozilla1.9.1b4
People
(Reporter: gkw, Assigned: brendan)
References
Details
(4 keywords, Whiteboard: [sg:dupe of 488690?])
Crash Data
(function(){})();
eval("\
if(x :: false){\
let (x = (x for (functional in 0))){} \
}\
");
(to see the opt js shell crash, save testcase in a file and input as a parameter, e.g. ./js testcase.js)
crashes opt js shell without -j at js_ValueToString at 0xc3510224 (setting security-sensitive because of scary address) and asserts debug js shell without -j at Assertion failure: !(pnu->pn_dflags & PND_BOUND), at ../jsemit.cpp:1818
Related to bug 488848 (identical assert message) and/or bug 488690 ?
autoBisect shows this is also probably related to bug 488015 :
The first bad revision is:
changeset: 27205:78a21b8efe1b
user: Brendan Eich
date: Wed Apr 15 01:57:13 2009 -0700
summary: Bug 488015 - Crash [@ js_GetUpvar ] (also bogus JS errors, also probably Crash [@js_Interpret]) (future r=mrbkap, see bug).
Flags: blocking1.9.1?
Assignee | ||
Comment 1•16 years ago
|
||
Likely a dup -- generator expression using a variable bound by an outer let. See bug 488690. Will work on the patch there to leave this one hidden.
/be
Assignee | ||
Updated•16 years ago
|
Assignee: general → brendan
Status: NEW → ASSIGNED
OS: Mac OS X → All
Priority: -- → P1
Hardware: x86 → All
Target Milestone: --- → mozilla1.9.1b4
Updated•16 years ago
|
Flags: blocking1.9.1? → blocking1.9.1+
Updated•16 years ago
|
Whiteboard: [dupe of 488690?]
Assignee | ||
Comment 2•16 years ago
|
||
Fixed by patch for bug 488690. I could just dup this... thoughts on bug protocol?
/be
Assignee | ||
Comment 3•16 years ago
|
||
This is a dup.
/be
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Updated•16 years ago
|
Group: core-security
Updated•16 years ago
|
Flags: wanted1.9.0.x-
Flags: wanted1.8.1.x-
Whiteboard: [dupe of 488690?] → [sg:dupe of 488690?]
Reporter | ||
Updated•16 years ago
|
Flags: in-testsuite?
Updated•13 years ago
|
Crash Signature: [@ js_ValueToString]
You need to log in
before you can comment on or make changes to this bug.
Description
•