Closed
Bug 621240
Opened 15 years ago
Closed 15 years ago
Assertion failure: addr % sizeof(FreeCell) == 0 when loading jsfunfuzz
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: alexander.miller, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Build Identifier:
When loading jsfunfuzz in a js debug shell with the flags "-Z 2 -f jsfunfuzz", I always get the assertion "Assertion failure: addr % sizeof(FreeCell) == 0". I've got a hunch this assert is bogus.
Reproducible: Always
Steps to Reproduce:
1.Run "js -Z 2 -f jsfunfuzz.js"
Actual Results:
Assertion failure: addr % sizeof(FreeCell) == 0
Expected Results:
Jsfunfuzz should have started normally.
| Reporter | ||
Comment 1•15 years ago
|
||
WFM
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•