Closed
Bug 697279
Opened 13 years ago
Closed 13 years ago
"Assertion failure: !tc->inStrictMode(),"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: gkw, Assigned: evilpies)
References
Details
(Keywords: assertion, regression, testcase, Whiteboard: [qa+:ashughes])
Attachments
(2 files)
7.09 KB,
text/plain
|
Details | |
1.65 KB,
patch
|
brendan
:
review+
lsblakk
:
approval-mozilla-esr10+
|
Details | Diff | Splinter Review |
Reflect.parse("\"use strict\";*")
asserts js debug shell on m-c changeset f2fa4ae74ee1 without any CLI flags at Assertion failure: !tc->inStrictMode()
Definitely a regression, autoBisect is on it.
Comment 1•13 years ago
|
||
I also saw this on LangFuzz because one of the jit-tests is failing with that assertion. I minimized that test and got:
eval("'use strict'; @7");
Reporter | ||
Comment 2•13 years ago
|
||
autoBisect shows this is probably related to the following changeset:
The first bad revision is:
changeset: 79134:0cff4fe76772
user: Brendan Eich
date: Sun Oct 23 22:42:29 2011 -0700
summary: Ban E4X in ES5 strict mode (bug 695577, r=luke).
This blows up the fuzzers, including decoder's.
Blocks: 695577
Reporter | ||
Comment 3•13 years ago
|
||
> This blows up the fuzzers, including decoder's.
While this bug is on our ignore list, it will prove really really helpful to have this fixed as it shows up on almost every iteration of fuzzing on debug shells, at least on jsfunfuzz.
Can we have this fixed soon, please? (or at least a patch would be nice?)
Never really looked into that stuff, but i will take a shot at it.
Assignee: general → evilpies
Maybe this could be done somewhere else, but this fixes it.
Attachment #572612 -
Flags: review?(brendan)
Reporter | ||
Comment 6•13 years ago
|
||
(In reply to Tom Schuster (evilpie) from comment #5)
> Created attachment 572612 [details] [diff] [review] [diff] [details] [review]
> v1
>
> Maybe this could be done somewhere else, but this fixes it.
This patch seems to hold up fine after 10 minutes of fuzzing, and it prevents the blowing up of fuzzers.
Comment 7•13 years ago
|
||
Comment on attachment 572612 [details] [diff] [review]
v1
Thanks.
/be
Attachment #572612 -
Flags: review?(brendan) → review+
Status: NEW → ASSIGNED
Whiteboard: js-triage-needed
Comment 9•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla11
Reporter | ||
Comment 10•13 years ago
|
||
Nominating for esr10 probably after 10.0.3, this will be nice to have for fuzzing on that branch.
Without the patch a lot of noise is generated - even though we could ignore this assert, due to the simple nature of the testcase, this may mask other asserts.
There have not been regressions on other branches since this patch landed some months ago.
tracking-firefox-esr10:
--- → ?
Updated•13 years ago
|
Updated•13 years ago
|
Attachment #572612 -
Flags: approval-mozilla-esr10?
Comment 11•13 years ago
|
||
Comment on attachment 572612 [details] [diff] [review]
v1
[Triage Comment]
Please go ahead and land, see https://wiki.mozilla.org/Release_Management/ESR_Landing_Process for details.
Attachment #572612 -
Flags: approval-mozilla-esr10? → approval-mozilla-esr10+
Reporter | ||
Comment 12•13 years ago
|
||
Landed on esr10:
http://hg.mozilla.org/releases/mozilla-esr10/rev/27b1269dac4d
status-firefox-esr10:
--- → fixed
Comment 13•13 years ago
|
||
Verified fixed in Firefox 10.0.5esrpre 2012-05-31 js-shell.
Whiteboard: [qa+] → [qa+:ashughes]
You need to log in
before you can comment on or make changes to this bug.
Description
•