Closed
Bug 344139
Opened 19 years ago
Closed 19 years ago
Assertion on executing (function(){let x=5; x+=x; return x;})();
Categories
(Core :: JavaScript Engine, defect, P1)
Core
JavaScript Engine
Tracking
()
VERIFIED
FIXED
mozilla1.9alpha1
People
(Reporter: Waldo, Assigned: mrbkap)
References
()
Details
(Keywords: crash, verified1.8.1, Whiteboard: [at risk])
Attachments
(3 files)
2.92 KB,
text/plain
|
Details | |
1.14 KB,
patch
|
brendan
:
review+
mtschrep
:
approval1.8.1+
|
Details | Diff | Splinter Review |
1.15 KB,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
Spun off from bug 344131...
Reporter | ||
Comment 1•19 years ago
|
||
Comment 2•19 years ago
|
||
another midair:
Checking in regress-344139.js;
/cvsroot/mozilla/js/tests/js1_7/block/regress-344139.js,v <-- regress-344139.js
initial revision: 1.1
Assignee | ||
Comment 3•19 years ago
|
||
We need to use the right opcode...
Comment 4•19 years ago
|
||
Comment on attachment 228705 [details] [diff] [review]
Fix
r=me, nominating for beta.
/be
Attachment #228705 -
Flags: review?(brendan)
Attachment #228705 -
Flags: review+
Attachment #228705 -
Flags: approval1.8.1?
Assignee | ||
Comment 5•19 years ago
|
||
Fix checked into trunk.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
OS: Linux → All
Priority: -- → P1
Hardware: PC → All
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9alpha
Comment 6•19 years ago
|
||
This should go into the 1.8 branch along with the "Fix" patch itself.
/be
Attachment #228717 -
Flags: review?(mrbkap)
Assignee | ||
Updated•19 years ago
|
Attachment #228717 -
Flags: review?(mrbkap) → review+
Comment 7•19 years ago
|
||
Comment on attachment 228717 [details] [diff] [review]
comment addition I mentioned to mrbkap
Comment change checked into trunk too.
/be
Updated•19 years ago
|
Attachment #228705 -
Flags: approval1.8.1? → approval1.8.1+
Updated•19 years ago
|
Whiteboard: [checkin needed (1.8 branch)]
Comment 9•19 years ago
|
||
mrbkap: Can you please check this into 1.8 today? Thanks.
verified fixed trunk windows/mac(ppc|tel)/linux 20060723
Comment 10•19 years ago
|
||
verified fixed 1.9 windows/mac(ppc|tel)/linux 20060728
Status: RESOLVED → VERIFIED
Whiteboard: [checkin needed (1.8 branch)] → [checkin needed (1.8 branch)][at risk]
Updated•19 years ago
|
Whiteboard: [checkin needed (1.8 branch)][at risk] → [at risk]
Comment 12•19 years ago
|
||
verified fixed 1.8 windows/mac(ppc|tel)/linux 20060803
Keywords: fixed1.8.1 → verified1.8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•