[Webkit-unassigned] [Bug 181227] New: [MIPS] JSC test failure: stress/new-largeish-contiguous-array-with-size.js

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 2 16:13:30 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=181227

            Bug ID: 181227
           Summary: [MIPS] JSC test failure:
                    stress/new-largeish-contiguous-array-with-size.js
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: guijemont at igalia.com

This failure happens about every 2-3 runs on the MIPS buildbot. We see:

  stress/new-largeish-contiguous-array-with-size.js.ram-size-10000000: Exception: Error: heap too big after forced GC: 1368418

Locally, I can reproduce and get a different value:

  # i=1; while jsc --forceRAMSize=10000000 JSTests/stress/new-largeish-contiguous-array-with-size.js ; do echo $i; i=$((i+1)); done
  1
  2
  Exception: Error: heap too big after forced GC: 1355035

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180103/86cefe60/attachment.html>


More information about the webkit-unassigned mailing list