Closed
Bug 617563
Opened 14 years ago
Closed 14 years ago
TypeInference: Assertion failure: !pendingRecompiles
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jandem, Unassigned)
References
Details
[].reverse().__proto__ = null;
Asserts if you paste it in a file or run like this:
./js -m -e "[].reverse().__proto__ = null;"
Assertion failure: !pendingRecompiles, at ../jsinfer.cpp:1397
The bugs I filed are by far the most common assertions. There are some other (IC-related) asserts; will file these when I have more time to reduce.
Comment 1•14 years ago
|
||
Hmmm, I think I came across this one and fixed it when merging from TM yesterday evening.
http://hg.mozilla.org/projects/jaegermonkey/diff/645549ce095c/js/src/jsinfer.cpp
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
Updated•14 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•