[Webkit-unassigned] [Bug 208324] New: CSSCalcOperationNode objects are leaking on CNN.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 27 09:13:43 PST 2020


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

            Bug ID: 208324
           Summary: CSSCalcOperationNode objects are leaking on CNN.com
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cdumez at apple.com
                CC: koivisto at iki.fi, rniwa at webkit.org,
                    simon.fraser at apple.com

CSSCalcOperationNode objects are leaking on CNN.com.

Steps to reproduce:
1. Add some logging in CSSCalcOperationNode constructors / destructor with a static count to log how many objects are alive
2. Visit cnn.com and wait ~10 seconds
3. Navigate tab to about:blank
4. Send memory pressure signal (notifyutil -p org.WebKit.lowMemory)
-> Notice that some of the CSSCalcOperationNode stay around (but many of them do get destroyed)

-- 
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/20200227/0e522a83/attachment.htm>


More information about the webkit-unassigned mailing list