[Webkit-unassigned] [Bug 160917] New: Heap::collectAllGarbage() should work with JSC_useImmortalObjects=true.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 16 15:41:35 PDT 2016


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

            Bug ID: 160917
           Summary: Heap::collectAllGarbage() should work with
                    JSC_useImmortalObjects=true.
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

If we do an synchronous GC when JSC_useImmortalObjects=true, we'll get an RELEASE_ASSERT failure:

$ JSC_useImmortalObjects=true jsc
>>> gc()
Trace/BPT trap: 5

We should fix this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160816/8acc2c25/attachment-0001.html>


More information about the webkit-unassigned mailing list