Closed
Bug 1364244
Opened 8 years ago
Closed 8 years ago
MOZ_Assert: Assertion failure: !cycleEnd_, at /Volumes/firefox/vr/js/src/jit/MoveResolver.h:278
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1299147
People
(Reporter: rbarker, Unassigned)
References
Details
Visiting this page:
https://bluemarvin.github.io/cycles/index.html
causes the following assert:
MOZ_Assert: Assertion failure: !cycleEnd_, at /Volumes/firefox/vr/js/src/jit/MoveResolver.h:278
In the debug build of fennec.
Commenting out the MOZ_ASSERT allows the page to run.
Reporter | ||
Comment 1•8 years ago
|
||
Now getting this assert with the previous one commented out:
MOZ_Assert: Assertion failure: inCycle_ == 0, at /Volumes/firefox/vr/js/src/jit/arm/MoveEmitter-arm.cpp:414
Comment 2•8 years ago
|
||
This may be fixed by Bug 1299147, which just landed and should be in the next Nightly.
Reporter | ||
Comment 3•8 years ago
|
||
Just rebased and no longer get the asserts.
Comment 4•8 years ago
|
||
Great, thanks.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•