Closed
Bug 914162
Opened 11 years ago
Closed 11 years ago
Assertion failure: hasScript(), at ../jsfun.h:269
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: decoder, Assigned: till)
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
(deleted),
text/plain
|
Details | |
(deleted),
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
The following testcase asserts on mozilla-central revision c7cc85e13f7a (run with --fuzzing-safe):
function test() {
function add(a, b) {}
for (var i = 0; i < 10000; ++i) {}
new add;
} test();
Reporter | ||
Comment 1•11 years ago
|
||
Assignee | ||
Comment 2•11 years ago
|
||
What it says on the tin
Attachment #801663 -
Flags: review?(bhackett1024)
Assignee | ||
Updated•11 years ago
|
Assignee: general → till
Status: NEW → ASSIGNED
Updated•11 years ago
|
Attachment #801663 -
Flags: review?(bhackett1024) → review+
Assignee | ||
Comment 3•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/057cd362da69
Thanks for the quick review!
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: in-testsuite?
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Comment 5•11 years ago
|
||
Either this bug or bug 909717 caused a 3% dromaeo-DOM regression on Mac....
Flags: needinfo?(till)
Assignee | ||
Comment 6•11 years ago
|
||
I'm pretty sure it's not this one. For the non-previously-crashing cases, it only adds a flag check.
Flags: needinfo?(till)
You need to log in
before you can comment on or make changes to this bug.
Description
•