[Webkit-unassigned] [Bug 179479] New: [JSC][MIPS] Sampling Profiler crashes with functions of arity >=6

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 9 08:32:42 PST 2017


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

            Bug ID: 179479
           Summary: [JSC][MIPS] Sampling Profiler crashes with functions
                    of arity >=6
           Product: WebKit
           Version: Other
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: guijemont at igalia.com

Quite a few tests tend to crash with the sampling profiler turned on, and after looking at them a bit, I came up with the following minimal test case that crashes about every second time on MIPS when run with jsc --useSamplingProfiler=true:

function bar(a,b,c,d,e,f) {
}

noInline(bar);

for (var i = 0; i < 10000; ++i)
    bar();

-- 
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/20171109/47cf3d8b/attachment.html>


More information about the webkit-unassigned mailing list