[v8-dev] Re: Issue 1701 in v8: NewGC: array-join is flaky

2011-09-29 Thread codesite-noreply
Updates: Status: Fixed Comment #5 on issue 1701 by vego...@chromium.org: NewGC: array-join is flaky http://code.google.com/p/v8/issues/detail?id=1701 (No comment was entered for this change.) -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev

[v8-dev] Re: Issue 1701 in v8: NewGC: array-join is flaky

2011-09-29 Thread codesite-noreply
Comment #4 on issue 1701 by vego...@chromium.org: NewGC: array-join is flaky http://code.google.com/p/v8/issues/detail?id=1701 Fixed in r9480 -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev

[v8-dev] Re: Issue 1701 in v8: NewGC: array-join is flaky

2011-09-28 Thread codesite-noreply
Comment #3 on issue 1701 by vego...@chromium.org: NewGC: array-join is flaky http://code.google.com/p/v8/issues/detail?id=1701 Rico helped me to run this on ARM bots and I've managed to track it down. We have a leakage of virtual address space for large objects which leads to mmap failure whe

[v8-dev] Re: Issue 1701 in v8: NewGC: array-join is flaky

2011-09-27 Thread codesite-noreply
Comment #2 on issue 1701 by ri...@google.com: NewGC: array-join is flaky http://code.google.com/p/v8/issues/detail?id=1701 This is now showing up as OOM, the reason for this hard crashing earlier was that we used the heap iterator in RecordStats. That was fixed in r9397. I am leaving this ope

[v8-dev] Re: Issue 1701 in v8: NewGC: array-join is flaky

2011-09-21 Thread codesite-noreply
Comment #1 on issue 1701 by erik.corry: NewGC: array-join is flaky http://code.google.com/p/v8/issues/detail?id=1701 The test has been temporarily disabled in test/cctest/cctest.status -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev