Closed
Bug 326453
Opened 19 years ago
Closed 19 years ago
JS_Assertion while decompiling
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
FIXED
mozilla1.9alpha1
People
(Reporter: mrbkap, Assigned: brendan)
References
Details
(Keywords: assertion, verified1.8.0.2, verified1.8.1, Whiteboard: [rft-dl])
Attachments
(1 file)
821 bytes,
patch
|
mrbkap
:
review+
brendan
:
approval-branch-1.8.1+
dveditz
:
approval1.8.0.2+
|
Details | Diff | Splinter Review |
I noticed this while testing something else:
Given:
function f() { with({})function g() { }; print(); }
Trying to call f.toString() gives:
Assertion failure: top < ss->printer->script->depth, at jsopcode.c:646
Brendan tracked this down and should have a patch.
Assignee | ||
Comment 1•19 years ago
|
||
Attachment #211171 -
Flags: review?(mrbkap)
Assignee | ||
Updated•19 years ago
|
Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
OS: Linux → All
Priority: -- → P3
Hardware: PC → All
Reporter | ||
Updated•19 years ago
|
Attachment #211171 -
Flags: review?(mrbkap) → review+
Assignee | ||
Comment 2•19 years ago
|
||
Fixed.
/be
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
OS: All → Linux
Priority: P3 → --
Hardware: All → PC
Resolution: --- → FIXED
Assignee | ||
Updated•19 years ago
|
Attachment #211171 -
Flags: branch-1.8.1+
Attachment #211171 -
Flags: approval1.8.0.2?
Comment 3•19 years ago
|
||
Checking in regress-326453.js;
/cvsroot/mozilla/js/tests/js1_5/Regress/regress-326453.js,v <-- regress-326453.js
Flags: testcase+
Updated•19 years ago
|
Flags: blocking1.8.0.2? → blocking1.8.0.2+
Comment 4•19 years ago
|
||
Comment on attachment 211171 [details] [diff] [review]
fix
approved for 1.8.0 branch, a=dveditz for drivers
Attachment #211171 -
Flags: approval1.8.0.2? → approval1.8.0.2+
Updated•19 years ago
|
Whiteboard: [rft-dl]
Assignee | ||
Updated•18 years ago
|
Keywords: fixed1.8.1
Updated•18 years ago
|
Keywords: fixed1.8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•