Closed Bug 643552 Opened 13 years ago Closed 13 years ago

TI: Assertion failure: (strBits >> JSVAL_TAG_SHIFT) == 0, at ../jsval.h:625

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect
Not set
critical

Tracking

()

RESOLVED FIXED

People

(Reporter: decoder, Unassigned)

References

Details

(Keywords: assertion, testcase)

The following testcase (run with -m -n -a) asserts on TI tip (tested on 64 bit):

var x = Proxy.create( {get:function(r,name){Proxy = 0;}} );
x.watch('e', function(){});
ic::CallProp still used pic->atom in one place after possibly triggering a recompilation.

http://hg.mozilla.org/projects/jaegermonkey/rev/0e7d59dc92b6
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
A testcase for this bug was automatically identified at js/src/jit-test/tests/jaeger/recompile/bug643552.js.
Flags: in-testsuite+
You need to log in before you can comment on or make changes to this bug.