Closed
Bug 586397
Opened 15 years ago
Closed 14 years ago
spidermonkey/js1_5/Array/regress-157652 fails with out-of-memory error
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 658677
People
(Reporter: cpeyer, Unassigned)
Details
linux-arm deep failure, introduced in nanojit merge (tr changes 5006-5012).
test output:
STATUS: Testing that Array.sort() doesn't crash on very large arrays
error: out of memory
expected:
STATUS: Testing that Array.sort() doesn't crash on very large arrays
Testing that Array.sort() doesn't crash on very large arrays = No Crash PASSED!
This may not be an actual bug, since the test is creating a very large array. However, before these changes the test ran with no issues.
Note: If running the test locally using runtests.py, set the config to deep:
./runtest.py -c deep spidermonkey/js1_5/Array/regress-15765.as
as the test is skipped in all other configurations due to taking a while to run.
Flags: flashplayer-qrb?
Comment 1•14 years ago
|
||
Still an issue? How about on the new beagle xM boards?
Assignee: nobody → cpeyer
Status: NEW → ASSIGNED
Flags: flashplayer-qrb? → flashplayer-qrb+
Reporter | ||
Comment 2•14 years ago
|
||
Yes, still an issue and happens on the beagle-xM boards.
Assignee: cpeyer → nobody
Flags: flashplayer-qrb+ → flashplayer-qrb?
Comment 3•14 years ago
|
||
dupe of bug 658677
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Updated•14 years ago
|
Flags: flashplayer-qrb? → flashplayer-qrb+
You need to log in
before you can comment on or make changes to this bug.
Description
•